HTTP 500 Error After Upgrading from 1.4.7 to 1.5.17
Started by mecjos, Sep 15 2012 07:18 PM
http 500 error upgrading error
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..
Thank you..
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
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
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.
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.

prestashop modules - use forum.prestashop voucher code to get 10% cart value down!
create own prestashop store on facebook
I have the same error when trying to access modules
There is a way, it's up to you to find it! :)
Currently using PrestaShop 1.4.8.2. Currently testing version 1.5.0.17.
Currently using PrestaShop 1.4.8.2. Currently testing version 1.5.0.17.
I'd like to join the group about this same issue. I, as well, cannot access modules whiles getting the 500 internal server error warning ....
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.
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, 19 September 2012 - 02:27 AM.
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.
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.
Someone suggested a RC3, I don't think that this is a bad idea!
There is a way, it's up to you to find it! :)
Currently using PrestaShop 1.4.8.2. Currently testing version 1.5.0.17.
Currently using PrestaShop 1.4.8.2. Currently testing version 1.5.0.17.
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.prestas...8#comment-59998
http://forge.prestas...8#comment-59998
jurrjurr, on 19 September 2012 - 11:21 AM, said:
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.
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.
Hi,
I had the same problem.
Goto Advanced Parameters --> Performance and choose "never compile cache"
It worked for me!
I had the same problem.
Goto Advanced Parameters --> Performance and choose "never compile cache"
It worked for me!
Hello, it is always a good idea to turn your errors on to debug. You can do this via FTP in your config/config.inc.php file. Display Errors "on"
Benjamin Utterback • Community Manager • PrestaShop
Hi Ben,
I tried that and came up with this error:
This is on my module page.
thanks
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
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
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, 27 October 2012 - 08:56 PM.
Using Prestashop 1.4.4.1 / 1.4.6.2 / 1.4.7.3 / 1.4.9.0
and now running and playing with 1.5
and now running and playing with 1.5
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.
"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.
- 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!
- 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)
- Adding php_value memory_limit 16M to your .htaccess file in the Joomla! root (This will not work in windows servers)
Hello nationwide appliences, I would first consider templatemela's suggestion to increase the memory limit. Also, make sure you call your hosting provider to confirm the change (I would call your hosting first before changing file limits)
Please let me know if this works. Thanks templatemela for the suggestion.
Please let me know if this works. Thanks templatemela for the suggestion.
Benjamin Utterback • Community Manager • PrestaShop
Contact (9am-6pm EST) +1-888-947-6543


Back to top









