So I've been reading FAQs upon FAQs to try to solve the problem. Here's how it started:
My hoster (apollohosting) migrataed us to a new server/platform. It was supposed to be seamless but you know how that goes. It started with HTTP 500 errors - which I learned to fix by making my own php.ini and getting php directives out of .htaccess.
Now I am getting the following error when I try to load my store or my admin page:
Now I am running ZenCart 1.3.8 and it was fine before they moved me to whatever new server they have me on. I've put in a ticket with them but I thought the zen-cart community is probably smarter!Code:PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /hermes/bosweb/web107/b1073/apo.ungaroj/ungarodesigns.com/ud/includes/autoload_func.php on line 49
I am going to attach as much as I can to this posting so as to be complete.
First - the server php.ini file (PHP 5.2.4) - i had to remove lots of comments to get it to fit...
<SNIPPED BY MODERATOR>
Now My php.ini:
And my main .htaccess:Code:php_flag session.use_trans_sid 0 php_flag register_globals 0 php_value memory_limit 16M php_flag output_buffering on
Code:DirectoryIndex index.php <Files ".ht*"> deny from all </Files>
So any thoughts? What else should I include to help diagnose?




