"Smarty code" appearing at the top of my page
edgel1k
Joined: 2007-01-01
Posts: 14 |
Posted: Fri, 2007-03-02 06:50 |
I have moved my Gallery site my production server. I am now experiencing an interesting problem. At the top of my page appears some "smarty" code. This code only appears if no one is logged in to the site. I have included that code below: ss']; } $auth .= '@'; } $url = sprintf('%s://%s%s', $components['scheme'], $auth, $components['host']); } if (!empty($components['path'])) { $url .= $components['path']; } if (!empty($components['query'])) { $url .= '?' . $components['query']; } if (!empty($components['fragment'])) { $url .= '#' . $components['fragment']; } return $url; } } ?>
I have also included my system information here. I am still new to PHP, smarty, and the Gallery. Learning more and more as I go along. I am wondering at this point if it is because localization is not turned on the web server. More specifically "gettext" is not enabled. Before I have my hosting administrator turn that on I wanted to verify that was case. Or could it be something else. I have tried classic and sirux themes as well with the same result. I have cleared my cache, tried IE, and cleared my themes cache in the Gallery. If you would like to the see the error, the address is: http://www.snapshotfrenzy.com/gallery Thanks in advance for the help, Gene |
|
Posts: 32509
please verify your file integrity:
FAQ: How can I make sure that my installation files are all intact?
it looks like modules/httpauth/classes/HttpAuthHelper.class might be corrupt on your server.
--------------
Doumentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 14
Thanks again.
Gene