Welcome Guest, Not a member yet? Register   Sign In
LAMMP 1.7.3 and CodeIgniter
#2

[eluser]eoinmcg[/eluser]
the deprecated error is because your lampp setup is using a more recent version of php (most likely 5.3.x). if you don't want to see these errors either, update your codeigniter or, in index.php, change error reporting to:
Code:
error_reporting (E_ALL ^ E_NOTICE ^ E_DEPRECATED);

as for failing to open files, check you've set $system_path and $application_folder correctly in index.php. you'll also want to make sure all files and directories have the relevant permissions


Messages In This Thread
LAMMP 1.7.3 and CodeIgniter - by El Forum - 09-16-2010, 11:46 PM
LAMMP 1.7.3 and CodeIgniter - by El Forum - 09-17-2010, 12:55 AM
LAMMP 1.7.3 and CodeIgniter - by El Forum - 09-17-2010, 02:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB