0

I already install CodeIgniter 3 at XAMPP/Ubuntu Envirement. When I do the same actions (Copy,start apache) and open localhost/ci dir on Widows I get welcome message. But on Ubuntu i'm getting a message:

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

I just installed CI and don't change any settings. What may be reason of error on UBUNTU (on Win all works fine)

my configurations:

$config['base_url'] = 'http://localhost/ci/index.php'; Filesystem and folders

opuhliyvladyslav
  • 167
  • 1
  • 1
  • 11
  • http://stackoverflow.com/questions/20183602/codeigniter-on-ubuntu-no-welcome-message – Bora Mar 12 '15 at 12:23
  • The message says "your view folder path" or "your system/application folder path"? – sotoz Mar 12 '15 at 12:30
  • The message says: "Your view folder path does not appear to be set correctly. Please open the following file and correct this: index.php" CI version is 3 – opuhliyvladyslav Mar 12 '15 at 12:33

2 Answers2

1

Unfortunately for me. The way I did the installation was 1. Create folder (htdocs/ci) 2. Unzip installer to downloads 3. Paste installer files from /downloads to ci.

But when I did installation like 1. Unzip install archive 2. RENAME folder I get from archive to CI all begin woking fine!

opuhliyvladyslav
  • 167
  • 1
  • 1
  • 11
0

maybe you must open access for folder please try in your folder chmod -R 777 .

Vahe Galstyan
  • 1,681
  • 1
  • 12
  • 25