Welcome Guest, Not a member yet? Register   Sign In
"Your system folder path does not appear to be set correctly" in CI 2.0.2
#1

[eluser]rubber.drummer[/eluser]
Hello,
I've just updated an app from 1.7.2 to 2.0.2 and I'm getting the error
Code:
Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php
my folder structure is like this:


app_name
|----- application
|----- CodeIgniter_202
| |--------- system
|----- index.php

Inside index.php:
Code:
/*
*---------------------------------------------------------------
* SYSTEM FOLDER NAME
*---------------------------------------------------------------
*
* This variable must contain the name of your "system" folder.
* Include the path if the folder is not in the same  directory
* as this file.
*
*/
    $system_path = 'CodeIgniter_202/system';

Running on LAMP - Ubuntu 11.04

Please any help is appreciated. Thank you.
#2

[eluser]CodeIgniteMe[/eluser]
try setting your full path to the system folder. starting from /
for example
Code:
/opt/lampp/htdocs/CodeIgniter_202/system
#3

[eluser]rubber.drummer[/eluser]
Hey thank you for the response, but doing that didn't help me, I did include the full path starting from root / but no luck.
#4

[eluser]rubber.drummer[/eluser]
I've solved this by moving the system folder's contents into CodeIgniter_202 folder. The index.php code is like this:
Code:
$system_path = 'system';




Theme © iAndrew 2016 - Forum software by © MyBB