HI all,
I installed CKEditor on a page with a form. I have also included PDW File Browser functionality.
When I view the page the editor appears wih no problem. When I click the image icon, the PDW interface appears. (That's fine, too).
However, when I click the Browse Server button on the PDW dialog I am taken to a "not found" page. I get this error:
I don't know what I'm missing. I assume I should be taken to the upload folder, correct?
I have an upload folder inside the pdw_file_browser folder in a folder called admin which is in the root directory. Here's the path: root directory>admin>pdw_file_browser
My ckeditor folder is in the root directory.
I altered my config.php file to include this path:
I'm desperate to get this working so my client can upload images to a blog I created. Can anyone point me in the right direction?
I installed CKEditor on a page with a form. I have also included PDW File Browser functionality.
When I view the page the editor appears wih no problem. When I click the image icon, the PDW interface appears. (That's fine, too).
However, when I click the Browse Server button on the PDW dialog I am taken to a "not found" page. I get this error:
Not Found
The requested URL /pdw_file_browser/index.php was not found on this server.
I don't know what I'm missing. I assume I should be taken to the upload folder, correct?
I have an upload folder inside the pdw_file_browser folder in a folder called admin which is in the root directory. Here's the path: root directory>admin>pdw_file_browser
My ckeditor folder is in the root directory.
I altered my config.php file to include this path:
$uploadpath = '/admin/pdw_file_browser/upload/';
I'm desperate to get this working so my client can upload images to a blog I created. Can anyone point me in the right direction?
Re: PDW File Browser (Upload problem)
I'm successfully using PDW withing CKEditor v3. I suspect that the problem you're having has nothing to do with CKEditor and that your question is probably more likely to be answered on the PDW support forums.
I found that testing PDW and getting it to work was much easier if I copied and pasted the url of the window that CKEditor pops open for PDW into a new browser window .. it'll work just fine. You can then manipulate the url, and use all of your browser tools to help out.
From your message, it almost appears that you have pdw installed in /admin/pdw_file_browser. Try installing it in /pdw_file_browser .. that's the default I believe and that's where I have it installed, and it works fine for me there. I don't know if you can install it in a subfolder like that.
Good luck! It was a bit of a bear to get going for me, but it sure does look good and work nicely once it's in there.
Re: PDW File Browser (Upload problem)
I will try another PDW experiment using your comments as guidelines and see how it goes. I really appreciate your input!