Jump to content

Internal Server Error After Upgrading to 1.5


Recommended Posts

Hi,

 

I have just upgraded my store from 1.4.7 to 1.5.17 and after upgrading I can not reach my front office, it gives internal server error. But I can log in to my admin panel. Additionally, I can not open some pages in admin panel (modules page, permissions page and some other pages..). That pages give same internal server error.. You can see a error page's screen shot in attached file.

 

Thank you

post-144195-0-77429600-1347826424_thumb.jpg

Link to comment
Share on other sites

Server error 500 may be due to a configuration problem with the server, and most often it's due to error in the .htaccess or possibly a php.ini

 

Most probably it isn't in a PHP script, the web server can't even get to that, because it's still processing how to handle the page request, so it uses the config files (httpd.conf and .htaccess files), but if there;s something it can't process, you see 500 error

 

Check you .htaccess, be sure the file permissons are valid for the version of Apache you run. and also what about Mod rewrite rules with regular expressions? They may be the cause of the problem too.

 

I know it's a lot of things to examine, and if you don't know how to do it correctly, better let a pro do it.

I've also found an article on Presta configuration, it may be useful for you.

Link to comment
Share on other sites

Server error 500 may be due to a configuration problem with the server, and most often it's due to error in the .htaccess or possibly a php.ini

 

Most probably it isn't in a PHP script, the web server can't even get to that, because it's still processing how to handle the page request, so it uses the config files (httpd.conf and .htaccess files), but if there;s something it can't process, you see 500 error

 

Check you .htaccess, be sure the file permissons are valid for the version of Apache you run. and also what about Mod rewrite rules with regular expressions? They may be the cause of the problem too.

 

I know it's a lot of things to examine, and if you don't know how to do it correctly, better let a pro do it.

I've also found an article on Presta configuration, it may be useful for you.

 

I don't know how I can modify the .htaccess file correctly.. It had been working before I upgraded it. Does it depend on version of ps?

Link to comment
Share on other sites

this issue cause mod_rewrite in htacces, you can try this solution, open file classes/Tools.php go to line 2084, and comment until line 2094

 

/*

if (function_exists('phpinfo'))

{

// If apache_get_modules does not exists,

// we parse phpinfo(INFO_MODULES) return string

ob_start();

phpinfo(INFO_MODULES);

$phpinfo = ob_get_contents();

ob_end_clean();

if (strpos($phpinfo, $name) !== false)

return true;

}

*/

Link to comment
Share on other sites

i have a question, i installed a new store 1.5 and when logging to admin panel and trying to access PREFERENCES/SEO & URL

and i am getting Internal Server Error 500 . i just switched from Just Host server to Host Gator .

i cannot figure this out , please see the error log below -

 

[Wed Sep 19 00:16:41 2012] [error] [client 79.181.236.109] File does not exist: /home/yaniv14/public_html/500.shtml, referer: http://tiranoltd.com/admin14/index.php?controller=AdminPreferences&token=34fbbaabc6f7a56df8bffcf98b9bbaf3

 

 

I would appreciate any help

 

thank you

  • Like 1
Link to comment
Share on other sites

I have the same problem as Yaniv14. Tried to upgrade 1.4.8.2 to 1.5.0.17 and did a fresh install, but when I try to access PREFERENCES/SEO & URL or CONFIGURATION INFORMATION, I get Internal Server Error 500. I am with Hostgator and have talked to their tech support but they said that they can't help me since it a third party error.

Link to comment
Share on other sites

×
×
  • Create New...