- TutorialsSystem status parameters guide
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Thank you.
Hi,
That error could indeed appear if there is not sufficient memory
– https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
As plugins are installed and activated the memory gets exhausted, however a value of 256M would be considered enough for most websites. Be sure to add the code provided at the end of the requirements guide in the htaccess file
– https://forum.tagdiv.com/requirements-for-newspaper/
We haven’t made any testing with the plugin you mention, but this kind error should not be related to which plugin is installed and activated. It is caused by low memory.
Thanks
Hi,
Indeed, be sure to check the theme requirements guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
There will be various issues if these are not met. In case you have problems using the theme we will try to help you. Mention as many details about them as possible.
For the memory we recommend a value of 256M, this would be enough for most websites.
However if you should decide that the theme is not suited for your website, we will be able to provide a refund
– https://themeforest.net/refund_requests/new
Thanks
Hi
I am getting the PHP memory issue
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3888882 bytes) in /home1/fastingw/public_html/womensgolf/wp-content/plugins/td-composer/includes/tdc_main.php on line 609
This happens when I try to use TAGDIV Composer to edit a page and have the Memberpress plugin activated. As soon as I deactivate the Memberpress plugin, I am able to edit pages normally in Composer.
My host increased the memory limit: “I have set it to It was 256MB and 512MB now. And the input time limit changed to 30-60”.
but I am still getting the same error message.
Memberpress is a very popular membership site plugin. Can you suggest any fixes please?
The site is WomensGolf.com
Thank you
Richard
Hi,
First please make sure that the theme requirement are well set – https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
-> https://www.themepunch.com/revslider-doc/requirements-and-recommendations/
If there is still some problems, make sure that you have the last version of theme, and all theme plugins are updated; deactivate tagDiv Composer until you make/edit the revolution slider, after you make the changes that you need, and you save the slider, activate the tagDiv Composer ( or you can make this revolution slider on localhost and import it to live website ).
Thank you.
@fabiobiondo If I remember correct, Newspaper theme require a bit more memory then usually wp hosting gives by default 🙂
check this article https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
try paste code to wp-config.php
/** Varibles for NewsPaper Theme */
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
paste it before text /* That’s all, stop editing! Happy blogging. */
Shows this
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 79 bytes) in /home/blogdotu/public_html/wp-includes/class-wp-term.php on line 199
YesI am curious too. I don’t think it is a plugin conflict. This is something elsebut I don’t know. Below is my system status.
Theme name i Newspaper
Theme version i 9.0.1
Theme database version i 9.0.1
HTTP channel test wordpress
Installed demo i Ink Parlor – demo ID: ink | install type: full
Speed Booster v4.9.3 – Disabled – incompatible plugin detected: akismet/akismet.php
php.ini configuration
Server software i LiteSpeed
PHP Version i 7.0.30
post_max_size i 64M – 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 180
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress. To see how you can change this please check our guide here.
SUHOSIN installed false
PHP extensions
mbstring available
GD library available
WordPress and plugins
WP Home URL i https://www.noiseash.com
WP Site URL i https://www.noiseash.com
WP version i 4.9.8
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 40 MB/request – We recommend setting memory to at least 64MB. The theme is well tested with a 40MB/request limit, but if you are using multiple plugins that may not be enough. See: Increasing memory allocated to PHP. You can also check our guide here.
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
From support
Dear Tim,
Your server has all the requirements specified in the theme support forum.
Please go through the details given below
————
>> Apache version
root@server ~]# httpd -v
Server version: Apache/2.4.37 (cPanel)
Server built: Oct 29 2018 18:02:12
>> Upon our investigation we found that memory limit satisfies for each php version.
[root@server ~]# grep -i memory_limit /opt/cpanel/ea-php56/root/etc/php.ini
memory_limit = 256M
[root@server ~]# grep -i memory_limit /opt/cpanel/ea-php54/root/etc/php.ini
memory_limit = 128M
[root@server ~]# grep -i memory_limit /opt/cpanel/ea-php70/root/etc/php.ini
memory_limit = 128M
[root@server ~]# grep -i memory_limit /opt/cpanel/ea-php55/root/etc/php.ini
memory_limit = 128M
>> Mysql version
[root@server ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 483851
Server version: 5.6.41-log MySQL Community Server (GPL)
>> Mod_rewrite module is enabled on your server
[root@server ~]# httpd -M | grep -i rewrite
rewrite_module (shared)
————
Hi,
I have a persistent Error 500 but only when I’m logged out of wordpress (?)
I change .htacess to increase the memory to 256
All my plugins are updated
If I deactivate all plugins, the website works well
As soon as I activate plugins, the website works only when I’m logged (so not very useful).
https://la-rem.com
Thanks for your help
jack
Hello,
I didn’t use SEO by Yoast, the problem happened before I Install it. I’ve checked and there is no more this option (advanced) in the plugin. I disabbled all plugins as well
I’ve done everything you recommend on the topic and problem still persists:
Set up the below code in .htaccess!
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Increase de memory in wp-config.php…
I really need help!
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Also here is our documentation for tagDiv Composer -> https://forum.tagdiv.com/tagdiv-composer-tutorial/
Let us know the results!
Thanks you.
Hi,
In most cases 500 errors are caused by low WP-memory. As plugins are installed the memory will eventually get exhausted, most hosting providers are limiting it to 40M by default.
We recommend a value of 256M which would be decent for most websites. Check what is the value of the WP-memory in the theme system status panel. If needed increase it, or ask the hosting provider to increase it for you if possible
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the other parameters mentioned in the guide as well.
Thanks
Hi,
I would suggest that you check the theme requirements guide. Check if there is enough WP memory and the necessary PHP extensions are available (especially mbstring – https://www.screencast.com/t/YX4mKZmlUPFw)
Also, try the suggestion from this topic and add the mentioned code in the .htaccess file
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
Also, disable all of the untested plugins, clear all the caches, purge CDN files and check the results.
Let us know the results.
Thanks.
Maybe there is insufficient memory, we recommend a value of 256M and these other requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Under these circumstances the theme and theme plugins should run properly. If there aren’t enough resources there could be such problems.
Hi Catalin,
I’m using Nginx webserver.
all necessary extensions are installed and increase PHP memory to 256MB, did not help. I found the problem, iframe cannot show and refused the connection, here’s example when im click on more details https://drive.google.com/a/adams.web.id/file/d/1T_gTT-b55Fwb7OMgvOlykZ47ByckNEWB/view?usp=drivesdk
always refused to connect
https://drive.google.com/a/adams.web.id/file/d/1xt53ixBYVT0lBHxjiWqdxyaIfEUZBnRa/view?usp=drivesdk
do you have tips for this problem? I’m use cloud Digital Ocean
Hi,
Please make sure that your system status parameters are correctly increased according to our documentation from here -> https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ First of all, increase the PHP memory to e min 256 MB.
Hope this helps!
Thanks for the message!
Hi,
Yes WP_MEMORY_LIMIT set as 256MB is usually enough, but if you are using many plugins some is possible to be need to incise the WP_MEMORY_LIMIT , but if you say that you are using only the cloud template 256MB is enough.
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Thank you for your understanding.
I have resolved this issue. Besides the php.ini on the server, the service I use keeps these common php.ini settings in memory, (I use runcloud.io). Therefore had to alter the php.ini via settings panel there.
-
This reply was modified 7 years by
Rikk.
Srry u have checked very late, we change the theme as theme creating too much memory pblm to us.. every-time server out of memory and we use media template level 4 it cost us money so we forced to change that theme.
I am facing same problem on our websites.
PHP Fatal error: Out of memory (allocated 67108864) (tried to allocate 36864 bytes) in /wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385
Running on PHP 7.2 on VPS 8GB RAM
300k-400k pageviews/day.
Hi thr,
thanks for the response, we have everything upto date,
1) php version is 7.2
2) we were using WPBakery only
3) we have default blog mode added in our homepage and we just used few block, still it consumes too much memory
4) we default page counter
5) Simple mega menu
6) I don’t know how to do that XLMRPC
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
https://www.screencast.com/t/Ch5RyyoF
Hope this will help you!
Thank you for your understanding.
-
This reply was modified 7 years by
Calin.
Hi,
Please as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last replies.
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
https://www.screencast.com/t/Ch5RyyoF
Hope this will help you!
Thank you for your understanding.
There will be overall improvements made in the theme in coming updates. It is true that the CSS has become somewhat large in size, there will be steps taken in this matter to reduce it. This should have a positive influence in the above issue as well. I can’t say much about it at the moment or exactly when it will be implemented.
Usually and from what I know from previous cases, most 500 errors are caused by low WP-memory, increasing it to a value of 256M or higher if possible solved the problem. This value would be enough for most websites. Of course these errors could be caused by other factors.