Some errors with nextgen
-
Error when using nextgen and wr pagebuilder together…but the feedback from there is : (can nextgen be fixed ?)
Strict Standards: Declaration of C_DataMapper_Driver_Base::define() should be compatible with C_Component::define($context = false) in /home/coordina/public_html/wijnen/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/datamapper/class.datamapper_driver_base.php on line 744
Strict Standards: Declaration of C_Lightbox_Library_Mapper::define() should be compatible with C_CustomPost_DataMapper_Driver::define($object_name, $context = false) in /home/coordina/public_html/wijnen/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/lightbox/class.lightbox_library_mapper.php on line 7
Hi there,
Sorry for the delay, I also found some threads about this problem, look like the code of NextGEN Gallery doesn’t fully compatible with new PHP version :
1. With WPLinkedIn
2. PHP 5.4 Strict Errors
3. PHP Strict Standards
So you might want to open root_folder/wp-config.php and add this code at the end of file then recheck :
error_reporting(E_ALL & ~E_STRICT);
Best regards,
Adam.
The topic ‘Some errors with nextgen’ is closed to new replies.