|
Path to phpinfo?
Still cant replicate it but here's another test
in uploadproduct.tmpl down bottom add line bold
<input type="hidden" name="userid" value="{$User['userid']}" /> <input type="hidden" name="process" value="do" />
<input type="hidden" name="category" value="$cat" />
In uploadproduct.php change this line
if ( !isset($theimage) ) {
to this
if ( $process != "do" ) {
|