Welcome Guest, Not a member yet? Register   Sign In
NOT Resolve Fatal error: Class CI_Session_files_driver contains 1 abstract method
#4

(This post was last modified: 04-04-2016, 02:52 PM by InsiteFX.)

Check your .htaccess file and make sure you do not have a line like this in it, if so try remarking it out with a # sign and then try it.
This line of code has given me problems with CI in the pass and if your html is correct you do not need it.

Code:
RewriteCond $1 !^(index\.php|images|captcha|css|js|robots\.txt)
html correct way add this to your head tag:
Code:
<base href="<?php echo base_url();?>" target="_blank">
I'am running Windows 10 and XAMPP and have no problems at all.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: NOT Resolve Fatal error: Class CI_Session_files_driver contains 1 abstract method - by InsiteFX - 04-04-2016, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB