Hey all -
I am pulling my hair out trying to figure out how to designate an upload folder for images. Here is what I have
project folder is “D:\my project\project 1\phpcms” phpcms is where my files for the output go
IIS Folder for website is "D:\my project\project 1"
Folder for images is “D:\my project\project 1\images”
so in a browser images would be www.domain.com/images & the PHPMaker output would be www.domain.com/phpcmsto designate the Upload Folder in the table/column in PHPMaker I tried…“…/images/”
“/images/”
“~/images/”
…/images/
'…/images/'and a couple other combinations. Each time I generate the files and go to the CMS I get an error “Error - An internal error has occurred while processing your request.” OR I get "File Not Found"I do have a “uploads/” (sans quotes) in the PHP > General Options > Upload folder as described in the docs. I tried a couple combinations of that tooAny help would be super-appreciated.Greg