Welcome Guest, Not a member yet? Register   Sign In
UPDATE CodeIgniter 3.0-dev with CANDLE CMS
#1

[eluser]gabybob[/eluser]
Hi,

achieving the development update CandleCMS (http://candlecms.com), I appercu small anomalies, see below:

2014/05/17
compile 14.04.0.20 Gabriel BOBARD
implemente codeigniter_3-0_dev in the system directory version on 2014-02-25
tests:
/system/helpers/url_helpers.php
// init '$window_name' -> variable at begin anchor_popup method line 186 insert the followed line correctif
$window_name = '';// // BYOOS init var $window_name cause use the var without init cause use the var without init

/system/core/common.php
function &load;_class($class, $directory = 'libraries', $prefix = 'CI_')
if ( strtolower( $class ) =='session') { //BYOOS -> strategy session in change to system-3-0-dev problem cause directory /sessions ...
return $class;
}

/system/libraries/Form_validation.php
function __construct
// Automatically load the form helper
//$this->CI->load->helper('form');// put in comments

if a person has an idea, it would be welcome

bye
Gabriel
#2

[eluser]CroNiX[/eluser]
Bug reports for CI3 should be posted on the github account: https://github.com/EllisLab/CodeIgniter
Be sure to check that an existing related issue doesn't exist before creating a new one.
Also remember that CI3 is unreleased and still being worked on, so it could break things that worked in a previous version.
#3

[eluser]gabybob[/eluser]
Dear Friend CI,

CodeIgniter 3.0 is ready to be published, the work is 95% complete, in other words ready to be published, POST is for lovers sensibliser CI advanced.

PHP version 5.2.4 PHP is supported. while the 5.6 version is already published

there is nothing to BREAK but rather to create BUZZ.

Courage to inovateurs.

Gabriel
#4

[eluser]CroNiX[/eluser]
The place for bug reports is on github. You can post here if you want, but it is very unlikely a CI dev will see it.




Theme © iAndrew 2016 - Forum software by © MyBB