Active
Project:
KCFinder integration
Version:
7.x-1.85
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
28 Nov 2011 at 17:47 UTC
Updated:
1 Apr 2012 at 07:21 UTC
Probably me being stupid, or missing something. But after installing KCFinder and the WYSIWYG bridge, and (I think) completing configuration, the Browse Server button appears, but when I try to use it I get:
Page not found
The requested page "/?q=sites/all/libraries/kcfinder-2.51/browse.php?type=images&cms=drupal&CKEditor=edit-body-und-0-value&CKEditorFuncNum=2&langCode=en" could not be found.
Thoughts/ comments?
Comments
Comment #1
duck.hsu commentedI have the same problem~
When I click the tab button(File browser or Image browser)
View / Edit / Shortcuts / File browser / Image browser
It brings this:
Page not found
The requested page "/drupal-7.10/?q=sites/all/libraries/kcfinder/browse.php?type=images&cms=drupal" could not be found.
What is wrong here?
Comment #2
juliekj commentedsubscribe - same problem :(
Comment #3
itz_andr3 commentedI have the same problem (+working solution),
have 2 drupal 7 instalation:
1. localhost, with setting on admin/config/kcfinder
KCFinder library path: sites/all/libraries/kcfinder
Upload path URL: http://localhost/drupal/sites/default/files/kcfinder
This one running smooth, no problem at all
2. new live server, install using auto drupal 7 installer, with setting on admin/config/kcfinder
KCFinder library path: sites/all/libraries/kcfinder
Upload path URL: http://[my site].com/?q=sites/default/files/kcfinder
(don't know why this time default install using ?q=sites/default/files/kcfinder as path)
This one got problem 404,
I try a working solution:
given here: http://drupal.org/node/1343038
In kcfinder.inc.php (within /sites/all/modules/kcfinder)
and change: admin/config/kcfinder
Upload path URL: http://[my site].com/sites/default/files/kcfinder
(remove ?q=), and save config
It works!!!!