davidosomething
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Sunny] Fatal error after latest updateFixed! Thanks
Forum: Plugins
In reply to: [Sunny] Fatal error after latest updateCan you try bumping the version again? I use composer to manage my plugins over wpackagist – http://wpackagist.org/ – and while I do have version 1.2.1 it’s still reporting this error
Fatal error: Class ‘Parent’ not found in /home/dotrakoun/src/davidosomething.com/releases/20140806001952/public/plugins/sunny/admin/includes/class-sunny-option-box-base.php on line 29
Forum: Plugins
In reply to: [Plugin Notes] capabilities erroroh sorry, thought you were the author!
Forum: Plugins
In reply to: [Plugin Notes] capabilities errorSo maybe it’s because I have these lines in my wp-config?
define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISALLOW_FILE_MODS’, true);Any chance you could upgrade the plugin to read that and use install_plugin instead of edit_plugin permission instead?
never mind, fixed with this:
if ( ! empty( $_SERVER['HTTP_X_FORWARDED_HOST'] ) ) { $_SERVER['HTTP_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST']; }
Viewing 5 replies - 1 through 5 (of 5 total)