So I goit it fixed. diff -r1.1 /usr/share/php/adodb/adodb-time.inc.php 442c442,443 < error_reporting(E_ALL); --- > #error_reporting(E_ALL); > error_reporting(E_ALL ^ E_DEPRECATED);
diff -r1.1 /usr/share/cacti/site/include/global.php 181c181,182 < error_reporting(E_ALL); --- > #error_reporting(E_ALL); > error_reporting(E_ALL ^ E_DEPRECATED); see also http://forums.cacti.net/viewtopic.php?p=191502#191502 -- Cacti php errors after upgrade from Hardy to Lucid https://bugs.launchpad.net/bugs/589543 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
