I have the fckeditor working great including the ability to upload files/images to my media directory. My issue is that when I goto to insert a image into the page and save it, I get the following placeholder looking thing like this on the rendered page:
\"\"
The preview screen in the image properites also shows a blank element and not the actual photo.
I have configured the php connector config.php with the following and confirmed its pointing to the correct directory. Am I missing something in the syntax or naming below?
\"\"
The preview screen in the image properites also shows a blank element and not the actual photo.
I have configured the php connector config.php with the following and confirmed its pointing to the correct directory. Am I missing something in the syntax or naming below?
// Path to user files relative to the document root. $Config['UserFilesPath'] = '/media/' ; // Fill the following value it you prefer to specify the absolute path for the // user files directory. Useful if you are using a virtual directory, symbolic // link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'. // Attention: The above 'UserFilesPath' must point to the same directory. $Config['UserFilesAbsolutePath'] = 'C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\media\\' ;

Re: Path issue when inserting image on PHP/Windows install
Re: Path issue when inserting image on PHP/Windows install
The examples the same, works on local and doesn´t works on my server.
Can you please help us?
(sorry for my english and greetings from spain)
Re: Path issue when inserting image on PHP/Windows install
Re: Path issue when inserting image on PHP/Windows install