FYI: An extra semicolon may, or may not, give you a MySQL error. A couple extra ampersands may, or may not, give you PHP warnings.
In the PhotoPlog categories.php file look for the following and, if present, remove the semicolon:
In the PhotoPlog functions.php file look for the following and, if present, remove the ampersand:
Code:
photoplog_list_worker(&$list_cats, $parentid, $spacer, $catids, $titles, $parentids);
In the PhotoPlog functions.php file look for the following and, if present, remove the ampersand:
Code:
photoplog_parent_worker(&$list_pars, $catid, $catids, $parids);
The ZIP has been updated, so you can download and FTP the photoplog_category.php (see post818), categories.php, and functions.php files instead if preferable.
Note on Official Support: With 50 some pages, assuming 15 posts per page, and over 700 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.