- TutorialsSystem status parameters guide
I have done all the needful in terms of requirements. Below is my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 100M
php_value upload_max_filesize 50M
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
# END WordPress
In the system status, it shows green for WP Memory Limit (256 M) and Debug (False). I have disabled all non-theme plugins (everything except for Composer and Cloud Library) and it still doesn’t work. Please help out.
Hi,
Thank you for your reply.
The memory is set to 256M, but the situation is not going well.
Yuki
Hi,
That is usually caused by insufficient WordPress memory
– https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
We recommend these values – https://forum.tagdiv.com/requirements-for-newspaper/
For most users a WP memory of 256M would be enough, try to increase it. If needed you can contact the hosting provider to do it for you, should be no problem.
Thanks
Hi,
There have been many changes since that version. A changelog can be seen here
– https://themeforest.net/item/newspaper/5489609 (bottom of the page)
Most important, please be sure to check the updated theme requirements guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Increase all the parameters if it’s the case.
In similar cases with HTTP 500 errors the issue was caused by insufficient memory. Try to increase it to a value of 256M if possible. Contact the hosting provider to do it for you if needed.
Thanks
Hi
I have problem with cloud templates. I created 4, but only see 1 and have info:
“Out of memory (allocated 524288000) (tried to allocate 72 bytes) in /home/theillest/domains/theillest.pl/public_html/wp-includes/cache.php on line 650”
and i dont have chance to edit my templates :/
What is it? Where is the problem and how i can fis this?
Hello,
Check your system status parameters and increased them according to our documentation from here -> https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ Most likely, you PHP memory has exhausted and that’s why you cannot save anything.
Thanks!
Hello,
Check the system status parameters to be increased according to our theme’s requirements from here -> https://forum.tagdiv.com/system-status-parameters-guide/ Probably, your PHP memory has exhausted and that’s why you cannot save anything, sorry!
Hope this helps and let us know how it goes!
Thanks.
I spent all day trying to fix this. All the appropriate configurations to php.ini, wp-config.php and .htaccess have been made according to the documentation. I disabled almost every plugin with the exception of 12. My pages were saving before without issue. I found that TagDiv Composer it works fine at first, but as I add content to the page it eventually fails to save. Also, on a few occasions the page just completely disappeared and I have to revert to previous version. I assume this has something to do with system resources, but I already increased the memory etc. Not sure what I can possible do to fix this. Not impressed with this at all.
Steps:
1. Install WordPress, Newspaper 9 theme, and all recommended plugins (using XAMPP local server).
2. Add settings in wp-config and .htaccess files to increase size and memory limits, as per directions.
3. Activate theme
4. Check the “System Status” tab in Newspaper setup – all checks show PASSED successfully – all parameters correct.
5. Go to “Install Demos” tab and select any of the demo files
6. Deselect the toggle for “include content” so that “only settings” will load
7. Click on Install – pop up box appears with Yes or No dialog. After clicking Yes, demo loads.
8. Try the same procedure with the “include content” toggle set to ON – load content.
9. Pop up box appears but there is NO option for Yes or No, or any other clickable button.
10. Tried same procedure on Firefox and Internet Explorer browsers with same results.
Unable to proceed with “include content” setting when attempting to install demos.
Please help!
Increasing WP_MEMORY_LIMIT to 256M fixed the problem.. Now it appears correctly!
Thank you very much!
thanks for the reply, currently the wp-memory_limit is at 500, and I entered the code in .htaccess, clean the cache.
Now it allows me to edit pages and posts. Perfect. But I have all the plugins disabled … I try to enable one plugin at a time?
thanks
Hi,
Please try to increase more the wp-memory_limit, also please add this code in .htaccess
https://www.screencast.com/t/ZvHNhdQI
If the problem persist please deactivate all plugins that are non theme clear all cache and try again.
Thank you.
Hi,
Did you enter this code in .htaccess
https://www.screencast.com/t/ZvHNhdQI
Maybe you need to increase more the wp_memory_limit
Let me know the results.
I was able to update the values for both memory and max vars when i check system status show green earlier was showing yellow. but still saving is not working. saving keep on rotating forever. Please help to fix this.
WP_MEMORY_LIMIT is set in wp-config.php:
define( 'WP_MEMORY_LIMIT', '256M' );
max_input_vars is set in php.ini, user.ini or .htaccess file, depends on how your server is configured – if you don’t know how to find it you’ll have to ask your host to do that for you.
It’s all described in https://forum.tagdiv.com/requirements-for-newspaper/
This is usually because of insufficient server resources. Happened to me recently on a test installation.
Try increasing max_input_vars and WP_MEMORY_LIMIT. That solved the issue for me.
See https://forum.tagdiv.com/requirements-for-newspaper/
-
This reply was modified 7 years by
menneskedyr.
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/
Is possible to need to increase the wp_memory_limit
Thank you.
By installing the optional pluging (tagDiv) I got the following error messag:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/webcs/domains/****/public_html/****/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1382
Now I cant use WordPress anymore!
I used stars in the error message above because of privacy.
Can someone tell me what went wrong?
Hello, Catalin.
None of that (in that entry) works.
– Raised memory to 128
– Included recommended lines in .htaccess
– This is development server. We have no traffic
– Do not use Yoast
– Do not use Cache (This is a development server)
– It is important to note that the problem only arises if the page is selected as the blog page, otherwise it all goes fine. If I deselect the same page from a blog page, it can be edited.
Is it enough if I send you FTP server login and WP login? Or do you need server credentials?
Thanks.
NOTE: PHP error log has this: [18-Sep-2018 17:10:04 UTC] PHP Notice: Undefined index: Newsmag in /home/biotikas/public_html/noticierodigital/cms/wp-content/plugins/td-composer/includes/tdc_version_check.php on line 26
I am not using Yoast and raised the memory to 128. Problem continues.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /home/devel64u/public_html/hwt/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385
Please solve my problem as soon as possible
Hello Richard,
Please check the system status parameters to be increased according to our documentation from here -> https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ Probably, you PHP memory has exhausted and that’s why you cannot save anything.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Meon, Found the fix.
1. Go the the File manager.
2. Look to the top right Cog “settings” Select
3. Check the box “Show hidden files” then Save.
4. Go to the file path public_html > wp-admin
Look to the top Left and select + File
5. Create PHP.INI file
Insert the following:
safe mode = Off (cannot adjust)
memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 64M (MAXIMUM)
upload_max_filesize = 64M (MAXIMUM)
enable_dl = Off (cannot adjust)
Save
Make sure to also update your Php to 5.6.
Hope this helps.
Chris
Hi,
The website you provided seems to be offline at the moment
– https://www.screencast.com/t/eCnbC3uFiC
That first error would suggest that there is something wrong with the cloud post template you try to edit. Try to import it again and edit it.
If you cannot access the cloud templates section because of that second error, you should increase the WP-memory to a higher value. For most websites a value of 256M is enough. You can increase it like mentioned in the guide
– https://forum.tagdiv.com/requirements-for-newspaper/
Check all the other parameters as well. If necessary your hosting provider should be able to increase them for you.
Thanks
Hi,
In almost all similar cases the issue was caused by low WP-memory. Try to increase it an check again
– https://forum.tagdiv.com/requirements-for-newspaper/
If needed your hosting provider should be able to do it for you. For most websites a value of 256M would be sufficient.
Thanks