Thread: mysql errors
View Single Post
Old November 18th, 2005, 06:29 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
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");
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote