Skinbase.org Skinbase.org

trying to start phpnewsmanager

By althor
595 views 2 replies
Gregor Klevže avatar
Gregor Klevže
Member
OP
you should setup permission to read+write for db.inc.php before you wanna install it
kalyn avatar
kalyn
Member
I am having the same problem. I have set the permission to db.inc.php to read&write and I too hit the buton and nothing happens, and the input fields are back empty. <br /> <br />My server is Apache 2, 2.0.47, php 4, 4.3.2R2, mySql 4.0.13 running on a Mac G4, OS X ver 10.2.6 <br /> <br />I know that I am probably doing something wrong, but I am at a lose. <br /> <br />Please help 😢
lasius avatar
lasius
Member
I had a similar problem, I found that I didn&acute;t have permissions for the database server. I needed to match the hostname entered to the hostname of the user in mysql.. <br /> <br />I found out by changing line 35 (step2) from: <br /> <br /> $link = mysql_connect($db_server, $db_uname, $db_pass) or die(&quot;Could not connect&quot;); <br /> <br />to something like: <br /> <br /> $link = mysql_connect($db_server, $db_uname, $db_pass) or die(mysql_error(). &quot;Could not connect&quot;); <br /> <br />This gave a descriptive error message. <br /> <br /> <br /> <br />(File: install.php 05/05/03 11:34)
Sign in to post a reply.