Jump to content
thirty bees forum
  • 0

HTTP Error 500


Steve

Question

So I had Panda theme installed but I could only acces the homepage, once I clicked on a product, I get a HTTP 500 Error. I sometimes get it in Thirtybees too, but then are only some tabs locked. Here are the error logs:

``` [Fri Dec 14 10:04:00.487962 2018] [:error] [pid 4320:tid 792] [client 127.0.0.1:55653] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248, referer: http://webshop/en/

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248 [Fri Dec 14 10:04:01.004574 2018] [:error] [pid 4320:tid 932] [client 127.0.0.1:55674] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248, referer: http://webshop/en/

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248 [Fri Dec 14 10:04:18.105346 2018] [:error] [pid 4320:tid 792] [client 127.0.0.1:55703] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248, referer: http://webshop/en/

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88604672 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248 [Fri Dec 14 10:08:52.313399 2018] [:error] [pid 4320:tid 236] [client 127.0.0.1:56123] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88342528 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248, referer: http://webshop/en/

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 88342528 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248 [Fri Dec 14 10:09:08.830902 2018] [:error] [pid 4320:tid 796] [client 127.0.0.1:56162] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 87031808 bytes) in C:\xampp\htdocs\webshop\classes\exception\PrestaShopException.php on line 248, referer: http://webshop/en/ ```

I'm using localhost.

Does anyone know how I can fix this?

Thanks!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Using PHP 5.6? Moving to PHP 7.x should help as well. PHP versions distinguish surprisingly heavy on memory consumption, I ran into this problem a couple of days ago myself, see this commit comment: https://github.com/thirtybees/thirtybees/commit/787e65c26d5ff054485b1a37c4aa550c313eb96c

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...