This is a discussion on easypopulate : HTTP wrapper, writeable connections within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hi When i try to import a file into my version of oscmax, i get the error below. I can ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi When i try to import a file into my version of oscmax, i get the error below. I can see that it is coming from the move_uploaded_file() call, but what i do not understand is the part of the message referring to writable streams. I assume that the server must be configured in some way (?) but i do not know what i must change, can anyone shed some light on this matter for me please? Code: Warning: move_uploaded_file(http://www.domain.com/store/temp/stash.txt): failed to open stream: HTTP wrapper does not support writeable connections. in /html/store/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/tmp/phpENFRfA' to 'http://www.domain.com/store/temp/stash.txt' in /html/store/admin/easypopulate_functions.php on line 32 |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Is PHP.INI safe_mode on? When safe mode is enabled, PHP checks whether the files or directories you are about to operate on have the same UID (owner) as the script that is being executed. Check your PHP.INI open_basedir as this may also make this fail. Make sure /tmp and your site is listed! (may also have been set in httpd.conf - on a per site basis) ie: open_basedir = ../tmp/; /html/public Good luck
__________________ JPF - osCMax Fourm Moderator Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| http://www.adoptafurby.com Thanks!!! | r_fulton13 | osCMax v1.7 Discussion | 0 | 01-19-2006 04:51 AM |
| Connections to MySQL not closing | jbanda | osCMax v1.7 Discussion | 2 | 11-10-2005 09:11 AM |
| Error: Catalog images directory is not writeable: | shellarts | osCommerce 2.2 Installation Help | 2 | 06-07-2005 07:32 PM |
| define mainpage - its says file not writeable | jloyzaga | osCMax v1.7 Discussion | 2 | 10-08-2003 01:29 PM |
| Destination not writeable Error | bridgepointgraphics | osCommerce 2.2 Installation Help | 1 | 06-12-2003 12:43 PM |