[eluser]tdegryse[/eluser]
So I have started all over (again), copied my files separately into their new CI2 folders. I've adjusted the files after copying of course (constructor, extensions, etc)
Now I get two messages:
1. Fatal error: Call to undefined method CI_Security::SetLastPage() in ci\application\controllers\front.php on line 43
2. Message: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in mysql_driver.php
I know the second one is just deprecated but I keep this message for now, it gives me more energy than an empty screen does.
The fatal error, i'm curious if it's because I copied the security.php into the wrong folder? Or is there another reason?
Edit
I have new loaded MY_Security.php into appliation/libraries and my two message are gone. I'm stuck with the same message as when I started: Fatal error: Class 'CI_Controller' not found in CI\system\core\CodeIgniter.php on line 210
Thanks guys, any help is much appreciated!
Toon