Error Log Entires
[02-Mar-2010 00:41:59] PHP Notice: getSubAlbums is deprecated. Use getAlbums(). in /home/bbcgphot/public_html/zenphoto/zp-core/class-album.php on line 1429
[02-Mar-2010 00:41:59] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/bbcgphot/public_html/zenphoto/zp-core/class-album.php:1429) in /home/bbcgphot/public_html/zenphoto/themes/default/album.php on line 2
I am not talented enough to figure out where to change the reference to getSubAlbums
Comments
Also if you use a none official theme it might not be fully compatible with 1.2.9 as well.
Notice: Funktion is deprecated. in /home/httpd/vhosts/philby.info/subdomains/andripol/httpdocs/zp-core/zp-extensions/deprecated-functions.php on line 376
the other
printsortablealbumlink() in /home/httpd/vhosts/philby.info/subdomains/andripol/httpdocs/themes/andripol/album.php on line 60
Both of which don't presently tell me much.
Guess I'm in for a few hours of fun searching the forums and trying to decipher the very geeky docs.
The 2nd you mention tells you even exactly where to look.
Normally notices about deprecated function also tell you also what to use as a replacement.
very geeky docs
If you talk about the function documentation that is created automatically from the comments in the code and standard functions documentation We really have no resources to maintain something like that manually. This would most certain lead to outdated entries that we will also get complains about.