Welcome Guest, Not a member yet? Register   Sign In
Install to localhost
#12

(01-27-2016, 03:43 PM)nairb Wrote: I've been trying out most, if not all, of the suggestions.  I may be getting closer to the problem, and would welcome some further thoughts.

It looks like it is nothing to do with CI (or at least I'm not that far yet) and a connection problem or something related along those lines?

Code:
<?php
$link = mysql_connect('localhost:122','nairb','nairb');
if (!$link) {
    die('Could not connect to MySQL: ' . mysql_error());
}
echo 'Connection OK'; mysql_close($link);
?>
Well, I hope you're enjoying the challenge and not under any big deadline!
Do you have a PHP-based SQL admin tool like Adminer or PHPMyAdmin? Can you do http://localhost:122/phpmyadmin and it works?
If it doesn't, I'd say it has something to do with either IIS or that you're using a port number, though why shouldn't you be able to do that? As for IIS, are you able not to run it or do you have something else that requires IIS?
Hey, don't work without a PHP debugger. Several free IDEs have this features built in. Two are NetBeans and CodeLobster. Without a debugger, it's like you're driving with a blindfold on -- you are going to crash!
Reply


Messages In This Thread
Install to localhost - by nairb - 01-26-2016, 09:04 AM
RE: Install to localhost - by skunkbad - 01-26-2016, 11:12 AM
RE: Install to localhost - by nairb - 01-26-2016, 11:24 AM
RE: Install to localhost - by josepostiga - 01-26-2016, 10:42 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 01:27 AM
RE: Install to localhost - by Falke - 01-27-2016, 03:05 AM
RE: Install to localhost - by InsiteFX - 01-27-2016, 05:03 AM
RE: Install to localhost - by nairb - 01-27-2016, 08:55 AM
RE: Install to localhost - by RobertSF - 01-27-2016, 12:55 PM
RE: Install to localhost - by josepostiga - 01-27-2016, 09:14 AM
RE: Install to localhost - by nairb - 01-27-2016, 03:43 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 03:52 PM
RE: Install to localhost - by nairb - 01-27-2016, 04:05 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 04:39 PM
RE: Install to localhost - by nairb - 01-27-2016, 05:01 PM
RE: Install to localhost - by InsiteFX - 01-27-2016, 04:18 PM
RE: Install to localhost - by nairb - 01-27-2016, 04:59 PM
RE: Install to localhost - by RobertSF - 01-27-2016, 08:42 PM
RE: Install to localhost - by InsiteFX - 01-27-2016, 08:52 PM
RE: Install to localhost - by nairb - 01-28-2016, 10:27 AM
RE: Install to localhost - by RobertSF - 01-28-2016, 02:15 PM
RE: Install to localhost - by nairb - 01-28-2016, 10:38 AM
RE: Install to localhost - by nairb - 01-28-2016, 11:00 AM
RE: Install to localhost - by nairb - 01-28-2016, 05:12 PM
RE: Install to localhost - by RobertSF - 01-28-2016, 05:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB