Search Results for 'memory'

Results from the Forum
Simion C.
tagDiv Staff

Hi,

If needed, I suggest increasing these parameters and the wp memory -> https://prnt.sc/8vk0VGhiM9e6 We recommend the values mentioned in this guide -> https://forum.tagdiv.com/requirements-for-newspaper/ Please try it.

Thank you!

crazydrake
Participant
#0

Hi – Our host flagged this for us. Can you review and let us know what we need to do fix?

Beyond this we are picking up on heavy search queries that work around the plugin td-composer. The specific file triggered is:

wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php line 1517

The site is spawning quite a few of them, and it’s the main contributor to the high load:

==============================================================================================================
Host:     barrettmedia.com
Request:  /page/2/?s=cbs+evening+news
Remote:   17.246.23.246
UA:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)
Started:  2026-07-21T21:18:39.878639Z
SQL:      SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID  FROM wp_posts   WHERE 1=1  AND wp_posts.ID NOT IN (237966) AND (((wp_posts.post_title LIKE '%cbs%') OR (wp_posts.post_excerpt LIKE '%cbs%') OR (wp_posts.post_content LIKE '%cbs%')) AND ((wp_posts.post_title LIKE '%evening%') OR (wp_posts.post_excerpt LIKE '%evening%') OR (wp_posts.post_content LIKE '%evening%')) AND ((wp_posts.post_title LIKE '%news%') OR (wp_posts.post_excerpt LIKE '%news%') OR (wp_posts.post_content LIKE '%news%')))  AND (wp_posts.post_password = '')  AND wp_posts.post_type IN ('post', 'page', 'attachment', 'job_listing', 'tdc-review') AND ((wp_posts.post_status = 'publish')) OR EXISTS (                                 SELECT 1 FROM wp_term_relationships AS tr                                 INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id                                 INNER JOIN wp_terms AS t ON tt.term_id = t.term_id                                 WHERE tr.object_id = wp_posts.ID                                 AND tt.taxonomy = 'category'                                 AND ( t.name LIKE '%cbs evening news%' OR tt.description LIKE '%cbs evening news%' )                                 AND wp_posts.post_status = 'publish'                                                              ) OR EXISTS (                                 SELECT 1 FROM wp_term_relationships AS tr                                 INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id                                 INNER JOIN wp_terms AS t ON tt.term_id = t.term_id                                 WHERE tr.object_id = wp_posts.ID                                 AND tt.taxonomy = 'post_tag'                                 AND ( t.name LIKE '%cbs evening news%' OR tt.description LIKE '%cbs evening news%' )                                 AND wp_posts.post_status = 'publish'                                                              ) OR EXISTS (                                 SELECT 1 FROM wp_term_relationships AS tr                                 INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id                                 INNER JOIN wp_terms AS t ON tt.term_id = t.term_id                                 WHERE tr.object_id = wp_posts.ID                                 AND tt.taxonomy = 'tdc-review-criteria'                                 AND ( t.name LIKE '%cbs evening news%' OR tt.description LIKE '%cbs evening news%' )                                 AND wp_posts.post_status = 'publish'                                                              )  GROUP BY wp_posts.ID  ORDER BY (CASE WHEN wp_posts.post_title LIKE '%cbs evening news%' THEN 1 WHEN wp_posts.post_title LIKE '%cbs%' AND wp_posts.post_title LIKE '%evening%' AND wp_posts.post_title LIKE '%news%' THEN 2 WHEN wp_posts.post_title LIKE '%cbs%' OR wp_posts.post_title LIKE '%evening%' OR wp_posts.post_title LIKE '%news%' THEN 3 WHEN wp_posts.post_excerpt LIKE '%cbs evening news%' THEN 4 WHEN wp_posts.post_content LIKE '%cbs evening news%' THEN 5 ELSE 6 END), wp_posts.post_date DESC  LIMIT 0, 5
Origin:   plugin | td-composer | wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php:1517
Duration: 3.698309 s
Memory:   42.00 MB (peak 42.00 MB)

Such queries, taking around 4 seconds to be completed, will slow the entire site, so I’d recommend revisiting the code around that function

