![]() |
ckfinder - page not found error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: ckfinder - page not found error (/showthread.php?tid=46921) |
ckfinder - page not found error - El Forum - 11-20-2011 [eluser]Unknown[/eluser] Hi, i'm new with codeigniter and CKEditor! I need to use CKEditor and CKfinder in my project, the instalaltion works fine for CKEditor but when i try to upload an images i have a 404 error... This is my folder structure: \application | \controller | \admin.php \.... \view | \admin | \usato | \carica.php \asset | \ckfinder \ckeditor carica.php is the view in witch i need to load my editor using the controller named admin.php that extends my own controller (it just check if the user is logged in) this is my controller: Code: class Admin extends MY_Controller{ this is my ckfinder config.php path: Code: $baseUrl = 'http://localhost:8888/media/'; but as i said it return an error: as you can see the path is completely wrong image Can you help me to find the problem? |