-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installation, not able to access any pages #171
Comments
Do you have a blank page? Any entry in log? |
I found this in log file. ERROR - 2016-08-21 19:07:56 --> Severity: Warning --> mkdir(): Invalid path /Users/sokada/Sites/ci_sprint/system/libraries/Session/drivers/Session_files_driver.php 117 ERROR - 2016-08-21 19:07:56 --> Severity: error --> Exception: Session: Configured save path '' is not a directory, doesn't exist or cannot be created. /Users/sokada/Sites/ci_sprint/system/libraries/Session/drivers/Session_files_driver.php 119 |
I added a dir in system/cache and add the following to config.php
Now I can go to the home page. However when I click the login, then I go to http://localhost/ci_sprint/login which no page is displayed. But when I go to http://localhost/ci_sprint/index.php/login then I get login page. Where can I fix this? |
Have you setup an htaccess file (or the equivalent)? Additionally, because you're serving the site in a sub-folder, it's likely you'd need to do a couple more settings:
|
Sprint has .htaccess file already in the root dir. I have this in config already.
Isn't that enough? |
Sounds like it should be pretty close, but I'd add the RewriteBase /ci_sprint to the htaccess. I think that should get it working. |
I followed the installation instruction and migrated database. But when I visit http://localhost/ci_sprint/index.php/home, nothing comes out.
What am I doing wrong? Any suggestions?
The text was updated successfully, but these errors were encountered: