Welcome Guest, Not a member yet? Register   Sign In
Filename: libraries/Session/Session.php Line Number: 102
#4

(This post was last modified: 08-18-2017, 03:46 AM by nurmyrat.)

You have an issue with the database connection. Make sure you have configured your database connection in the following file
application/config/database.php


and then make sure you have loaded your libraries from the following file

application/config/autoload.php  -> $autoload['libraries'] = array('session','database');

I have looked your website (18.08.2017). There is an error after the <body> tag. You are using CSS after the <body> tag, however you should include it between <head> and </head> with the <style> tag.
Reply


Messages In This Thread
RE: Filename: libraries/Session/Session.php Line Number: 102 - by nurmyrat - 08-18-2017, 03:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB