When I deactivate and then activate NextGEN Gallery 1.1.0 I get an error displaying on the top of page:
Fatal error: Call to undefined function _once() in ../wp-content/plugins/nextgen-gallery/nggallery.php on line 331
and on page 331:
function activate() {
_once (dirname (__FILE__) . '/admin/install.php');
I ignore it and it nggallery runs though there are occasional anonolies with image displays, etc.
Seems to be a corrupted file it should be :
function activate() {
include_once (dirname (__FILE__) . '/admin/install.php');
Thanks... though that is kinda disconcerting. Can I deinstall and reinstall without destroying the corresponding data?
Thanks for your reply!!
Well, so much for patience. I deinstalled and reinstalled and apparently the data was removed as well.
velvetgr
Member
Posted 3 years ago #
I have an error with NextGEN, although it doesnt actually tell me what it is. Just says "fatal error". Running the latest versions on both... any ideas?