I am using fuel CMS version 1.0.5 and how I want to upgrade ckeditor Version 4.4.6 ?
please let me know step also.
I tired to replace ckeditor folder with new ckeditor version 4.4 but it is not working. thanks
thanks Admin
when I call to search controller function. It is showing me blank page. I try to put echo to display something but still It is showing me blank page.
please help me out
config/MY_fuel.php
// specifies which modules are allowed to be used in the fuel admin
$config['modules_allowed'] = array(
'user_guide',
'blog',
'organizations',
'event',
'membership',
'search'
);
controllers/search.php
<?php
class Search extends CI_Controller {
function __construct()
{
parent::__construct();
if (!defined('SEARCH_FOLDER')) show_404();
}
function index()
{
$this->load->helper('text');
$this->load-…
I try same thing but it showing me.
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: result
Filename: controllers/search.php
Line Number: 33
by adding echo statement in the index.php it show me error
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: result
Filename: controllers/search.php
Line Number: 33
can you have some sample blog from where I will do editing in search.php and implement for the front end.
From Dashboard when I am using search tool for index. It given me error Page Error: HTTP Code 404 for http:/______/users/ecvonew/index.php/rob…