View previous topic :: View next topic |
Author |
Message |
fahl -
Joined: 03 Jul 2007 Posts: 2
|
Posted: Wed Jul 04, 2007 7:29 pm Post subject: Path question |
|
|
Trying to get an php upload script working,Everything is fine,It uploads etc but is giving this error.
Code: | Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php69.tmp' to '/home/CHANGEME YOUR CPANEL USERNAME/public_html/upload/e |
I know what it means,but obviously not got cpanel to find path/So what would my path be?
Do i even have public_html?
Do i even need one.?
As you may have guessed fairly new to Abbys,getting there slowly tho. |
|
Back to top |
|
 |
Moxxnixx -
Joined: 21 Jun 2003 Posts: 1226 Location: Florida
|
Posted: Wed Jul 04, 2007 8:05 pm Post subject: |
|
|
Hi fahl. Welcome to the forums.
The path would be where you installed the script. If you installed the script in
the default location, htdocs, then the path would be... Quote: | C:\Program Files\Abyss Web Server\htdocs\upload\e |
...or if the script is in a folder within the htdocs directory, it would be... Quote: | C:\Program Files\Abyss Web Server\htdocs\SCRIPTFOLDERNAME\upload\e |
"public_html" is a generic name given to a customer's document root when you pay
for hosting. Basically, it's just another name for "htdocs". It is not needed in Abyss.
Whenever you get the chance, take a look at the documentation and articles at...
http://www.aprelium.com/support/ |
|
Back to top |
|
 |
fahl -
Joined: 03 Jul 2007 Posts: 2
|
Posted: Wed Jul 04, 2007 8:33 pm Post subject: |
|
|
Thanx for that m8,To go a little bit further,what would path be to ,Lets say to afolder on another drive
which has alias of
This is what i am trying to achieve,dont even know if it is possible. |
|
Back to top |
|
 |
|