Ok GIT is a little bit hard to get used to. Maybe somebody can make a tutorial for dummies. Or even better maybe on the to do list we can make space for an update module Wordpress style. I would like to help but I am quite new to CI so it will take …
Hi I did removed the space and no more blank page but now accessing:
http://dev.hype.ro/active/fuel/dashboard
gets me just back to the welcome page. Strange
Ok after more investigation I can see that:
PHP v. 5.2.9 is working ok
PHP v. 5.2.10 and 5.2.13 are not working resulting in blank page
PHP v. 5.3.2 is working ok
Again tested CI lastest version 2.0 and it works on all the above versions so the pro…
http://dev.hype.ro/active/fuel/dashboard
After setting $config['log_threshold'] = 4; i get this in the error log:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
DEBUG - 2011-02-12 13:32:28 --> Config Class …
There is something strange because I have the same problem. I have the latest version of FUELCMS after I configure everything the admin page i get is a blank page.
I have tried to install it on 2 different server both linux with a clean install.
O…
I have found a way not sure is the right one but it works:
<?php
$this->db->select('*')->from('fuel_navigation')->where('nav_key', uri_segment(1))->limit('1');
$query = $th…
8 is the id of menu A. I have used the core provided by you but with uri_segment but on page B corresponding to the B menu I am still getting the submenu corresponding to A. And to make it simple this is the URL of the page:
http://dev.hype.ro/fuelc…