pecito Posted June 4, 2008 Posted June 4, 2008 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?
web-project Posted June 4, 2008 Posted June 4, 2008 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.
L!mit Posted June 4, 2008 Posted June 4, 2008 Whats your PHP Version? Do you have Register Globals enabled?
♥Vger Posted June 4, 2008 Posted June 4, 2008 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
pecito Posted June 6, 2008 Author Posted June 6, 2008 PHP Version 5.2.5 file_uploads On On register_globals On On all is what is needed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.