PDA

View Full Version : Can't upload images from upload tab


dave298050
10-26-2009, 05:28 PM
I could not get images to upload either but I saw your thread with the fix. I downloaded the new config file and uploaded it to my server but even though the image uploader gives me a success message, the images are not showing up in the images folder, where i have specified them to go. However, the red "X" in the resulting page shows the path as being the images folder, on the root of my site, which is where I want the images to be. Everything seems to work except the images just are not going up -- or maybe they are but they are going somewhere else
Please help.

Here are my globals setttings

$WAGLOBAL_Root_URL = "http://www.starofficesupplies.com" ; //Absolute path to your site folder.
$WAGLOBAL_Site_Name = "Wild Planet Design" ;

$WAGLOBAL_localRoot = "/"; //relative path to your PowerCMS files on your local testing server.
$WAGLOBAL_remoteRoot = "/"; //relative path to your PowerCMS files on your remote server.

//iRite Images upload settings
$WAGLOBAL_Images_Folder = "/images/"; //relative path to your images folder.
$WAGLOBAL_Swf_Folder = "/swf/"; //relative path to your swf folder.

Jason Byrnes
10-27-2009, 10:31 AM
change:
$WAGLOBAL_Root_URL = "http://www.starofficesupplies.com"


to:
$WAGLOBAL_Root_URL = "http://www.starofficesupplies.com/"




and change
$WAGLOBAL_Images_Folder = "/images/"
$WAGLOBAL_Swf_Folder = "/swf/"

to:
$WAGLOBAL_Images_Folder = "images/"; //relative path to your images folder.
$WAGLOBAL_Swf_Folder = "swf/"

dave298050
10-28-2009, 12:33 PM
I did what you said. Now, the red x, at least looks like it is trying to find the image in the right place. However, the image is not in the folder on the server. The system is telling me "Image uploaded to server" -- but it's not there. Please help, this is driving me nuts. Is there another setting that needs to be configured in order to upload images?