PDA

View Full Version : Another Pathing Issue (Sorry)


sales189614
06-30-2009, 10:43 AM
I looked through all of the pertaining threads, but none have helped, so I'm posting my own. Sorry guys.

Ok, so in the globals file, I have the image and flash paths set as follows:

//iRite Images upload settings
$WAGLOBAL_Images_Folder = "http://www.foxfirenews.com/images/"; //relative path to your images folder.
$WAGLOBAL_Swf_Folder = "http://www.foxfirenews.com/flash/"; //relative path to your swf folder.

However, when in the editor and trying to either get a file from the images directory on the server (the directory above) or trying to upload one, I get the following error:

Error creating folder
"/home/foxfiren/public_html/cms/http://www.foxfirenews.com/images/"

Obviously that path is not correct, but does anyone know where I can fix it???

Any help would be appreciated. Thank you!

sales189614
06-30-2009, 10:57 AM
I fixed it, sorry. Can't have the full path in there like that, that was the problem. Had to switch it to ../images. (in case anyone else does the same thing, LOL!)