|
If you inserted your old data looks to me like you missed an upgrade as its not able to grab your category data
$boards = ppmysql_query($query, $link);
while ( $category = mysql_fetch_row($boards) ) {
in showphoto.php before this
require "pp-inc.php";
you can add this
ini_set("memory_limit", "32M");
|