O
Asked
Hi Support!
I just Install the code but I can't login.
It shows the following message: "Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php" . I tried checking .htaccess but didn't work.
link: http://ventas.panamashoppingimport.com/
I just Install the code but I can't login.
It shows the following message: "Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php" . I tried checking .htaccess but didn't work.
link: http://ventas.panamashoppingimport.com/
- OAnsweredI downloaded codeigniter and put "system" folder on the root path of my system and works fine! Thanks!
- MSAnsweredHello,
I am sorry as I not yet update the file. After install, you just need to edit the `index.php` file and change the `$system_path` as following
```
$system_path = 'system';
```
I will fix this on Monday.
Thank you - Login to Reply