No search results were found in Documentation!
So I’m using the Newspaper theme on my self-hosted WordPress website which in turn runs on my own VPS. I’ve set the WP_Memory_Limit to 256M and have the WP_Debug set to false. max_input_vars = 5000, max_execution_time = 300 and post_max_size = 50M. I don’t make use of Suhosin nor any other WordPress plugins. The website runs over an HTTPS connection by Let’s Encrypt.
Yet, it’s not possible for me to use the build-in TagDiv composer. When trying to edit a page with the TagDiv composer, it always shows a gray screen with a never ending spinning circle in the middle.
Any help on this one would be great…
System Check OK:
WordPress 4.0 or later –> 4.9.5 OK
Apache or Nginx –> Apache OK
php.ini memory limit: 40MB (recommended: 96M) –> 512 OK
PHP version 5.2.4 or greater (recommended: PHP 5.4 or greater) –> 7.1.16 OK
MySQL version 5.0 or greater (recommended: MySQL 5.5 or greater) –> 5.5 OK
Mod Security OFF –> OK
Deactivating all plugins the problem remains so it is not a conflict problem.
I repeat that with the default theme (Twenty seventeen) everything works perfectly so it’s a problem introduced by the newspaper theme. As I work mainly with images, I need it to be fixed quickly. Thanks
Hi,
This could be caused by insufficient resources, in most cases it is caused by low WP memory. The theme has a system status that you can check
– https://forum.tagdiv.com/requirements-for-newspaper/
Ask your hosting provider to increase the parameters mentioned in the guide, if necessary.
That would be one suggestion you can try. I found this topic in the matter as well
– https://docs.presscustomizr.com/article/229-fixing-errors-when-uploading-images-in-wordpress
Thanks
Hi, I have same problem here, I got http error when upload images, I try to deactivated all plugin, and still can not uploading image. I try to switch to wordpress default theme and my website can uploading images normally.
URL: https://www.lanouvellevague.it
WordPress Version: 4.9.5
Active Theme: Newspaper 8.7.2
PHP Version: 7.1.16
MySQL Version: 5.5.59-38.11-log
Web Server Info: Apache
WordPress Memory Limit: 256MB
PHP Safe Mode: No
PHP Memory Limit: 512M
PHP Upload Max Size: 50M
PHP Post Max Size: 50M
PHP Upload Max Filesize: 50M
PHP Time Limit: 120
What can I do ?
Best regards, Fabrizio
Hello,
Please first try to increase your memory allocation like so: https://forum.tagdiv.com/requirements-for-newspaper/
And if the issue is still there afterwards, please also try this solution:
https://forum.tagdiv.com/topic/tagdiv-composer-not-working-11/
Thanks.
Hello,
Please use the following steps:
step 1: disable and delete ALL theme plugins.
step 2: Use thios guide to update: https://forum.tagdiv.com/how-to-update-the-theme-2/
step 3: Use this guide to make the proper memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
All that you have suggested has been done. Still having the problem. Here is the system status report:
Theme config
Registration key i da86da2f – **** – **** – **** – 12402701f1af Reset key
Theme name i Newspaper
Theme version i 8.7.2
Theme database version i 8.7.2
HTTP channel test wordpress
Installed demo i Local News – demo ID: local_news | install type: no_content
php.ini configuration
Server software i Apache
PHP Version i 7.0.29
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 120
max_input_vars 3000
SUHOSIN installed false
mbstring available
WordPress and plugins
WP Home URL i https://www.blueridgemuse.com
WP Site URL i https://www.blueridgemuse.com
WP version i 4.9.5
WP multisite enabled i No
WP Language i en_US
WP Memory Limit 128 MB/request
WP_DEBUG False
Caching plugin WP super cache – for best performance please check the plugin configuration guide here.
Everything is working except for the Tag Div Composer, which has happened in the past after updates of the Newspaper theme.
Hi,
So the composer is not working properly for you. The elements once placed in the page should look exactly as they will be on the actual saved page
– https://www.screencast.com/t/lpUkkG199t
I would suggest to first deactivate all plugins except theme plugins and clear all caching. Try the composer on a new page and see if this still happens. Check the theme system status section
– https://forum.tagdiv.com/requirements-for-newspaper/
If needed ask your hosting provider to increase the parameters mentioned in the guide, especially the WP memory.
Also try deactivating and removing the composer plugin, and install it again from the theme plugins section
– https://www.screencast.com/t/cGq95nssL3i5
Let us know the results.
Hi,
Could be the same issue from this topic
– https://forum.tagdiv.com/topic/error-500-message-when-i-update-from-8-6-to-8-7-3/
Try downloading the theme package again and install it, check if the issue is solved. Also it is important that there are sufficient resources, especially WP memory. Let us know if there is still a problem.
Thanks
Hi i’m having the same issue as some others users regarding saving changes in the theme panel.
Please tell me how i can fix this problem
max_execution_time 180
max_input_vars 5000
SUHOSIN installed false
mbstring available
WordPress and plugins
WP Home URL i http://jijenwij.thepublisherswife.nl
WP Site URL i http://jijenwij.thepublisherswife.nl
WP version i 4.9.5
WP multisite enabled i No
WP Language i nl_NL
WP Memory Limit 64 MB/request
WP_DEBUG False
Thank you for the answer, but It didn’t fix. The site is on a dedicated server. Regarding the server requirements, here is my “equipment”:
– WordPress version: 4.9.5 (recommended: 4.0);
– webserver: Apache (recommended: Apache or Nginx);
– php.ini memory limit: 70MB (recommended: 64M);
– PHP version: 7.0.2 (recommended: PHP 5.4 or greater) (I had 5.6, I’ve changed the PHP version in cPanel to fix this problem, but It didn’t work);
– MySql version: 5.6.38 (recommended: MySQL 5.5 or greater);
WP Super Cache installed.
TagDiv Composer plugin deactivated, deleted, reinstalled and reactivated.
Nothing.
Sorry if I ask help again, but I really can’t understand what’s happening.
P.S., I even added the code you wrote above in .htaccess. Nothing.
-
This reply was modified 8 years by
libraeditrice.
-
This reply was modified 8 years by
libraeditrice.
Hello,
Please use this guide to properly set the memory allocation for your site: https://forum.tagdiv.com/system-status-parameters-guide/
Let us know if you still encounter issues afterwards.
Thanks
You use File Manager located in hosting or FTP client such as FileZilla. Then go to the public_html () => directory and look for the .htaccess file and edit it. You add the following code to the end of the .htaccess file
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 256M
it still looks v.8.7.2. speak cache memory cache memory. v.8.7.3 has not happened. also gives a fatal error when I load td-multi-purpose and td-composer files.
Fixed when I installed the plugins that came with v.8.7.2
Glad you solved the issue. System status parameters are very important for the proper functionality of the theme. This guide provides the needed memory allocation:
https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi,
I SOLVED THE PROBLEM.
First I added the following lines to the “.htaccess” file:
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 256M
I brought all the plugins into a passive state.
I cleaned the Cashes.
I updated the new Newspaper folder on the server via FTP.
I activated all the plugins one by one.
The site started working fine with the new 8.7.3 version.
Thank you very much to the support team for kind help
Regards.
Option 1: WordPress 500 Internal Server Error due to plugins or themes
In many cases. WordPress 500 Internal Server Error occurs when installing or updating plugins or themes. If you know what plugins or themes are causing WordPress errors. You fixed 50% of the error.
Option 2: WordPress 500 Internal Server Error for installing or updating the plugin
If your site is buggy after installation or update. You can fix this by disabling or removing the plugin. Depending on the situation. There are 2 ways to do this.
Disable plugins via WordPress Dashboard.
If your WordPress Dashboard is still accessible. Please follow the steps below:
Log in to your WordPress Dashboard.
Plugins> Installed Plugins from the left menu
Install plugins section in WordPress Dashboard
Disable plugin causing errors.
deactivate plugin to debug wordpress internal internal server error
Reload the page to see if the bug is fixed.
If not. Disable other plugins and repeat the process until all plugins are disabled. (or until the site runs again)
Once you’ve found the plugin that caused the error, try removing and reinstalling it. You can find the same plugin or contact the programmer of that plugin. Check out why it’s not compatible with your WordPress.
There are many situations that make dashboard inaccessible. In such a situation. You can cancel or delete the plugins. with File Manager located in hosting or FTP client such as FileZilla.
Navigate to the root of WordPress and go to the wp-content / plugins directory.
Identify the error plugin and rename that directory to disable it.
If your site is broken for installing or updating a new theme. You can handle this by changing your theme. Select any theme and click the Activate button to use it. Now, you will reload your site in the browser and it will reload the theme. This method will fix this. You can try reinstalling your old theme. or contact the theme provider for more information on how to implement it.
Possibly due to lack of memory because PHP values are not enough. It may also be the cause of the error. WordPress 500 internal server error. Because scripts and plugins may require more memory to operate efficiently. Also, when your site loads. The browser also increases the number of requests to load plugins, scripts, and content. When the memory capacity is not enough for the plugin and the script to run. WordPress website will be able to extract 500 Internal Server Error. So to fix this you can increase the memory and other PHP values by editing the .htaccess file.
Here are the lines you should add:
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 256M
Reason Can not save settings in theme panel. This is because I’m restricted to php in the .htaccess file.
I fix it by adding the following code:
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 256M
I have successfully debugged, thank you very much!
Hello,
I just made the last update for the theme 8.7.3 from wordpress panel and after that my site not working.I get these errors :
1) Fatal error: Access to undeclared static property: tdc_config::$group_params in /home/devemesara/public_html/wp-content/plugins/td-newsletter/td-newsletter.php on line 190
2) if newsletter plugin disabled –>
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 786432 bytes) in /home/devemesara/public_html/wp-content/plugins/menu-icons/vendor/kucrut/icon-picker/includes/types/fa.php on line 3448
3) after menu-icons disabled –>
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3084165 bytes) in /home/devemesara/public_html/wp-includes/wp-db.php on line 1894
What can i do?
reinstalled all plugins from 8.7.2
website already running at
define(‘WP_DEBUG’, false);
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
but the template is still causing the the server ip to hit the website hard
this is what i currently have
define(‘WP_DEBUG’, false);
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
and also updated everything but the template is causing the hit from the server ip. there is something wrong with the template
this is my website
https://www.jiujitsutimes.com/
Hi,
Check the theme system status and make sure you increase your memory allocation.
– https://forum.tagdiv.com/system-status-parameters-guide/
From what I found online that error is caused by insufficient memory
– http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Try if possible to increase the allocated memory (if allowed by hosting as well) then check if this solves the issue.
Thanks.
Hello,
When a plugin or theme cannot install, usually it is because of the memory allocation. Please use this guide to increase it: https://forum.tagdiv.com/system-status-parameters-guide/
Thanks.
Hello, because this message appears when I install Newspaper: “Allowed memory size of 67108864 bytes out of stock (tried to allocate 32 bytes) – /home/mundotop10/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_util.php – 1381”