Welcome Guest, Not a member yet? Register   Sign In
Responsive filemanager in tinymce and CodeIgniter: Getting a 404 error
#2

You need to edit and update the filemanager config.php file.

I set mine up like this.

assets
-- admin
---- plugins
------ filemanager

EXANPLE:

These are the only three lines that I had to change to make it work.

filemanager/config/config.php

PHP Code:
/*
|--------------------------------------------------------------------------
| path from base_url to base of upload folder
|--------------------------------------------------------------------------
|
| with start and final /
|
*/
'upload_dir' => '/assets/images/',

/*
|--------------------------------------------------------------------------
| relative path from filemanager folder to upload folder
|--------------------------------------------------------------------------
|
| with final /
|
*/
'current_path' => '../../../images/',

/*
|--------------------------------------------------------------------------
| relative path from filemanager folder to thumbs folder
|--------------------------------------------------------------------------
|
| with final /
| DO NOT put inside upload folder
|
*/
'thumbs_base_path' => '../../../images/thumbs/'

If you move the filemanager folder than you will need to update and change these settings.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Responsive filemanager in tinymce and CodeIgniter: Getting a 404 error - by InsiteFX - 05-08-2018, 04:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB