CodeIgniter Forums
Problems with CI, please HELP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Problems with CI, please HELP (/showthread.php?tid=3849)

Pages: 1 2


Problems with CI, please HELP - El Forum - 10-25-2007

[eluser]ELRafael[/eluser]
try to see these things in config and main index file

base_url
application folder
system folder

Almost all problems in scaffolding are about that vars!

Oh, Happy Birthday dracula boy :-P

The Bran castle still for sell???


Problems with CI, please HELP - El Forum - 10-26-2007

[eluser]cibill[/eluser]
yes... are you interested?

i live at 30 km from The Bran castle... you bet i`m dracula boy Tongue


Problems with CI, please HELP - El Forum - 10-26-2007

[eluser]ELRafael[/eluser]
i'll sell my ipod to buy the castle :down:

30km is a safety distance, no problem!! but if there is some dracula girl....

ok man, and the scaffolding issue? resolved??


Problems with CI, please HELP - El Forum - 01-02-2008

[eluser]Unknown[/eluser]
I got the same error, actually in autoload.php we don't need to change this:

$autoload['core'] = array('database');

I just change this:

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

and leave the core autoload to default:

$autoload['core'] = array();

It works....

But any expert out there, can help me explain this, I still confuse about this configuration :-)
Adios...