Where’s the state? I can’t find anything on my site. Where to go?
]]>Fatal error: Uncaught Error: Call to undefined function disk_total_space() in /s3-thinburn/wordpress/wp-content/plugins/disk-space-usage/init.php:86
Please add a check to see if the function exists. I know it’s strange that a core PHP function doesn’t exist, but tastewp.com probably uses some remote storage.
That’s also the reason why neither I nor many users can first check the plugin on a temp environment spinned at tastewp.com. If I could see how it works, I could also install it.
Check this by yourself with one click in this TasteWP URL with preinstalled plugin.
Thanks in advance.
]]>When I enable the “Disk Space Usage” plugin (premium), the “Site Health Status” has flagged a critical issue which is activated . Interestingly, this issue does not appear when the plugin is disabled.
The issue at hand revolves around an active PHP session that was detected. The details are as follows:
Category: Performance
Detail: A PHP session was created by a session_start() function call. It appears that this is interfering with REST API and loopback requests. As per best practices, the session should be closed by session_write_close() before making any HTTP requests.
Could you kindly look into this and apply the necessary adjustments to mitigate the problem?
Thank you for your time.
]]>