HI
I really need help.
I am trying to edit my store settings but every time I click edit I get this error
This page isn’t working
currently unable to handle this request.
HTTP ERROR 500
It was working fine but now I am getting this error constantly. Please help
I really need help.
I am trying to edit my store settings but every time I click edit I get this error
This page isn’t working
currently unable to handle this request.
HTTP ERROR 500
It was working fine but now I am getting this error constantly. Please help
Error 500 is just a generic browser message, often related to database. Enable displaying errors to see the actual error message, then copy it here.
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
If anything you try to do gives a 500 error, suspect that the host has upgraded PHP and/or the server, and something you have in .htaccess or php.ini may no longer be valid. This can include settings like Options and register_globals, as well as php_value and php_flag (your old server was very old). Take a look at http://www.catskilltech.com/FreeSW/faqs ... tml#err500 for a list of common problems.
That is correct. There is no need to display the errors on your site but simply viewing the error logs.

In this case, the posted information would be incomplete. This issue occurs when you are saving settings from your admin - > systems - > settings page. Do you have any extensions installed?
The most generated errors being found on Opencart forum originates from contributed programming.
Regards,
Straightlight
I haven’t installed any new extensions recently. It was working fine about 2 months ago when I last edited details of my store... everything is working fine. Just when I go to settings-click on the edit button next to my store, it brings up the 500 error
More information would be needed. Are you using SSL? Are you using SEO? If so, try without SSL and without SEO noticing if the same issue occurs afterwards.
The most generated errors being found on Opencart forum originates from contributed programming.
Regards,
Straightlight
You haven't installed any new extensions lately but you do have some installed already. I would suggest disabling any VQMod extensions (if installed) and also for the SEO since SEO was not suggested to be enabled but rather disabled based on my prior reply. See if the issue persists afterwards.
The most generated errors being found on Opencart forum originates from contributed programming.
Regards,
Straightlight
Hi I disabled my extensions and triedstraightlight wrote: ↑Fri Jan 12, 2018 6:15 amYou haven't installed any new extensions lately but you do have some installed already. I would suggest disabling any VQMod extensions (if installed) and also for the SEO since SEO was not suggested to be enabled but rather disabled based on my prior reply. See if the issue persists afterwards.

Ensure that mod_security is disabled in your php.ini file.
The most generated errors being found on Opencart forum originates from contributed programming.
Regards,
Straightlight
You should ask your host if they upgraded anything recently, or did anything that might cause incompatibilities. While awaiting their reply, go through the list I supplied earlier, and especially check for things in all .htaccess and php.ini files that might be obsolete. Also check your site file timestamps (date/time of last change) to see if some hacker (or an incompetent host trying to be helpful) has been messing around with your files, and broke something. If you haven't made any other changes yourself (since the last time it worked), those are the most likely problem areas.
Hi all
Really appreciate all your help. Ive spoken to my hosting company and they said they updated the ssl however that shouldn't affect me. :-l
This is the error code I'm getting (apologies last one was aparche error code I gave )
[18-Jan-2018 14:04:36 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 58340000 bytes) in /var/www/vhosts/zaramakes.com/httpdocs/system/library/image.php on line 24
And this line 23-25
} elseif ($this->mime == 'image/png') {
$this->image = imagecreatefrompng($file);
} elseif ($this->mime == 'image/jpeg') {
Any recommendations what it can be?
Really appreciate all your help. Ive spoken to my hosting company and they said they updated the ssl however that shouldn't affect me. :-l
This is the error code I'm getting (apologies last one was aparche error code I gave )
[18-Jan-2018 14:04:36 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 58340000 bytes) in /var/www/vhosts/zaramakes.com/httpdocs/system/library/image.php on line 24
And this line 23-25
} elseif ($this->mime == 'image/png') {
$this->image = imagecreatefrompng($file);
} elseif ($this->mime == 'image/jpeg') {
Any recommendations what it can be?
So the 500 error is now gone, and this is a new error? It really should be a new thread, to avoid confusing people searching for similar problems and solutions. Anyway, it's trying to allocate 56MB to work on this file? That seems awfully large. How big is the file, both in dimensions and in file size? Does it display correctly? Are you trying to edit it in some way, perhaps to crop and/or scale it? If so, consider an image editor such as GIMP (free) or Photoshop ($$). Can it be successfully edited there? If so, that would suggest that the file is fine but OC has a problem of some sort. OC shouldn't blow up like that, but maybe the file is just too large to edit on your server.
Who is online
Users browsing this forum: No registered users and 80 guests