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
Note:
I changed this line:
$Config['UserFilesPath'] = '/media/' ;
to
$Config['UserFilesPath'] = 'http://www.yourdomain.com/media/' ;
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
I don´t think so, because not all people talk about this issue, isn´t it?
I think must be something about ours servers but i don´t know what cab be the problem with it. All works fine on local but desn´t on my server (rest work fine)
Don´t know, when you have inactive the option globals, for example, some things doesn´t work, and may be there is another option that must be turned on (or off) to allow this gran editor run. Unfortunatelly, I´m new on php word.
Can somebody try to help me please?
Sorry once more for my poor english