Jump to content

HTTP 500 Error After Upgrading from 1.4.7 to 1.5.17


Recommended Posts

Hi. I upgraded my PS from 1.4.7 to 1.5.17 and now I can not reach my front office.. I can log in to my backoffice but I can not open the modules page it gives same error like front office. When I open my store home page it gives http 500 internal server error... What is this error's reason..??? If someone help me,I'll be so glad. It's urgent.. This is my site's link: www.jukkshop.com

 

Thank you..

Link to comment
Share on other sites

Good Morning,

 

HTTP 500 is a server side error, when the server knows something is wrong but, basically, not sure what.

 

I am afraid if you look around the ps forums you will see many different questions about ps 1.5 xxx. since it became final.

 

This is of little help but at least you are not on your own.

 

Paul

Link to comment
Share on other sites

I took part in a discussion in this forum, in the same thread.

Unfortunately, I can not find this thread. If in some way you are able to view the topics in which I took part - try to find it, there was a solution for you problem written by someone else.

Link to comment
Share on other sites

same issue,i can visit back office but can't visit modules page and front office check this http://www.ipadiphon...s.com/index.php , I think v 1.5 need a better VPS to instore it.

Another site on same server have a problem that I can visit the products pages even i closed SEO URL rewrite

when visit products page, redirect to another url http://www.cellphone...troller=product

I am not good at IT code so can't find out the reason.

HTTP error 500(Internal Server Error

i use same vps from v 1.49 and it works fine so far.

Edited by ghostq (see edit history)
Link to comment
Share on other sites

Same issue,

 

I can visit back office but can't visit modules page.

Click on menu item Modules> Modules is causing "HTTP-fout 500 (Internal Server Error):

Same for menu item Modules>payment "HTTP-fout 500 (Internal Server Error):

 

Difference is that I am having this problem on clean install, no upgrade.

Upgrading from 1.8.4.2 is causing the HTTP 500 error in FO and BO.

 

Suggestions to solve this are welcome.

Link to comment
Share on other sites

my sites are clean install too just to test the new version before upgrade, but have these problems, i have enquiry in forge. hope PS team can offer a solution.

 

http://forge.prestashop.com/browse/PSCFV-4196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59998#comment-59998

 

 

Same issue,

 

I can visit back office but can't visit modules page.

Click on menu item Modules> Modules is causing "HTTP-fout 500 (Internal Server Error):

Same for menu item Modules>payment "HTTP-fout 500 (Internal Server Error):

 

Difference is that I am having this problem on clean install, no upgrade.

Upgrading from 1.8.4.2 is causing the HTTP 500 error in FO and BO.

 

Suggestions to solve this are welcome.

Link to comment
Share on other sites

  • 2 weeks later...

Hi Ben,

 

I tried that and came up with this error:

 


[b]Fatal error[/b][color=#000000]: Allowed memory size of 67108864 bytes exhausted (tried to allocate 290967 bytes) in [/color][b]/home/nationwi/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php[/b][color=#000000] on line [/color][b]267[/b]

[b]

[/b]

 

This is on my module page.

 

thanks

Link to comment
Share on other sites

  • 4 weeks later...

Hi ,

when you have a blanc module page ,

most time is it one of the modules who create this

is a bit work but you will see finally it will work

do as follow ,

 

first turn error on ,, as benjamin in post 16 said

,

download the folder modules to your computer ,

delete the complete folder modules from your server

 

empty your cache folder - cache -> smarty -> there you see the two folders cache and compile

delete all the files in these two folders except the index.php

 

add as first the modules back with the blockname

like blockcart , blockcategories and so on

give them the right permissions ,,

see in your BO if you have acces to the module page ,,

if so

than upload the other modules one by one to your server ,,

give them straight away the correct permissions

sometimes you have with some modules give also 777 permissions to an config.xml

but you will see this when you are on the module page

 

check everytime your module page <F5>, when it is blanc again after uploading a module

this the one who causes the error

 

coen

Edited by maconl (see edit history)
Link to comment
Share on other sites

Hi,

 

"Allowed memory size of 67108864 bytes exhausted"

 

it clearly says that it needs more memory to execute.

 

I recommend to increse php memory limit, that will solve this problem.

  1. insert memory_limit = 16M to your php.ini file . This will increase your php memory limit to 16 MB. This is also the recommended method (, if you have access) . Don't forget to properly locate your php.ini file!
  2. You can add ini_set('memory_limit', '16M'); add the top your codes (You can add this to your index.php file which is in the root your Joomla! installation. This is not the suggested way because of index.php patch)
  3. Adding php_value memory_limit 16M to your .htaccess file in the Joomla! root (This will not work in windows servers)

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...