Ok this could be my error but just did automatic upgrade of said plugin and it spit out a dummy... My setup is a little bit bizarre so it is probably down to me as you cannot cater for everybody I think the problem is stemming from this in widgets-reloaded-new.php
if ( !defined( 'WP_CONTENT_DIR' ) )
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
if ( !defined( 'WP_PLUGIN_DIR' ) )
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );
could you possibly add a if ( !defined for those of us that have a custom plugin dir
my setup is defined as follows.... in wp-config.php
define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/10/p' );
define( 'WP_PLUGIN_URL', 'http://domain.com/10/p');
define( 'PLUGINDIR', $_SERVER['DOCUMENT_ROOT'] . '/10/p' );
this normally covers most plugins, I am sure that this asking too much but it could be nice for us 1% of users...
if not I can easily edit your plugin, although I cannot stress enough that I do not like to do such things...
No stress and keep up the blinding good work Jason