- TutorialsSystem status parameters guide
Solved. I increased the memory limit of WordPress to fix this problem https://www.bettertechtips.com/wordpress/increase-memory-limit-wordpress/
Hi,
I’m worried what’s the right order to update themes and plugins.
Right now: WP 4.9.9 / Newsmag 4.3 / Visual Composer 5.01 / PHP 7.1
What’s the recommended way to avoid potential trouble? First theme, then Composer, then WordPress to 5.03? Over other way round?
Bonus question: Revolution slider (which I never used as far as I can see) caused some ugly memory limit-problems when I updated to the latest version. Can I drop this plugin completely? Or do Visual-Composer and/or Newsmag need files and features from this plugin?
Thanks for your support
Petra
I just install the newspaper theme and did not work because memory physical is full 128 MB (100%).
What size actually your theme required?
Thanks.
have happed to me when I was new to the theme too, fixed it by increasing wp_memory_limit to 256MB in your .php setting
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.
Please use this guide to fix 500 errors:
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Thank you!
Hi,
In did there are some resource that you need in order to do not have problems with theme, for example our theme request 256MB wp memory, WordPress recommendation are the same, all plugins that you have installed needs memory, even the cPanel need memory.
We hope that in coming updates will be some changes regarding this problem.
Thank you for your understanding!
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.
Try to increase WP_MEMORY_LIMIT
After that to install again the demo -> https://forum.tagdiv.com/installing-demos/
Thank you.
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.
Try to increase WP_MEMORY_LIMIT
Thank you.
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>
Hope this will help you!
Thanks.
So, recently I switched from WPBakery composer to TD Composer. All was fine on a test installation, but now that it’s active on the main site TD Composer doesn’t confirm that changes are saved. It does save changes, but does not confirm it, just keeps spinning. Now that’s not a life-or-death issue, just thought that I would mention it. Memory allocations are well over the requirements so I don’t think that’s a problem.
Also, I transferred the new homepage by copy-pasting shortcodes from the test installation to the live one. The first time I brought up TD Composer it told me that “current page was not created by TD Composer”, but only then – there were no warnings later on.
I noticed that the page has two custom fields added. The first one is “tdc_content” and it appears to be a copy of the content. The second one is “tdc_dirty_content” and that says 0. Is that normal behavior?
Hi,
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
Hello,
usually this is fixed by increasing your memory allocation. Please use this guide carefully and make the proper implementation on your site: https://forum.tagdiv.com/requirements-for-newspaper/
Also you can check your htaccess for any strange rules that could affect the proper functionality of the theme.
Thank you!
Salutare,
Situatie: http://prodambovita.ro/
VPS 2Gb ram, php7.1 memory limit 256 si Serve static files with Lighttpd
Instalare noua de wp + adaugat 50 articole
Install Newspaper 9.2.2 fara alte plugin-uri (decat td-composer, td-social-counter, td-amp)
Dupa instalare si activare tema, serverul arata ca are aproape tot RAM-ul folosit si MysQl se restarta des.
Ce am facut:
1. configurat conform recomandarilor (forum.tagdiv.com/requirements-for-newspaper/) – nici o diferenta
2. Am folosit Nginx cache si acuma am cam 800-90mb de ram folositi cu 0/1 vizitatori!
3. Am dezactivat si restul de plugin-uri de la tema, numai td-composer este activ ca plugin – nici o diferenta notabila
Am bagat si un object cache pe server Redis si l-am config si in WP – – nici o diferenta notabila
Este normal ca fara trafic sa am atata ram ocupat !?
Am vazut site-uri de stiri cu 1gb de ram, care merg pe shared, au si 6-10 editori/useri si trafic cam 2000 unici / zi, fara probleme cu restart de Mysql…
Multumesc !
I can create new Cloud Templates but after a few days start to receive this error.
Errors at columns elements: 14(models) : 15(dom). The model does not match the content
My memory is set to 256M
I have deleted Child theme.
I have tried with new .htaccess file.
I have tried with new wp-config file.
Memory limit on my server for this site is 512M.
I have deleted cache plugin (Wp Rocket) and deleted cache folder. On Cloudflare I have purged cache also.
Plugin folder is renamed so all plugins are disabled.
I have error_log file and there is a ton of stuff but I’m not familiar with it. Can I send you to have a look?
thanks
-
This reply was modified 7 years by
dharma3d.
Try deleting the child theme.
Error 500 has a number of likely causes. Here’s what I’d check:
– Make sure you have no errors in .htaccess and wp-config.php files, particularly syntax errors. If you have edited wp-config.php, check that your editor uses UTF-8 encoding and not something else.
– Increasing WP memory limit will have no effect if PHP memory is lower than that. Check with your host if you can’t configure PHP yourself via php.ini or user.ini or however you have it st.
– Empty all caches, purge CDN cache as well if you use it.
– Delete all plugins that come with the theme (TD Composer in particular) then upload the new versions.
– Check your Child theme code, maybe some changes are required there. (You can see the default template in /code folder that came with the theme).
– Deactivate all security options temporarily (firewalls etc).
– Anything in your error_log file?
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’, ‘256M’ );
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.
I have tried following:
– define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
– changed the name of plugins folder
– reuploaded wp-admin and wp-includes folder from fresh wordpress
– renamed .htaccess file
– tried changing the PHP version
Even when I change the theme to twentynineteen theme with phpmyadmin, nothing changes.
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’, ‘256M’ );
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.
I just tried to update the theme via FTP. As soon as I activated it I got HTTP ERROR 500, and can’t resolve the issue.
I have tried following:
– define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
– changed the name of plugins folder
– reuploaded wp-admin and wp-includes folder from fresh wordpress
– renamed .htaccess file
– tried changing the PHP version
Nothing works!
Please, help me resolve thins urgent matter.
My site is atma.hr
-
This reply was modified 7 years by
dharma3d.
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.
Hope this will help you!
Thanks.
Hi Calin
Thanks for this.
I have reviewed the configuration and it meets all your parameters.
I have increased PHP memory limit to 512M
Sadly no change – still takes about 45 secs for TD composer to fire up.
Everything else on the site loads ok – not the fastest but acceptable.
As this site will be updated regularly, it is important to sort this out.
Would you be able to log in and have a look? I can PM access details to you. You might be able to track what is happening and why it is taking so long.
Thanks,
Andrew
Hi,
Make sure that you have respected all of the theme’s requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/ Increase the PHP memory if you want to achieve better results.
Thanks.
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.
Hope this will help you!
Thanks.
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>
I believe you have installed the WPML Translation Management plugin
– https://wpml.org/documentation/translating-your-contents/page-builders/
Our page builder will encode the page content so translating a page with this module would not be possible. Maybe this will change in the future, can’t say for sure what will happen. Sorry for any inconvenience.
The alternative is to switch the pages when the language is changed.
For example I have this page in a language – https://www.screencast.com/t/wUVMxwx6qlV
Clicking on the translate option will open a new page which you can build
– https://www.screencast.com/t/yWKrq5fBxTI
Thank you.