- NewspaperWhen tagDiv Composer is Not Working
- NewspaperCache plugin – install and configure
- NewspaperRequirements for Newspaper
From that debug report low memory would be the cause. If the issue remains after increasing it, we could take a look as well. Send us an email at contact@tagdiv.com and provide admin login, also cPanel may be needed. Include a link to this topic in the email. let us know.
Hi,
Could be caused by low wp-memory, we recommend a value of 256M if possible
– https://tagdiv.com/newspaper-theme-requirements/
Try increasing it if necessary, or contact the hosting provider to do it for you. Then check if the issue is solved. Let me know.
Thanks
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you for your understanding!
Hi,
This problem in most cases are caused by low wp-memory.
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please refer to the following guides for possible fixes:
https://wordpress.org/support/topic-tag/505-error/
https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
– https://support.cloudflare.com/hc/en-us/articles/218378978-What-should-I-do-after-seeing-a-502-or-504-gateway-error-on-my-site-
– https://support.cloudflare.com/hc/en-us/articles/115003011431-5xx-Server-Error
– https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522-Connection-timed-out
– https://support.cloudflare.com/hc/en-us/articles/200171936-Error-520-Web-server-is-returning-an-unknown-error
Please try the same suggestions if your problem is similar. In most cases, 500 errors are caused by low wp-memory.
Thank you
Debug report
[28-Mar-2019 05:30:59 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/content/n3pewpnaspod01_data05/47/42456147/html/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php on line 6915
[28-Mar-2019 05:31:03 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/content/n3pewpnaspod01_data05/47/42456147/html/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1682
Because of a separate earlier problem, now resolved, I had already come into compliance with the theme requirements. So all of the boxes were green in “Newspaper system status.” In particular, my “WP Memory Limit” is 256 MB/request.
Nevertheless, adding a single plugin (at least from the list I gave that I tested), when coupled with tagDiv Composer and tagDiv Cloud Library, is enough to kill post editing.
Hi,
Make a test, if you are removing the ads code you can save the settings in theme panel?
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Thank you!
Hi,
First please check the theme requirement guide – https://tagdiv.com/newspaper-theme-requirements/
Increase the memory and the other parameters mentioned in the guide. This issue could be caused by insufficient memory. As plugins are installed this may eventually be depleted. Let us know if the problem remains after trying the suggestion.
Thanks
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Thank you!
Hi,
I did find some somewhat helpful topics – https://metablogue.com/install-setup-wordpress-aws-lightsail/
– https://forums.aws.amazon.com/thread.jspa?messageID=783185
– https://forums.aws.amazon.com/message.jspa?messageID=764529
– https://community.bitnami.com/t/cant-edit-php-ini-to-modify-the-execution-time-bitnami-aws/25883
WP-config seems to be located here – http://prntscr.com/n3juo3
The php.ini here – http://prntscr.com/n3jvie
But it would be best to try and contact them and ask them for more specific instructions, or maybe they can even do it for you. Having properly set memory and parameters is imperative, there could be various problems if they are not. They should be able to help with this.
Thanks
Hi,
I’m new here and not sure if this is the correct place to ask a question or whether I need to call support – who are currently closed anyway.
I’ve set up Newspaper 9 on the basic AWS Lightsail package so I can familiarise myself with the theme and get the design I want.
On checking the Newspaper 9 System Status page there are two yellow flags –
1). max_input_vars. This is currently set to 1,000 thought the text next to it says it should be a minimum of 2,000.
2). wp_memory limit. This is set to 64Mb but the recommended minimum is 128.
I’m not a network or OS expert and was wondering if someone could tell me how to do this or if there is a manual somewhere relevant to AWS Lightsail.
Thanks
Best
Gary
I have checked the Google amp plugin team regarding this. They have mentioned the below points.
Your theme’s stylesheet (Newspaper-child/style.css, which in turn imports Newspaper/style.css) is still massively too big at over 118 KB (1.2 MB without compression!). Again, the limit for AMP is 50 KB.
That’s why you get a memory size error in the CSS parser part, because that is simply too much for it.
A few suggestions/recommendations:
1. Try to reduce your CSS, either manually or by updating your theme. There are lots of things you can probably remove, for example everything that targets IE 11 and below
2. Reach out to your theme’s developers and ask them to reduce the CSS and perhaps even directly include AMP compatibility.
3. Try to increase your PHP memory by putting define( 'WP_MAX_MEMORY_LIMIT', '256M' ); into your wp-config.php file
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
If there is still a problem, you can 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
Hi,
If you did not solved the problem with 500 errors, this problem in some cases is provide by a low wp memory
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please refer to the following guides for possible fixes:
https://wordpress.org/support/topic-tag/505-error/
https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
– https://support.cloudflare.com/hc/en-us/articles/218378978-What-should-I-do-after-seeing-a-502-or-504-gateway-error-on-my-site-
– https://support.cloudflare.com/hc/en-us/articles/115003011431-5xx-Server-Error
– https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522-Connection-timed-out
– https://support.cloudflare.com/hc/en-us/articles/200171936-Error-520-Web-server-is-returning-an-unknown-error
Please try the same suggestions if your problem is similar. In most cases, 500 errors are caused by low wp-memory.
If the problem is still there https://www.dropbox.com/s/a2vyb7jqt8l231l/frontpageproblem.png?dl=0 please provide a link were I can inspect this code ( [vc_row][vc_column width=”1/1″]).
Thank you
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Also please check for wordfence and put the firewall in learning mode (or disable any other firewall). This is the most common theme panel blockers.
Thank you!
Hi,
This problem in some cases is provide by a low wp memory
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins, also if you are using child theme, clear all cache and try again.
Please refer to the following guides for possible fixes:
https://wordpress.org/support/topic-tag/505-error/
https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
– https://support.cloudflare.com/hc/en-us/articles/218378978-What-should-I-do-after-seeing-a-502-or-504-gateway-error-on-my-site-
– https://support.cloudflare.com/hc/en-us/articles/115003011431-5xx-Server-Error
– https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522-Connection-timed-out
– https://support.cloudflare.com/hc/en-us/articles/200171936-Error-520-Web-server-is-returning-an-unknown-error
Please try the same suggestions if your problem is similar. In most cases, 500 errors are caused by low wp-memory.
Hope this helps!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you for your understanding!
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you for your understanding!
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hi,
Looks alright now from what I can see. The plugins you were using were causing the issue if now it works when they are deactivated. Not all plugins will work with all themes. Some may work with one theme while with another one they won’t.
Also be sure to have enough wp-memory – https://tagdiv.com/newspaper-theme-requirements/
We recommend a value of 256M if possible. Having insufficient memory may lead to crashes as you install more and more plugins.
Thanks
@Calin When I change to default layout the theme works fine…
WP_MEMORY_LIMIT and all other requirement is correct. But it is not working with cloud template..
Hi,
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7-7.2
Thank you for your understanding!
Hi,
In order to fix the error at rows: n(models): m(dom) please make sure that all the settings are like in our requirements, 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 at least to 256mb.
Also please check the php version to be 7/7.1/7.2
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
Thank you for your understanding!