Welcome Guest, Not a member yet? Register   Sign In
Invalid system path in index.php
#1

Guys,

I'm new to CI and this forum but not to programming and server admin.

I have installed (uploaded) CI v3.1.0 to a shared server.
The CI server and application folders are located in my server root (above my web root (public_html)) in a folder named CI. The index.php file is located in a folder below public_html. I have updated the index.php file with the following paths:

$system_path = '/home/eidus/CI/system'
$application_folder = '/home/eidus/CI/application'

However, when I run index.php from a browser, I receive the following error:

Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php

What am I missing?
Reply
#2

(This post was last modified: 09-17-2016, 11:16 AM by InsiteFX.)

Just add ../application and ../system

Make sure you set your config base_url also just use http://www.yoursite.com

Thant's it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB