![]() |
Think I found a coding error(FIXED) in adm-misc.php line 3646 there is a call to a variable that doesn't exist. $bigimage1. bigimage1 does not exist in the sql tables. Code: Content visible to verified customers only. |
I actually see two errors Code: Content visible to verified customers only. |
Should we change it to this if we'd like to fix it? $query = "SELECT bigimage,bigimage2,bigimage3,title,user FROM {$Globals['pp_db_prefix']}products WHERE userid=$uid"; $resulta = ppmysql_query($query,$link); while ( list( $bigimage, $bigimage2, $bigimage3, $user ) = mysql_fetch_row($resulta) ) { remove_all_files( $bigimage, $uid, $catid ); remove_all_files( $bigimage2, $uid, $catid ); remove_all_files( $bigimage3, $uid, $catid ); } |
yes thats fine |
| All times are GMT -5. The time now is 05:07 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0