Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem with upload


pecito

Recommended Posts

Posted

hi,

first excuse me for bad english , i hope that you will understand me!!!

 

i have very strange problem in the admin menu i can't upload new product or something else.

when i open the sources , i saw that the upload class get parameters from $GLOBALS,

then i make print_r($GLOBALS) and the part (arrays) that describe uploaded files has been empty

[_FILES] => Array ( ) [HTTP_POST_FILES] => Array ( )

 

after that to make a test just create samle php file with html form with upload and all is ok.

 

please help where is the problem?

Posted

did you set the chmod/permission 777 on folder correctly?

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

Go to osCommerce admin --> Tools --> Server Info

 

Look in "PHP Core" and scroll down to File Uploads, which must be set to "On".

 

If File Uploads are set to "Off" then find a new host. osCommerce needs them to be "On".

 

Vger

Posted

PHP Version 5.2.5

file_uploads On On

register_globals On On

 

 

all is what is needed

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...