What is the WordPress version?
Thanks for your quick response, the wordpress version is 3.4.2
It looks like a conflict with other plugins. (We tested with clean WordPress 3.4.2 install and it works well). Can you disable any other plugins you have and check it out?
Thats exactly what I did, after I thought it might be plugin conflict, I decide to use clean WordPress 3.4.2, to my surprise still having the same error
What do you think I should do now? After that error message appears, I refresh by typing ‘http://localhost/wordpress2/wp-admin/plugins.php’ on my URL and reactivate it, it activated but not working properly, I guess the CSS is having issue. Please let me know what to do.
Thanks
This plugin uses lambda functions and in couple of sites that is causing an issue (PHP Version error). You can try the version available in the SVN trunk, that fixes this issue.
If you still have problems, try enabling debug in wp-config.php and post the log.
can you please send me the link of the available version in SVN trunk?
You can use this command to access the code:
svn co http://plugins.svn.wordpress.org/schemeable-sliding-panel/trunk schemeable-sliding-panel
thanks man, will do that right away
Have use the version in SVN trunk as you recommend, is activated but not working, the arrangement of the layers are not in order, when I try to preview it, is not coming up properly.
Hhave set WP_DEBUG in wp-config.php to true, but can’t find the error log
Add the following to your wp-config.php (copied from the above link). And activate the plugin. The debug output will be written in wp-content/debug.log file.
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging to the /wp-content/debug.log file
define('WP_DEBUG_LOG', true);
// Disable display of errors and warnings
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define('SCRIPT_DEBUG', true);