Closed (fixed)
Project:
IMCE Tools
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 Feb 2011 at 11:38 UTC
Updated:
15 Dec 2019 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tekante commentedAre you able to provide any information from your server logs that might indicate what the cause of the error is?
Comment #2
tekante commentedComment #3
scubaguy commentedthe error I get when I click search is:
"An HTTP error 404 has occurred
/imce_search_callback/0/en/pray"
That error message then disappears and I see the message "Searching en and subdirectories for pray" however the search never returns any results.
The Drupal error log reports:
Type page not found
Location http://oursite.com/imce_search_callback/0/en/pray
Referrer http://oursite/index.php?q=imce&app=ckeditor|sendto@ckeditor_fileUrl|&CKEditor=edit-body&CKEditorFuncNum=1&langCode=en
Message 403.shtml
Any ideas on how to fix it? I'm at a loss.
Comment #4
tekante commented@scubaguy - is your Drupal install in a directory of your main site, like example.com/yoursite ?
Comment #5
tekante commented@scubaguy - Attached is a patch that makes the search callback take into account the basePath of Drupal which may resolve your issue, can you give it a try and let me know the results?
Comment #6
Lobezno commentedI had the same problem. That patch works perfectly. Thanks :D
Comment #7
tekante commentedFix has been applied to 1.x branch and is available in the latest dev release. Fix will be included in the 6.x-1.2 release.
Comment #9
kongoji commentedI had a 405 error due to the "type: 'text'" parameter inside the search ajax call.
I made a patch to fix this.
Comment #10
kongoji commentedComment #11
tekante commentedFix has been applied to 6.x and 7.x branches. Please try out the latest dev version and confirm that it resolves the issue for you.
Thanks for the patch kongoji
Comment #12
chrisgross commentedI'm using 7.x-1.x-dev, and my search doesn't seem to work. I don't get an error, i just don't get results.
Comment #13
tekante commented@cgross - can you provide more information about your search terms, files that you would expect it to find that it doesn't, browser version, other modules installed? If you aren't seeing one of the errors mentioned above, it may be best to open a new issue with as much information about what errors or messages you do get.
Comment #14
tekante commentedReturning status to closed (fixed), @cgross - please open a new issue with requested details
Comment #15
avpaderno