Occurred with a recent update of WordPress and/or a different plugin
Fatal error: Call-time pass-by-reference has been removed in /usr/home…/wp-content/plugins/enhanced-publication/epub_repository.php on line 156
]]>If you receive the following error (notice) in WordPress:
“Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /Applications/MAMP/htdocs/dirbkjrk/wp-includes/functions.php on line 2923”
Change the epub.php file ( wp-content->plugins->enhanced-publication):
Go to function epub_menu
New:
function epub_menu()
{
add_options_page(‘Enhanced Publication’, ‘Enhanced Publication’, ‘manage_options’, ‘enhanced-publication/epub_settings.php’);
}
Old:
function epub_menu()
{
add_options_page(‘Enhanced Publication’, ‘Enhanced Publication’, 8, ‘enhanced-publication/epub_settings.php’);
}
Hello,
I install your plugin Enhanced Publication. When go for activate this plugin i received this error
Fatal error: Call-time pass-by-reference has been removed in /home/ajbmsspk/public_html/ojs1/wp-content/plugins/enhanced-publication/epub_repository.php on line 156
Please tell me how i can remove this error.
Thanks
]]>Hi,
When activating the plugin, I am getting an error:
“Fatal error: Call-time pass-by-reference has been removed in /home/d8xlv94go/wp-content/plugins/enhanced-publication/epub_repository.php on line 156.”
This is a fresh install of WP 3.6 with networks enabled.
I’m having trouble installingen Enhanced BibliPlug. everytime I get the following fatal error. Is there anyone who knows how to fix this?
“Warning: require_once(/home/httpd/http/virtualhosts/_wordpress/wp-content/plugins/enhanced-bibliplug/bibliplug_query.php) [function.require-once]: failed to open stream: No such file or directory in /home/httpd/http/virtualhosts/_wordpress/wp-sites/www.inth.ugent.be/plugins/enhanced-bibliplug/bibliplug.php on line 45
Fatal error: require_once() [function.require]: Failed opening required ‘/home/httpd/http/virtualhosts/_wordpress/wp-content/plugins/enhanced-bibliplug/bibliplug_query.php’ (include_path=’./:/home/httpd/http/flwi/includes:/usr/share/php:/home/httpd/http/flwi/include’) in /home/httpd/http/virtualhosts/_wordpress/wp-sites/www.inth.ugent.be/plugins/enhanced-bibliplug/bibliplug.php on line 45″
https://www.ads-software.com/extend/plugins/enhanced-publication/
]]>