Mybody
Participant
#0

Hi TagDiv Support Team,

I am experiencing a persistent error with TagDiv Composer on my website (hosted on SiteGround). Every time I try to edit or create a page—even a completely fresh, empty page—I get the following error:
“Layout sync error in Content. The editor expects 6 zones but the page is rendering 5.”

Here is what I have already checked and verified to isolate the issue:

PHP Version: The server is running on PHP 8.2.31.

Memory Limits: I have already increased limits in wp-config.php (WP_MEMORY_LIMIT set to 512M).

Plugins & Cache: The issue persists even on blank pages, with no third-party caching/minification conflicts.

System Status: In my Newspaper System Status panel, I noticed a warning regarding mod_substitute being active on Apache (“may cause a timeout error on TD Composer”). I tried tweaking the .htaccess file with SubstituteMaxLineLength and SubstituteEngine Off, but the error remains.

Since it happens even on blank pages, it’s definitely not an unclosed HTML tag in the content. Could you please let me know how to fix this rendering/sync conflict on PHP 8.2 / SiteGround?

Thank you,
Sara

Simion C.
tagDiv Staff

Hi,


@Phase9

Are you also using GoDaddy? Then it’s more than just a coincidence. In both cases from above, the websites were hosted by GoDaddy. The first test I made was to deactivate all the non-theme plugins, the composer functioned much better after doing this, and no freezes.

So I suspected that a plugin was causing the issue, but then it didn’t matter which plugins I activated because the issue started happening again.

My suggestion was to increase the wp memory -> https://www.godaddy.com/en-ph/help/increase-the-wordpress-memory-limit-40246 But if that didn’t help, I’ll investigate it further. Could you please try this as well? Let me know if it solves the problem.

Thank you!

tavara
Participant
#0

I’m using Newspaper 12.7.6 with:

PHP Version 8.4.22
WP Memory Limit 256 MB
PHP Execution Time 60
PHP Max Input Vars 10000

Today I noticed my site without the home page styles and structure, I went to the dashboard and saw somehow the home page template was missing (maybe an admin sent it to trash, I’m not sure). I tried to restore it but instead it was removed completely. Now the trash is also empty.

Certainly something is wrong, but maybe there is a bug preventing the home template showing in the “Cloud templates” section and hopefully the template is still there in the database? The site is still under construction and backups were not configured yet (surely I’ll be doing that right now).

traversecitytoday
Participant
#0

Hello tagDiv Support,

I am experiencing a serious issue with tagDiv Composer on my website using the Newspaper theme. The Composer has gradually become slower over time, and it has now reached a point where it consistently freezes whenever I attempt to add even a single element to a page. The browser eventually displays a “Page Unresponsive” message.

The issue was not present when I initially started building the website. Composer worked normally in the beginning, but performance degraded over time until it became unusable.

Here are the troubleshooting steps I have already completed:

• Switched PHP versions from 8.3 to 8.2 with no improvement.
• Confirmed PHP settings meet recommended requirements:

PHP Version: 8.2.30
PHP Memory Limit: 512M
PHP Max Input Variables: 10000
PHP Time Limit: 180 seconds
PHP Post Max Size: 1024M
PHP Upload Max Filesize: 1024M
• Created a staging site, and the exact same issue occurs there.
• Deactivated all non-tagDiv plugins, but the issue persisted.
• Checked the browser console and only found Content Security Policy report-only warnings and slow network messages. No obvious JavaScript errors were present.
• Tested Composer on multiple pages, and the freezing behavior continues.
• Cleared caches and tested after changing PHP versions.

My hosting provider is GoDaddy, and I am trying to determine whether this is related to a known issue with tagDiv Composer, a compatibility issue, or a server-related problem such as admin-ajax.php requests or ModSecurity interference.

Could you please advise if there are any known issues related to this behavior or recommend additional troubleshooting steps? If necessary, I can also provide administrator access, browser console logs, network request information, or any other details needed to diagnose the problem.

Additionally, could you let me know if there are any known compatibility issues with the current versions of Newspaper, tagDiv Composer, or GoDaddy hosting environments?

Thank you for your assistance. I look forward to your guidance on resolving this issue.

Best regards,

Jesse
traversecity.fm

negoxp
Participant
#0

Hi,

We are running Newspaper 12.7.6 with td-cloud-library 3.7 and td-composer 5.2 on a server with 56 CPUs and 64GB RAM.

Our site has:
– 214,000 published posts
– 209,000 attachments
– PHP 8.0, MySQL 8.0

Every time we activate td-cloud-library or td-composer, the server load spikes from 8 to 90-127 within seconds. We see 100+ php-cgi processes and 80-100 simultaneous MySQL queries running against wp_posts and wp_postmeta tables.

We have already tried:
– Updating plugins to latest versions
– Adding database indexes (including spro_tagdiv_recent_posts from Scalability Pro)
– Increasing PHP memory to 512M
– Clearing all cache

The plugins are incompatible with large sites. Without them active, the server runs fine. With them active, the site crashes.

Please advise what is causing this behavior and how to fix it for large sites.

Site URL: colimanoticias.com

Westfrieslandpraat
Participant
#0

What I notice is that as soon as a lot of visitors come to the website, it starts requesting a lot of resources, causing the website to load slowly. My server is a powerful server that is practically brand new with 128 GB of memory and SSDs; there are multiple websites hosted on it that all attract between 1,000 and 6,000 visitors and don’t experience any issues, except for the site with the Newspaper theme.

Calin
tagDiv Staff

Hi,
I see that it is possible that additional plugins installed on the site are consuming more resources than you currently have allocated.
What you can do is run a test using only the theme plugins to see if the problem still persists. If everything works correctly, then enable the other plugins one by one and test after each activation.
There are plugins like WPML, Revolution Slider, and others that require quite a lot of memory. In some cases, 512 MB of memory is not enough and may need to be doubled.
Thank you!

Calin
tagDiv Staff

Hi rupeesmax,
A 500 Internal Server Error is a generic HTTP status code that indicates the web server encountered an unexpected condition that prevented it from fulfilling the request. This means the issue is on the server side, not related to the user’s device.
Common causes include a misconfigured .htaccess file, PHP errors, exhausted memory limits, or conflicts caused by plugins or themes.
How to Fix 500 Internal Server Error in WordPress – https://creativethemes.com/blocksy/blog/how-to-fix-500-internal-server-error-in-wordpress-6-actionable-tips/
Thank you!

Digital2web
tagDiv Member

Hi,
thank you for your reply.
I enabled the debug log and this is the error that appears when I try to open Newspaper > System status:

[11-May-2026 08:34:00 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 81920 bytes) in /home/nqzkwvud/public_html/wp-includes/class-wpdb.php on line 2328

The current PHP memory limit is already set to 512 MB.
The page was working correctly about two weeks ago. The issue appears only when opening the System status section.
Could you please let me know I should proceed?

https://ibb.co/BHQFwR92

Thank you.

Davidjurado
Participant
#0

Hello,

I am experiencing the “Layout sync error” (The editor expects 6 zones but the page is rendering 0) when trying to use tagDiv Composer on my homepage.

My hosting provider has already increased the server limits to meet your requirements, but the issue persists. Here is my current System Status:

PHP Version: 8.2

WP Memory Limit: 512M

PHP Max Input Vars: 5000 (Set in Plesk)

Max Execution Time: 300

Upload Max Filesize: 64M

Troubleshooting already done:

ModSecurity has been disabled.

AMP plugin is deactivated.

I tried creating a new page with “Page Builder Root” template, but the error remains.

Permalinks have been resaved.

Browser cache and theme CSS cache have been cleared.

Could you please help me identify what is blocking the editor from synchronizing the zones?

Thank you in advance.

Calin
tagDiv Staff

Hi,
A 500 Internal Server Error is a generic HTTP status code that indicates the web server encountered an unexpected condition which prevented it from fulfilling the request. This means the issue is on the server side, not related to the user’s device.
Common causes include a misconfigured .htaccess file, PHP errors, exhausted memory limits, or conflicts caused by plugins or themes.
How to Fix 500 Internal Server Error in WordPress – https://creativethemes.com/blocksy/blog/how-to-fix-500-internal-server-error-in-wordpress-6-actionable-tips/

