Welcome Guest, Not a member yet? Register   Sign In
$system_path Help
#3

(This post was last modified: 03-08-2015, 09:58 AM by Muzikant.)

In the case your index.php file is in G:\Abyss Web Server\htdocs , try to use this:

PHP Code:
$system_path '../ci30/system';
$application_folder '../ci30/application'

Or this:

PHP Code:
$system_path 'G:\Abyss Web Server\ci30\system';
$application_folder 'G:\Abyss Web Server\ci30\application'

The problem could be "\" instead of "/" in path.
Reply


Messages In This Thread
$system_path Help - by Oscar165 - 03-08-2015, 08:20 AM
RE: $system_path Help - by Oscar165 - 03-08-2015, 09:37 AM
RE: $system_path Help - by Muzikant - 03-08-2015, 09:51 AM
RE: $system_path Help - by Muzikant - 03-08-2015, 10:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB