| Author |
Message |
thagutterman

Joined: Dec 28, 2009
Posts: 2
|
Posted:
Mon Dec 28, 2009 9:56 pm |
|
Hey guys! I'm pretty new to PHP and to this Module but I've got a site under test right now that I'd like to get this Map Manager running for.
When I enter a URL there is usually no problem with the upload, but when I try uploading from my HardDrive I get the following message:
Warning: move_uploaded_file(modules/Maps/temp/favela-map-tricks.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/content/t/h/a/thagutterman/html/modules/Maps/functions.php on line 110
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php5ZydEx' to 'modules/Maps/temp/favela-map-tricks.jpg' in /home/content/t/h/a/thagutterman/html/modules/Maps/functions.php on line 110
An internal error occured! We are sorry for the inconvience! - 001
I'm running the Latest Nuke Evo Extreme 2.0.7 on this server
Thank you in advanced for your time!
Gutter |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 920
|
Posted:
Tue Dec 29, 2009 2:17 pm |
|
You will need to check the instructions and make sure the correct folders for uploading exist and are correctly CHMOD'ed |
| |
|
|
 |
thagutterman

Joined: Dec 28, 2009
Posts: 2
|
Posted:
Tue Dec 29, 2009 3:37 pm |
|
Thank you very much! What I had to do was create folders in: modules/Maps/ and CHMOD them accordingly
Funny I just figured that the folders would be there or would be created, based on what I read in another forum...but it's working now!! Thanks for your response! BTW here is a list of folders that I had to create
/maps
/temp
/images/cat
/images/maps
/images/maps/thumb
and then I CHMODed them to 777 after that I was able to submit a map the way it should have!!
Thanks a million! |
| |
|
|
 |
|
|