View Single Post
Old July 18th, 2005, 09:46 AM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,054
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" ) {
__________________
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