WP Dashboard inaccessible
-
With Embedpress 4.4.4, the WordPress dashboard returns a fatal error. Turning on debugging does not change this, meaning that I do not get to see where the error actually occurs. Disabling Embedpress resolves this.
-
Hi @mastababa,
Sorry to hear about the issue. To investigate the fatal error with EmbedPress 4.4.4, could you please share the full error message?If the dashboard blocks you before showing details, please enable the debug log so we can capture it:
- Edit
wp-config.phpand add (or update) these lines above “/* That’s all, stop editing! */”:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);- Reproduce the error (make sure that EmbedPress is activated).
- Download the file
/wp-content/debug.logand paste its contents to Pastebin, then share the link.
Also, it would be very helpful if you could share your Site Health Info:
- Go to Dashboard → Tools → Site Health → Info
- Click “Copy site info to clipboard”
- Paste it into Pastebin and share the link with us.
Once we have the error log and Site Health details, we’ll pinpoint the cause quickly.
Thank you for your patience!
I’m not getting a usable error. The log is growing extremely fast, so can’t easily get a log that I can paste in Pastebin. But my only errors are like this:
[05-Nov-2025 13:46:51 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for theserver-ip-memory-usagedomain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at theinitaction or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/oeco/public_html/wp-includes/functions.php on line 6121
Happy to email you Site Health details.
Perhaps relevant, none of the images in the Embedpress dashboard are loading.Hi @mastababa ,
Thanks for sharing the details.We’re forwarding your query to our team for further investigation. Please allow us some additional time, and we’ll update you as soon as we have more information.
We appreciate your patience!
Best regards,Hi! We have the same issue.
The issue originates from the
EmbedPress\Includes\Classes\Analytics\Data_Collectorclass, which performs an unbounded query (SELECT ID, post_content, post_type FROM wp_posts WHERE ...) that scans all posts of all types, which can cause OOM errors if your site has a lot of posts.The issue is triggered by the
MilestoneNotificationclass, which hooks into the WordPress Dashboard to display milestone-related notices.Within
MilestoneNotification::should_show_milestone(), it callsAnalytics_Manager::get_total_content_by_type()→Data_Collector::get_total_content_by_type().Hope this help!
Hi @mastababa ,
Thanks for allowing us some time.
Could you please download the DEV version of EmbedPress from here: https://d.pr/f/fK61e7 replace it with your current version, and check again? If you’re using any caching plugin, could you please clear the caches from your site and server?
Looking forward to hearing back from you.
ThankslThanks. This seems to work.
Hi @mastababa ,
Thanks for the confirmation.
If you’ve been happy with our plugin and the support so far, would you mind spending 2 minutes to leave us a review using the following link?
Link to review – https://ww.wp.xz.cn/support/plugin/embedpress/reviews/#new-post
Please feel free to reopen the topic if you require additional assistance. We would be happy to help you.
Thanks!
- Edit
The topic ‘WP Dashboard inaccessible’ is closed to new replies.