Getting started With Code Igniter tutorial help requested |
[eluser]Unknown[/eluser]
Hi all, I'm trying out the tutorial here : http://www.ibm.com/developerworks/web/li...index.html and am running into some problems. I downloaded the source files to check first and not even they are working. I'm using Wamp so I extracted the files into the www folder. I changed the config.php file to $config['base_url'] = "http://localhost/"; and updated the necessary fields in the database.php file as per the tutorials instructions. When I point my browser to http://localhost/CodeIgniter/ I get the form displayed correctly but with the following errors above. Quote:Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\CodeIgniter2\system\codeigniter\Common.php on line 123 Quote:A PHP Error was encountered Quote:A PHP Error was encountered When I fill out the form it redirects my browser to http://localhost/index.php/welcome/contactus which shows the Wamp welcome screen. So then I changed the config.php file to $config['base_url'] = "http://localhost/CodeIgniter"; I get the same start page as before, including errors, and when I fill in the form it redirects to http://localhost/CodeIgniter2/index.php/.../contactus (which I'm assuming is correct), with the following messages at the top Quote:Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\CodeIgniter2\system\codeigniter\Common.php on line 123 Quote:A PHP Error was encountered With this underneath: Quote:The URI you submitted has disallowed characters. Any help would be much appreciated, as I'm pretty new to PHP, so please excuse the ignorance, Cheers Kabukiman |
Messages In This Thread |
Getting started With Code Igniter tutorial help requested - by El Forum - 07-17-2010, 07:47 AM
Getting started With Code Igniter tutorial help requested - by El Forum - 07-18-2010, 04:03 PM
Getting started With Code Igniter tutorial help requested - by El Forum - 07-19-2010, 02:28 AM
|