Boostyourcity
Participant
#0

I am experiencing a critical issue with the Newspaper theme on two of my websites (byc-news.de and notrufberichte.de). Both sites are running the latest version of WordPress and the Newspaper theme with the Classic Editor.

The Problem:
I am unable to publish new articles or update existing ones if I make any changes to the Post Title.

If I only edit the post content (body text), the update works fine.

As soon as I change a single character in the Title, the “Publish” or “Update” button just shows a loading spinner indefinitely, and the post remains a draft (or the changes are not saved).

Interestingly: If I use the WordPress “Quick Edit” feature from the post list, I can change the title and status without any issues.

What I have already tested:

Plugin Conflict: Deactivated all plugins (including MemberPress and Caching plugins) – the issue persists.

Editor: The problem occurs in the Classic Editor.

Server Environment: PHP Memory Limit is 512M, max_input_vars is set to 5000.

Hosting: Both sites are on different accounts but the same hoster (All-Inkl).

It seems like a specific JavaScript or REST-API call triggered by the Newspaper theme’s title field is being blocked or failing. Since the “Quick Edit” works, it must be related to how the Newspaper theme handles the title field within the post editor.

Could you please check if there is a known conflict with the current WordPress version or a specific theme setting that causes this behavior?

Best regards,
Meikel Dachs

MarryCaribbean
Participant
#0

Hello tagDiv Support,

I need help with a serious issue that started after updating Newspaper. I have spent hours troubleshooting this and I want to give you a clear, detailed summary so you can understand exactly what is happening.

My site:
MarryCaribbean.com

Theme:
Newspaper

Problem summary:
After the update, my single post pages began crashing and showing the WordPress critical error message. At the same time, several layout behaviors changed unexpectedly, including my post hero styling and category/archive display.

Here is what I observed and tested.

1. Single posts started failing after the Newspaper update

Before the update, my single posts were working normally.

After the update:

* Single post pages began showing “There has been a critical error on this website.”
* This was happening under Newspaper, while the site worked under a default WordPress theme.
* Category pages and other parts of the site were not failing in the same way at first, which made this look specific to the Newspaper single post rendering path.

2. Debugging pointed to td-composer

I enabled WordPress debug logging and found fatal errors pointing to td-composer, specifically memory exhaustion in this path:

/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php

I also saw repeated notices for translation loading from other plugins, but those did not appear to be the main cause of the front-end post failure.

The key fatal I saw was memory exhaustion inside td-composer.

3. Default WordPress theme worked

To isolate the issue, I temporarily switched to a default WordPress theme.

Result:

* The single posts loaded
* The content itself was fine
* This suggested the problem was not with WordPress core or the post content itself, but with Newspaper/tagDiv rendering

4. Backup restore did not solve the issue

I restored a backup using UpdraftPlus, including:

Database
Plugins
Themes

However, this did not restore the previous Newspaper behavior on its own. The single post issue remained. What actually made individual posts load again was manually opening them and explicitly selecting a post template such as FROM PANEL or DEFAULT and then updating the post.

5. tagDiv Composer / Cloud Library behavior was inconsistent

After the restore:

* tagDiv Composer and tagDiv Cloud Library had to be reactivated
* Header/footer/custom appearance behavior changed depending on whether these plugins were active
* At one stage, single posts worked with Composer off, but the custom header/footer/design was degraded
* With Composer on, other design pieces came back, but single post behavior was still unstable or altered

6. The biggest discovery: post template behavior changed

This appears to be the most important clue.

I found that many posts would work again only after I manually opened the post and explicitly selected a post template, for example:

* FROM PANEL
or
* DEFAULT

If I manually selected one of those and updated the post, the post would usually load again.

This strongly suggests the update changed or broke how post template settings were being inherited or interpreted.

What is especially concerning is that this appears to affect many posts, not just one or two.

7. “From Panel” is not consistently broken, but behavior changed

I originally thought FROM PANEL itself was broken, but after more testing I found:

* Some posts work on FROM PANEL
* Some posts work on DEFAULT
* Some posts needed to be manually touched and saved before they would work at all

So the issue does not seem to be as simple as “FROM PANEL is broken.”
It feels more like the update disrupted how template/layout assignments are being inherited or loaded on a per-post basis.

8. My hero/header layout on single posts changed

Even after I got the posts loading again, the visual layout is not what it was before.

Before:

* My post hero had a stronger designed look
* The title, author, tags, and hero image styling appeared more integrated/overlaid
* There was more of a styled hero presentation

Now:

* The posts may load, but the hero/header presentation is simplified or degraded
* The featured image sits more plainly
* The old styled hero treatment appears to be missing

So even when the post works, the layout is not the same as before the update.

9. Article Display View options appear to be missing

In the Theme Panel, under areas where I remember having many layout/style choices, the “Article Display View” area appears blank or missing its usual options.

I specifically remember having many appearance/layout choices there before. Now those options do not appear to load properly.

This makes me think some template/module UI in Newspaper is no longer loading correctly after the update.

10. Category/archive behavior also changed

After the update:

* My category/archive sections changed layout
* I had 3 items per row before, but now it is showing 2
* I also started seeing little comment count boxes with “0”, which I never wanted and did not have before

I checked Block Settings and global module meta settings. Show Comment Count appears to be off globally, but the archive/category output is still not matching what I had before.

This makes it seem like the archive/module style or template behavior changed during the update as well.

11. Cloud Templates screen appears empty

In Cloud Templates, I currently do not see cloud templates assigned in the way I expected. For example, the Single Templates area appears empty.

That is confusing because I know my site had a more customized appearance before, and the current theme behavior no longer matches it.

12. Main concern

My biggest concern is that this update appears to have:

* broken or altered post template inheritance
* changed single post rendering behavior
* removed or failed to load layout options I previously had
* changed archive/category display unexpectedly

On a larger site, this kind of behavior is extremely disruptive because it can force manual repair of many posts.

What I need from you:

1. Help identifying exactly what changed in Newspaper that caused single post template behavior to break or stop inheriting correctly
2. Help restoring the original post hero/layout behavior I had before the update
3. Help restoring the archive/category display so it matches the previous layout
4. Help understanding why the Article Display View choices appear missing/blank
5. Guidance on whether this is a known issue in the current version and whether there is a patch or recommended fix

I would appreciate a serious look at this, because this has taken a lot of time to troubleshoot and it clearly appears connected to the Newspaper/tagDiv update path rather than WordPress itself.

Thank you,
MarryCaribbean.com

Peter@9ubet
Participant
#0

I just logged into my wordpress dashboard yesterday(3/4/2026) and found the theme pannel with a red mark. and on viewing the site from the users end I discoverd some broken code about fonts.
I have triend updating evrything and icreasing the wp_MEMORY_LIMIT but nothing seems to work. I have also dissable all pluggins but still the same issue.
breaking code on the user endTheme pannel, color change to red

Børnenes Aarhus
Participant
#0

Hi,
My Theme Panel settings (especially fonts under Theme Fonts → General) are not saving.
When I click Save, it appears saved, but after refresh the values revert back.
I am on PHP 8.5 and memory_limit is 2048MB.
Could this be related to max_input_vars or server configuration?
Thank you.

Ion
Participant
#0

Subject: Technical Issue: tagDiv Composer “Edit” and “Add” buttons not responding (Envato Ref: 4092998)
Message:
Hello tagDiv Support Team,
I am contacting you regarding a critical issue with my Newspaper theme installation for my website, Law & Business. I have already contacted Envato Support (Ticket #4092998), and they have directed me to you for technical assistance.
The Issue: The “Edit with tagDiv Composer” and “Add” buttons are completely unresponsive. When I attempt to edit a page, the visual interface does not load, and in some instances, I am seeing raw shortcodes instead of the graphical editor.
What I have observed:
Clicking the “Edit” button results in no action (the editor doesn’t trigger).
The “Add” element button is frozen/unresponsive.
This prevents me from updating the “Magazine Pro” / “Business @ Law” layout.
System Info:
Theme: Newspaper (Latest version)
Plugin: tagDiv Composer active
Envato Purchase Code: I will provide the purchase code in a private reply
Could you please help me identify if this is a JavaScript conflict, a server memory issue, or a database error, as my publication schedule is currently on hold.
Looking forward to your professional guidance.
Best regards, Tudor Ion

robinspaul
Participant
#0

Hi,
When I try Edit with TagDiv Composer on a page, it shows this error – Error 404 – not found. Could someone please help me?

These are my settings:
Server software Apache
PHP Version 8.3.28
max_execution_time 300
max_input_vars 5000
SUHOSIN installed false
mbstring available
GD library available
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin WP super cache

Thanks

robinspaul
tagDiv Member

Hi,
When I try Edit with TagDiv Composer on a page, it shows this error – Error 404 – not found. Could someone please help me?

These are my settings:
Server software Apache
PHP Version 8.3.28
max_execution_time 300
max_input_vars 5000
SUHOSIN installed false
mbstring available
GD library available
WP Memory Limit 256 MB/request
WP_DEBUG False
Caching plugin WP super cache

Thanks

Demir
tagDiv Member

I changed the memory usage in WordPress’s wp-config file from 256 MB to 512 MB. Pages load without problems, but I can’t open the page I want with the tagDiv editor and I keep getting the same error. I sent the requested information to contag@tagdiv.com. I look forward to your valuable support.

Sincerely,

Simion C.
tagDiv Staff

Hi,

So when you access the pages panel in wordpress there is a critical error. What if you deactivate more plugins? Leave just theme plugins active and check again. Maybe it’s a problem that happens due to insufficient wp memory, and by deactivating plugins there is more free memory. If you check in the theme system status panel is the wp memory set to at least 256M? -> https://prnt.sc/2Bo3sC0eIzdk Actually even if it is, I suggest setting it to 512M, it can be done in the wp-config file -> https://prnt.sc/bNokB9oAbAVW

If that doesn’t work, we could take a look as well, maybe we can figure out the cause. In this case you can send us an email at contact@tagdiv.com and provide a link to the website, admin login (user and pass) and also access to cPanel or FTP.

Thanks.

Daniel Romero
Participant
#0

Hi.
I’m having a peculiar problem with the Slider Revolution bundled in Newsmag: the preview is not working on the slider editor. When I try to create a slider it just won’t show up in the preview window, I just get a blank (grey, in this case) window. However, the shortcode is generated and it works fine when I place it in a post or a page. So I’m working blind, cause I have to keep coming and going between the editor and a page in my site to visualize the work in progress, which off course is far from ideal.
I have already discarded conflicts with other plugins and found no relevant issues in the browser console. The PHP version, the WP memory limit, the PHP execution time and the PHP Max Input Vars comply with the theme requirements.

WordPress version 6.9
Newsmag version 5.4.3.4 (license bought a couple of weeks ago).
Tech prebuilt website
Slider Revolution version 6.7.38

I see SR is now on version 6.7.40, which means two updates have been released in the last two months. I wonder if this bug has been addressed in any of them.

My site is http://torundabit.com, but you find there any slider created with Revolution, given that I cannot adjust the one I’m trying to create.

Anyway, I would apreciate any help to resolve this issue.

Iqtidar
tagDiv Member

For now,

I have reverted to WordPress 6.8.3.

The Theme Panel, where it shows System Status, did have issues with 6.9. It wasn’t loading or showing any information.

6.9 is also not compatible with Cloudflare plugin. Also as soon as I started a new post or began editing, the CPU and RAM usage reached its max and website went down. Creating/editing a post became a headache.

You also need to increase your WP Memory Limit and Max Vars for WordPress 6.9 to function properly, especially on the backend/admin.

Hope this helps someone.

crafty
Participant
#0

I could not find any mention of WP Memory Limit in WP-Config file.
Where in the file should I include this?

I was worried that I may stuff things up if I put it in the wrong place.
Thank you

Tony

Viewing 25 results - 1 through 25 (of 3,046 total)