lanceseidman / PiCAST

PiCAST turns your $35 Raspberry Pi in to a Chromecast like Device.
https://munchron.com
1.77k stars 263 forks source link

Errors in goCAST.php #17

Closed ganhammar closed 11 years ago

ganhammar commented 11 years ago

Hi,

There is a double qoute missing on row 5 in the file "goCAST.php":

$res = mysql_connect("localhost","picast,"piCAST1337");

Should be:

$res = mysql_connect("localhost","picast","piCAST1337");

Also, in the installation instructions, the table is namned "picaster" but in the end of "goCAST.php" its trying to connect to "vsweb_picast" instead of "picaster". (Line 48)

Loksly commented 11 years ago

all these errors have already been notified when my pull request was sent. El 23/09/2013 20:37, "ganhammar" notifications@github.com escribió:

Hi,

There is a double qoute missing on row 5 in the file "goCAST.php":

$res = mysql_connect("localhost","picast,"piCAST1337");

Should be:

$res = mysql_connect("localhost","picast","piCAST1337");

Also, in the installation instructions, the table is namned "picaster" but in the end of "goCAST.php" its trying to connect to "vsweb_picast" instead of "picaster". (Line 48)

— Reply to this email directly or view it on GitHubhttps://github.com/lanceseidman/PiCAST/issues/17 .