No search results were found in Documentation!
Never mind. Fixed it. Added define(‘WP_MEMORY_LIMIT’, ’64M’); to the wp_config file. Thx. Cheers.
Sometimes when selecting edit for some post, or today, i selected the drafts button only to view drafts in my post section. The bottom error shows up. This hasn’t happened before. Do you know what might be causing this?
Fatal error: Out of memory (allocated 8388608) (tried to allocate 8192 bytes) in /home/juicee5/public_html/wp-includes/link-template.php on line 2655
Hello spu,
Ensure that your system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/ This problem could be from your wp_memory. Try to increase it, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page.
Thanks for your understanding!
Hello,
It seems your memory allocation is off on your wp install and php.ini.
Please read this guide: https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hi,
That error is most likely caused by insufficient memory, not the actual theme update
– https://forum.tagdiv.com/requirements-for-newspaper/
– http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Check the theme system status panel, if needed contact your hosting and ask them to increase the WP memory and other paragraphs as mentioned in the guide (or higher WP memory if possible)
Thanks
Hi,
Please check the theme system status panel
– https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
In some cases the 500 errors were caused by insufficient WP memory, try increasing the value if needed. You can increase it more then in the guide if possible. Then install the theme again by FTP
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Update the theme plugins as well. Let us know the results.
Thanks
Finaly I decided to install the recintly bought Newspaper 8.7 theme in my WEB page cambiodigita-ol.com
Once instaled WordPress 4.9.6 and uploaded to the themes folder and unziped Newspaper.zip file i recived the following message:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7680 bytes) in /home/cambiodi/public_html/wp-admin/includes/user.php on line 1334
Wordpress works ok running the exmple simply themes that come as example but send an error with Newspaper 8.7
Am I do something wrong?
Need help, Thanks!
Getting this error since doing the upgrade. Re-installed theme from fresh file, still getting it. I’ve deactivated every plugin and still get the error when the td_composer plugin is active:
Fatal error: Allowed memory size of 103809024 bytes exhausted (tried to allocate 32 bytes) in /xxxxxxxxxxxx/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1381
Try to re-install the latest theme by FTP
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Remove and delete the composer, install it again from the theme plugins panel
– https://www.screencast.com/t/MAtStP1KDdH1
Increase the memory more if possible, that could be insufficient. Clear the cache and purge CDN files if you use it. Let us know.
Hi,
If you cannot access the backend, only with cPanel or FTP would you be able to deactivate plugins. Then you should be able to access WP-admin
– http://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
The HTTP 500 error was fixed in some cases by increasing the WP memory according to the theme requirements or higher if possible
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the theme system status panel, see if there are enough resources. Contact your hosting if required, ask them to increase them if needed. Also maybe they can check the error logs, to see what has caused this problem. Let us know as soon as possible.
I would call your hosting provider and ask them to take a look. I had this problem and I tried all the suggestions like reinstalling, increasing memory, but nothing worked. I then called my hosting company and they were able to fix the issues on their end.
Hi,
The best and also most recommended method to update themes is by FTP. Most reliable also
– https://forum.tagdiv.com/how-to-update-the-theme-2/
That error could be caused by permissions
– http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Or maybe it could be caused by insufficient disk space on the server, or exhausted memory
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
If you use nginx with php-fpm fastcgi running and have a high traffic website make sure to add
fastcgi_read_timeout 300;
to your nginx configuration despite of memory_execution_time.
That fixed the above error but now we see a lot of:
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = 'logo.svg';
and
SELECT post_id FROM wp_postmeta WHERE meta_key = '_wp_attached_file' AND meta_value = '2017/10/logo-og.png';
in slow mysql queries and CPU usage against memory is very high(last night we had two 502 errors with cloudflare optimized).
Just letting you know everything was OK with another theme and 15 more plugins installed.
How to handle this?
Kind Regards
-
This reply was modified 8 years by
minamoto19.
-
This reply was modified 8 years by
minamoto19.
Hi,
If you keep replying in your own topic it will only delay our answer unfortunately. The topics will be answered by oldest to newest.
Issues with the composer can be caused by many factors. The most common cause is simply insufficient resources. As you install more plugins the WP memory will be depleted and this will cause problems with the theme and plugins.
Please check the theme requirements guide carefully
– https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
The theme has a system status panel you can check to see if everything is set properly. This would be the first step to try and fix the problem. If needed contact the hosting provider again and ask them to increase them according to the guide.
The next possible cause would be plugins. Deactivate them all except the theme plugins. Check if this has any effect. Also test on a new page.
If there is still a problem after doing this, we could take a look. Send us an email at contact@tagdiv.com and provide admin access, FTP and cPanel as well if possible. Include a link to this topic in the email.
Thanks
i’ve contacted my host support (Kinsta.com), below is what the support said;
Since our platform uses Nginx, there is no .htaccess file to edit.
Depending on the changes needed, we can add them here into the nginx config. If they are detailed, we would need nginx rules from the theme developers.
Let me see if there is a maxlinelength alternative for nginx. I’m not even sure what that is doing.
I don’t see an exact match for mod_substitute built into Nginx. Are you running into issues with the builder, or do they just suggest to add this no matter what?
The memory limit for WordPress is set to 256M in the php config file, so it should have all it needs. From what I am reading, that block just allocates 10M to divi.
If you’re not running into issues, it shouldn’t be needed.
Also, I have all the parameters in order:
max_execution_time:300
upload_max_filesize: 256M
post_max_size: 50M
max_input_vars: 5000
WP_MEMORY_LIMIT: 256M
Hi,
In some cases when 500 messages are displayed it is caused by low WP memory. The minimum recommended value would be 96M but it should be as high as possible. Many users have resolved similar issues by increasing the memory
– https://forum.tagdiv.com/requirements-for-newspaper/
Gradually he memory is depleted, as plugins will consume most of it. That could be why there is no problem with WPBakery disabled, and a problem with it enabled.
Hi,
Thanks for getting back to me.
Ok so I’ve increased the system status memory which has solved problem 1.
For problem 2 & 3 where do I download the updated theme? On theme forrest the latest version was updated on 18th April 2018 and since I only downloaded the theme last week it appears I am on the latest version. It says version 4.3 in system status, is that correct?
4) Here’s the screenshot of how the page looks when viewed as an actual page: https://imgur.com/a/iz9dwzR
Here’s a screenshot of how it looks viewed as a mega menu (I’ve pointed out where the styling errors are so you can see): https://imgur.com/a/Jacygci
Let me know if there is any more info you need.
Thanks again,
Charlie
Hello whatawawu,
Make sure that you are using the latest version of the theme installed via FTP way, clear all the caches and check the results. Check the system status memory to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/
Thanks for your understanding!
Hello Charlie,
1)Increase the system status memory according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/
2), 3)Please update the theme to the latest version of it because in that version was resolved this problem with Social Counter and the App Id and Secret ID are no longer needed. Update it via FTP way, clear all the caches and check the results.
4)You should provide some useful screenshots with this problem so I can identify it at your website URL.
Thanks for your understanding!
Can please someone tell me why my Newspaper8 theme is so much slow and why is it crashing every 30 minutes with error: Internal Server Error 500. Also it rises ony my Cpanel CPU usage 100/100%, Physical memory to 1gb, and entry processes to 20/20… My website is well optimized and yet is extremely slow, crashes all the time and from the hosting company tells me that the problem is from the theme… My site url is https://mypet.net/
Theme config
Registration key i 43abe68d – **** – **** – **** – 33674af2ac25 Reset key
Theme name i Newspaper
Theme version i 8.7.3
Theme database version i 8.7.3
HTTP channel test wordpress
Installed demo i Default Demo – demo ID: default | install type: full
php.ini configuration
Server software i Apache
PHP Version i 7.1.14
post_max_size i 128M – You cannot upload images, themes and plugins that have a size bigger than this value. To see how you can change this please check our guide here.
max_execution_time 100000
max_input_vars 5000
SUHOSIN installed false
mbstring available
WordPress and plugins
WP Home URL i http://www.drillingoilandgas.com
WP Site URL i http://www.drillingoilandgas.com
WP version i 4.9.5
WP multisite enabled i No
WP Language i en
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin installed WP super cache – for best performance please check the plugin configuration guide here.
Hi,
That update contained mostly fixes, there were no major changes in the theme. Maybe all these issues are caused by insufficient resources. There were similar cases where having multiple plugins activated and not enough WP memory resulted in the theme or plugins not functioning correctly, as well as 500 errors.
Check the theme system status panel
– https://forum.tagdiv.com/requirements-for-newspaper/
Ask your hosting to increase those parameters as mentioned in the guide if needed. Then check if this has any effect in the matter.
Thanks
Hello,
I’ve had this problem on my main site for a couple of months now. I’ve come back to try working on it again but still can’t fix the problem.
(the problem is i only get the spinning gray wheel on TD composer edits
So far I have added these snippets to my .htaccess file
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
My php memory limit is 256, i’ve cleared all cache’s since trying the fixes.
it is a fresh install via ftp, all fresh plugins, all up-to-date. No other plugins exist on the site other than default tagdiv ones.
I’m going to email you and grant access to see if you can help, thanks
I just installed this – set the memory up like the instructions said and am cannot edit pages with composer. I have diablo all plug ins and still the same results
I keep getting these errors
I also having this error. getting
Warning: fopen(/blog/wp-content/plugins/td-composer/includes/templates/font-awesome.php): failed to open stream: Permission denied in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 738
Warning: fwrite() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 767
Warning: fclose() expects parameter 1 to be resource, boolean given in blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 769
Warning: fopen(/blog/wp-content/plugins/td-composer/includes/templates/typicons.php): failed to open stream: Permission denied in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 738
Warning: fwrite() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 767
Warning: fclose() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 769
Warning: fopen(/blog/wp-content/plugins/td-composer/includes/templates/open-iconic.php): failed to open stream: Permission denied in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 738
Warning: fwrite() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 767
Warning: fclose() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 769
Warning: fopen(/blog/wp-content/plugins/td-composer/includes/templates/td-multipurpose.php): failed to open stream: Permission denied in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 738
Warning: fwrite() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 767
Warning: fclose() expects parameter 1 to be resource, boolean given in /blog/wp-content/plugins/td-composer/includes/tdc_main.php on line 769