OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Unable to load images !
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > General Support
venom54
This the error (below) after i try to upload any images for either manufacturer for product from with in Admin.


I'm stummped as i've backed up daily and have no problems up until the weekend.


Warning: move_uploaded_file(d:/websites/rabhobbiescomau/wwwroot/estore/catalog/images/150125TTLOGO.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in d:\websites\rabhobbiescomau\wwwroot\estore\catalog\admin\includes\classes\upload.php on line 91

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\phpF5D0.tmp' to 'd:/websites/rabhobbiescomau/wwwroot/estore/catalog/images/150125TTLOGO.jpg' in d:\websites\rabhobbiescomau\wwwroot\estore\catalog\admin\includes\classes\upload.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at d:\websites\rabhobbiescomau\wwwroot\estore\catalog\admin\includes\classes\upload.php:91) in d:\websites\rabhobbiescomau\wwwroot\estore\catalog\admin\includes\functions\general.php on line 22


Any suggestions would be great.

Cheers

Ren
crying.gif
sitefever
You're running the store on your own server it looks like, right?
b101aa2
still should put the url where you'd put localhost eg, define('HTTP_SERVER', 'http://localhost/');

Running from own server can be a little headache. Took me a while to get it all straight. Had to remove the / from catalog and and place it like above the: http://localhost/ Then, the images like normal as: images/

Until I did that, my development server was also freaking out on images. It would allow for the / in define('DIR_WS_HTTP_CATALOG', '/');
carolannjo
QUOTE (b101aa2 @ May 21 2007, 12:40 PM) *
still should put the url where you'd put localhost eg, define('HTTP_SERVER', 'http://localhost/');

Running from own server can be a little headache. Took me a while to get it all straight. Had to remove the / from catalog and and place it like above the: http://localhost/ Then, the images like normal as: images/

Until I did that, my development server was also freaking out on images. It would allow for the / in define('DIR_WS_HTTP_CATALOG', '/');

This worked for me and it is so simple. I hope everyone who is struggling with this will give this a try.
Thanks,
Carol Ann
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.