View Single Post
Old March 17th, 2005, 05:48 PM   #5 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
at the bottom of showcat.php remove

echo "$query";

In showproduct.php the query should read like this

$query = "SELECT catname,template FROM {$Globals['pp_db_prefix']}categories where id='$cat'";
$resulta = ppmysql_query($query,$link);
list( $thecatname, $template ) = mysql_fetch_row($resulta);
ppmysql_free_result($resulta);

the extra fields where not moved in 2.9 yet
__________________
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