SMF Support > Install and Upgrade Help

I need help ! hurry please !

(1/1)

Bobby:
I had problem when install Yabbse:

Step 3:
Warning: fopen(/home/anh4v0/public_html/web/Settings.php): failed to open stream: Permission denied in /home/anh4v0/public_html/web/install.php on line 346

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 348

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 348

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 348
....
In install.php they're:
346        $fp = fopen($HTTP_POST_VAR ['installdir'] . '/Settings.php', 'w');
347        foreach($settingsArray as $line)
348                fputs($fp, $line . "\n");

Step 5:
Warning: fopen(/home/anh4v0/public_html/web/Settings.php): failed to open stream: Permission denied in /home/anh4v0/public_html/web/install.php on line 575

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 577

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 577

Warning: fputs(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 577
.....
.....
Warning: fclose(): supplied argument is not a valid stream resource in /home/anh4v0/public_html/web/install.php on line 578

In install.php they're:

575        $fp = fopen($HTTP_POST_VAR['installdir'] . '/Settings.php', 'w');
576        foreach($settingsArray as $line)
577          fputs($fp, $line . "\n");
578        fclose($fp);

Step 6:
Warning: mysql_connect(): Access denied for user: 'nobody@localhost' (Using password: YES) in /home/anh4v0/public_html/web/install.php on line 659
Unable to connect to the MySQL server. Check your password and try again.

Install.php at:
659  $linkid = mysql_connect($db_server, $db_user, $HTTP_POST_VARS['password3']);

What can i do ?Help me please !!!

Chris Cromer:
You need to chmod Settings.php to be writeable/readable. And YaBBSE support has ended, use SMF.

Killer Possum:
Yes it would be much better to use SMF now, because it is 1,000x's better than YaBBSE. And also this is the baord for help requests ;) :P

Navigation

[0] Message Index

Go to full version