Fatal error showing
-
Hi,
I am getting following error when I activated the plugin. Anyhow I can access the Plugin Page and coming this message continuously.
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 33554432 bytes) in …../wp-includes/taxonomy.php on line 3214
I have define 512 for memory limit. And also due to this error increased that too. How can I solve this ?
Thanks
-
This topic was modified 7 years, 11 months ago by
totallywp. Reason: Tags added
-
This topic was modified 7 years, 11 months ago by
-
Hey @panatapattu,
Hope you’re well.
I can use the plugin on my server even with the lower than 512M memory. So maybe the problem is Hustle conflicting with one of your plugins or theme. Can you try conflict test for that? You need to deactivate all plugins except Hustle and activate Twenty Seventeen theme and check again. If this helps then activate everything back one by one until replicate the issue. If you found any conflict, let me know.
Also, because of this process can cause data loss, I recommend to take backup or try on the staging site.
Cheers,
OguzThank you for quick response. I’ll go through and will back to you.
Cheers
NishaI installed and activated Twenty Seventeen theme and disabled all the installed plugins. Then I activate Hustle plugin and I am still getting the same error.
Thanks
NishaHey @panatapattu,
Hope you’re well.
Can you let me know what’s the max value of your hosting support for memory_limit? I want to check what did you try at max.
Cheers,
OguzHi Oguz,
I tried till 4096M. Time to time it is showing different different error pages and asking increase by 80 bytes, 70 bytes like. But this plugin working really fine in localhost.
Thanks
Nisha-
This reply was modified 7 years, 11 months ago by
totallywp.
Hello @panatapattu
I understand that you’ve tried to increase memory_limit directly from php.ini, .user.ini or some setting in your server panel (like cPanel).
In addition to this, could you please access your server through (S)FTP, edit the wp-config.php file and insert the following lines just above the /* That’s all, stop editing! Happy blogging. */ comment
define('WP_MEMORY_LIMIT', '1024M'); define('WP_MAX_MEMORY_LIMIT', '1024M');Reference: https://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Warm regards,
DimitrisHi Dimitris,
I already did that and this is the outcome when I did it again. I am using twentyseventeen theme.
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 93 bytes) in …/public_html/wp-includes/category.php on line 348
Can DB size cause any issue here with the plugin ?
Thanks
NishaHey there!
Can you try to increase it a bit more then? Even though it shouldn’t need that much memory…
define('WP_MEMORY_LIMIT', '2048M'); define('WP_MAX_MEMORY_LIMIT', '2048M');Let me know if this resolves the issue and if not, what’s the exact message you’re getting this time.
I don’t think that database size could cause that… on the other hand, have you managed to create any popups, slide-ins or anything else in Hustle? If so, please let us know about what exactly you added.
Warm regards,
DimitrisHey Dimitris,
I increased Memory Limit to 2048M and I am getting following error now. I want to create a Pop Up message. It is just an image along with a text and a button.
**Even I can’t load the Hustle landing page from my web site.
Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 82 bytes) in /public_html/wp-includes/wp-db.php on line 1889
Thanks
NishaHey @panatapattu,
Hope you’re well.
Are you trying to the latest version? Also, did you upgrade from 2.x version or newly installed latest version?
Cheers,
OguzHi Oguz,
Yeah I am using latest WordPress as well as the Plugin. This is the plugin current version I am using.
Version 6.0.3Regards
NishaHey @panatapattu,
Hope you’re well.
I need to learn did you upgrade from the 5.x version or installed plugin newly. This is important because there is some migration process while updating from 5.x version and it’s possible this migration break something. Can you inform me about that too?
Cheers,
OguzHi Oguz,
I newly installed the plugin and didn’t do any update.
Regards,
NishaHey @wpmudev-support8,
I am currently running PHP Veresion 5.6.36. Is that could be a problem ? As per the Changed Log, it should be supported.
Regards
NishaHey @panatapattu,
Hope you’re well.
It shouldn’t be a problem but if your hosting provider allows changing PHP version can you give it a try? PHP 7 or newer has much better performance.
Cheers,
Oguz -
This reply was modified 7 years, 11 months ago by
The topic ‘Fatal error showing’ is closed to new replies.