Welcome Guest, Not a member yet? Register   Sign In
blog lesson
#5

[eluser]WavyDavy[/eluser]
[quote author="ELRafael" date="1195071490"]that video tutorial is too old. But if you read the autoload file you'll see an explaination![/quote]

Thanks ELRafael,

Your response helped me solve the same problem, I simply removed the
$autoload['core'] = array('database');
that I had and replaced it with the following code that was in the autoload commnts

$autoload['libraries'] = array('database', 'session', 'xmlrpc');


Edit: I only managed to get a little further until I reached the point where I was using the anchor property from the url helper, then I started getting an error that said this;


A PHP Error was encountered

Severity: Notice

Message: Undefined variable: anchor

Filename: views/blog_view.php

Line Number: 13


Messages In This Thread
blog lesson - by El Forum - 11-13-2007, 04:34 AM
blog lesson - by El Forum - 11-13-2007, 07:39 PM
blog lesson - by El Forum - 11-14-2007, 12:49 AM
blog lesson - by El Forum - 11-14-2007, 08:18 AM
blog lesson - by El Forum - 01-12-2008, 03:48 AM
blog lesson - by El Forum - 01-12-2008, 04:59 AM
blog lesson - by El Forum - 01-12-2008, 07:08 AM
blog lesson - by El Forum - 01-12-2008, 07:22 AM
blog lesson - by El Forum - 01-12-2008, 02:03 PM
blog lesson - by El Forum - 01-12-2008, 02:17 PM
blog lesson - by El Forum - 01-12-2008, 03:09 PM
blog lesson - by El Forum - 01-12-2008, 03:55 PM



Theme © iAndrew 2016 - Forum software by © MyBB