WPIntell

Source evidence

No post created

WP Sync for Notion – Notion to WordPress · support · 2025-02-17T22:35:00+00:00

mixedsentiment
highseverity
0.89relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 35 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tanizabecomingmo resolved
Hello! WP Sync for Notion is not creating a new blog post for me when I sync from Notion. I believe I see the issue after the automatic update to WordPress 5.7.2 which happened 5 days ago. It was working well before, but then it just stopped creating new posts while syncing. https://ibb.co/TMmnFwG0 https://ibb.co/N2nZ0CCD https://ibb.co/0jvk5NWN Hi @tanizabecomingmo , I noticed that your website encountered a PHP Fatal Error due to the maximum execution time of 60 seconds being exceeded while processing images. This is likely happening because: Large image files take too long to process. Server resources (memory/CPU) may be limited. The PHP execution time is set too low (currently at 60 seconds). To fix this, I suggest increasing the PHP execution time by adding the following lines to your wp-config.php file: define('WP_MEMORY_LIMIT', '256M'); set_time_limit(0); Additionally, please check if you are uploading large image files, as they might be causing this issue. I also recommend updating to the latest WordPress version to ensure compatibility and optimal performance. Let me know if you need further assistance! Best, Cristian WP connect Support

Comments

1 shown
WP connect 2025-02-18T09:10:00+00:00

Hi @tanizabecomingmo , I noticed that your website encountered a PHP Fatal Error due to the maximum execution time of 60 seconds being exceeded while processing images. This is likely happening because: Large image files take too long to process. Server resources (memory/CPU) may be limited. The PHP execution time is set too low (currently at 60 seconds). To fix this, I suggest increasing the PHP execution time by adding the following lines to your wp-config.php file: define('WP_MEMORY_LIMIT', '256M'); set_time_limit(0); Additionally, please check if you are uploading large image files, as they might be causing this issue. I also recommend updating to the latest WordPress version to ensure compatibility and optimal performance. Let me know if you need further assistance! Best, Cristian WP connect Support