When add this plugin this shows sunburst chart images size show in MB and it’s large but actually image size in backend in WordPress in media show in kb why this plugin show this behaviour
]]>When I try to activate the plugin I get an error about an invalid plugin header. Removing line 10 ‘Network: true’ from the main file rbdusb-disk-usage-sunburst.php should be working. Kindly double-check and update the plugin in the repository.
]]>Hi, as the other thread was closed, I start a new one. I also get the message
“Unfortunately there was an error. File/directory sizes could not be determined. Reload to try again.”
Here’s the Debug Info
WordPress-Datenbank-Fehler: [Unknown collation: 'utf8mb4_unicode_520_ci'] CREATE TABLE IF NOT EXISTS
wp_wp_phpmyadmin_extension__errors_log
(id
int(50) NOT NULL AUTO_INCREMENT,gmdate
datetime,function_name
longtext NOT NULL,function_args
longtext NOT NULL,message
longtext NOT NULL, PRIMARY KEY (id
), UNIQUE KEYid
(id
) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci AUTO_INCREMENT=1 Warning: Cannot modify header information - headers already sent by (output started at /[...]/wp-includes/class-wpdb.php:1878) in /[...]/wp-admin/includes/misc.php on line 1431 Warning: Cannot modify header information - headers already sent by (output started at /[...]/wp-includes/class-wpdb.php:1878) in /[...]/wp-includes/functions.php on line 6896 Warning: Cannot modify header information - headers already sent by (output started at /[...]/wp-includes/class-wpdb.php:1878) in /[...]/wp-admin/admin-header.php on line 9
BTW: At first activation attempt, I was also shown the “The plugin does not have a valid header.” error message on a plain page. But it worked when I clicked on “activate” a second time.
]]>I installed the plugin, when when i try to activate it, it get the message:
Das Plugin hat keinen validen Header.
Its a german installation, the english message should be something like:
The plugin does not have a valid header.
I already deinstalled the plugin and reinstalled it … with the same issue.
Its a standard webhosting with php8.0 on a apache-server, running wordpress and several plugins without any problems.
]]>Hello,
is here somebody who tried this on 6.0.3 and PHP 7.4.32?
]]>Hello
The loading bar runs for 5 to 10 seconds. Then the message is displayed.
Click on any arc to zoom in.
To zoom out click on the center circle.
However no arc is displayed! Can you suggest how to resolve the issue? Regards
]]>guys,
I know you say you don’t support multisite but your plugin does work perefctly on multisite. Except one thing
Local Site admins can view the sunburst graph. This is not a security risk per se (they can’t do anything) but it is a privacy issue.
There is a very simple fix for this that would make it work perfectly. Namely change the menu permissions from the administrator role (it is bad practice to reference roles btw) to a capability to something like edit_files
This would be more logical, would not change the behaviour on regular sites (on reulars sites people with the administrator role have the edit_files capability) and would remove the privacy issue on multisite.
]]>Hi,
Does this plugin have any stats on individual sites within a multisite i.e. a list of all sites with total file size associated with them?
Thanks!
Alex
]]>Hi,
I’ve used your plugin on several of my sites and it has been a big help. I just installed in on a new site and am having a problem. The sunburst is not showing. Any ideas on what I need to check?
Thanks,
Daphne
How do I know if I’m running out of storage
]]>Hi, beautiful plugin. Unfortunately for us it is useless, since it ignores the alternative wp-content definitions. All of our sites (100+) make us of this.
More information here.
Would be really great if you could respect the alternative wp-content directory location in your next release. Many thanks.
Background:
Many professional WordPress developers are moving the content directory away from WordPress since they really don’t belong together. I facilitates deployment and updates via external tools.
Cheers, Mike
]]>I installed the plugin as it looked promising. However, there is no tools listed under my menu and there is no mention of how to access the plugin anywhere. Please advise.
]]>Beautiful and Fun! Not a problem really for me, but just a heads up that it is not following any relocated wordpress folders. Since you’ve made such a beautiful plugin, you may wish to make it completely wonderful by also working for people who have messed with their wordpress directory structure.
https://codex.www.ads-software.com/Editing_wp-config.php#Moving_wp-content_folder
eg: I tested on my local install where I have several wp installs (a nightly beta etc) that are sharing the wp-content folder. I happened to run it first in the beta wp install and saw that it just looked at the straight normal wp folder structure (which existed) and did not follow the WP-CONTENT constant location.
]]>As per title
Unfortunately there was an error. File/directory sizes could not be determined. Reload to try again.
Any ideas?
]]>Conflicts with good WP Widget Disable plugin.. (
After activating WP Widget Disable and after saving its settings we have:
Warning: Cannot modify header information – headers already sent by (output started at W:\domains\unisite.ru\wp-content\plugins\disk-usage-sunburst\rbdusb-disk-usage-sunburst.php:1) in W:\domains\unisite.ru\wp-includes\pluggable.php on line 1196
If you don’t get an image and you look into your error logs getting an message like
<b>Parse error</b>: syntax error, unexpected ‘[‘
You should do the following:
Arrays are declared like this:
$children = []
Some PHP-Versions don’t understand this, you should change these to
$children = array()
After you’ve did this, is should work again.
I had this problem in version 1.0.1
]]>Hello,
Just tried your plugin on 3 different hosts, 1 local and 2 production, all different in their configuration.
On 2 of them, the size of the folders and files is visible on mouseover.
On the last production one, it is not.
Same behavior whatever the browser (Firefox, Chrome, Safari, Opera).
Any idea of what is required in the host configuration to have the mouseover function of this plugin working?
Edit: on all hosts JSON V1.2.1 and mouseover works well for everything else.
D.
]]>Hello,
Just to let you know that the role argument in the add_submenu_page() function is deprecated for a long time now. To fix it replace ’10’ by ‘administrator’.
https://codex.www.ads-software.com/User_Levels
https://codex.www.ads-software.com/Roles_and_Capabilities
D.
]]>