FS#53695 - The CodeIgniter core is not installed.

Attached to Project: Arch Linux
Opened by Mert Köseoğlu (mksglu) - Monday, 17 April 2017, 12:03 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 17 April 2017, 14:09 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s)
* config and/or log files etc.


Steps to reproduce:

On all versions of PHP on Arch Linux CodeIgniter is not working. The reason is that the kernel is not loaded automatically.

# $this->input->get ("q");
# $this->CI->uri->segment('1');

The above codes will fail.

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Welcome::$uri

Filename: controllers/Welcome.php

Line Number: 23

Backtrace:

File: /opt/lampp/htdocs/cc/application/controllers/Welcome.php
Line: 23
Function: _error_handler

File: /opt/lampp/htdocs/cc/index.php
Line: 308
Function: require_once

Fatal error: Call to a member function segment() on null in /opt/lampp/htdocs/cc/application/controllers/Welcome.php on line 23
A PHP Error was encountered

Severity: Error

Message: Call to a member function segment() on null

Filename: controllers/Welcome.php

Line Number: 23

Backtrace:
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 17 April 2017, 14:09 GMT
Reason for closing:  Not a bug
Additional comments about closing:  CodeIgniter is not in the repos

Loading...