- Posts: 25
- Thank you received: 0
Fatal error on full working site
13 years 5 months ago #20811
by microweb
Fatal error on full working site was created by microweb
Hi
Try to work in 43c degrees and try to find out what this is.
Fatal error: Allowed memory size of 180355072 bytes exhausted (tried to allocate 24 bytes) in /var/www/vhosts/dipe-kilkis.gr/httpdocs/libraries/joomla/database/database/mysqli.php on line 498
I open the file and went to line 498, and find this...
return mysqli_fetch_object($cursor ? $cursor : $this->cursor, $class);
I tried to deactivate all the custom plugins and the modules but the problem persist...
The site operated without problem and there is at least 1 month without changes ..
Please help me,
Goran
Try to work in 43c degrees and try to find out what this is.
Fatal error: Allowed memory size of 180355072 bytes exhausted (tried to allocate 24 bytes) in /var/www/vhosts/dipe-kilkis.gr/httpdocs/libraries/joomla/database/database/mysqli.php on line 498
I open the file and went to line 498, and find this...
return mysqli_fetch_object($cursor ? $cursor : $this->cursor, $class);
I tried to deactivate all the custom plugins and the modules but the problem persist...
The site operated without problem and there is at least 1 month without changes ..
Please help me,
Goran
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #20821
by ivan.milic
Replied by ivan.milic on topic Fatal error on full working site
Better ask hosting provider for help about that. There are two common reasons for this. Some problem with non released memory on server which is solved by restarting or infinite loop , but if you did not mess with php code in site that should not be an problem (infinite loop)
Please Log in to join the conversation.
Time to create page: 0.252 seconds