Welcome Guest, Not a member yet? Register   Sign In
Default controller not working
#10

[eluser]wallern[/eluser]
Hi, sorry for my interruption on this topic. The good news is I got it works. After I change the uri protocol to:

Code:
$config['uri_protocol']="REQUEST_URI";

I finally be able to see one error message:

Code:
Call to undefined function: curl_init()

This two links really helped me:
http://www.hotscripts.com/forums/php/261..._init.html
http://php.net/manual/en/function.curl-init.php

Basically, I enabled curl support in my php.ini file by uncomment this line:
Code:
extension=php_curl.dll
Then everything shows up... Hope this helps people who have scenarios like me - work on an old piece of CI never touched before and having hard time on getting site from production server to local or vice versa.

Cheers all!


Messages In This Thread
Default controller not working - by El Forum - 03-18-2012, 09:50 PM
Default controller not working - by El Forum - 03-18-2012, 10:46 PM
Default controller not working - by El Forum - 03-18-2012, 11:12 PM
Default controller not working - by El Forum - 03-18-2012, 11:26 PM
Default controller not working - by El Forum - 03-19-2012, 12:27 AM
Default controller not working - by El Forum - 03-19-2012, 03:18 PM
Default controller not working - by El Forum - 03-19-2012, 04:01 PM
Default controller not working - by El Forum - 03-19-2012, 04:40 PM
Default controller not working - by El Forum - 03-19-2012, 06:41 PM
Default controller not working - by El Forum - 03-22-2012, 02:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB