Mlix / nextgen-gallery

Automatically exported from code.google.com/p/nextgen-gallery
0 stars 0 forks source link

Warning on album page after upgrade to PHP 5.4.0 #487

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Alex and all,
I have problem on album page http://www.por-ninos-de-ecuador.cz/fotogalerie/ 
after upgrade to PHP Version 5.4.0 Warning: Creating default object from empty 
value in 
/pub/pnindewa/por-ninos-de-ecuador.cz/web/www/wp-content/plugins/nextgen-gallery
/nggfunctions.php on line 553

Thanks for help...

Server: 
Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0-fips DAV/2 
PHP/5.4.0 mod_fcgid/2.3.6
MYSQL   v5.5.21

WordPressu 3.3.1
NextGEN Gallery 1.9.3
Firefox 

Please provide any additional information below.

Original issue reported on code.google.com by vodic...@gmail.com on 26 Mar 2012 at 5:52

GoogleCodeExporter commented 9 years ago
Now I change 
$galleries[$key]->counter = 0; 
to 
@$galleries[$key]->counter = 0;
Is not a solution, but at least not yet displayed the error ...

Original comment by vodic...@gmail.com on 26 Mar 2012 at 10:28