Author |
Message |
deca
New Member


Joined: Mar 16, 2004
Posts: 23
|
Posted:
Wed Mar 17, 2004 4:36 pm |
|
Warning: main(header.php): failed to open stream: No such file or directory in /home/wwwcybe/public_html/deca/public_html/index.php on line 63
Warning: main(): Failed opening 'header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wwwcybe/public_html/deca/public_html/index.php on line 63
Fatal error: Call to undefined function: opentable() in /home/wwwcybe/public_html/deca/public_html/index.php on line 64
i followed your tut word by word, but i get these errrors, do u kno what they mean n how to correct them??
mysql//php/phpmyadmin/cpanel all installed |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Mar 17, 2004 5:03 pm |
|
What tutorial?
/home/wwwcybe/public_html/deca/public_html/index.php
That looks like it has an extra public_html in its path. |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 5:07 pm |
|
|
|
 |
Raven

|
Posted:
Wed Mar 17, 2004 5:13 pm |
|
If you followed thoses steps then your site would be working, trust me
Post a link to your site. And, as I said, that path looks suspicious. Your ftp folder order should look like:
public_html/admin.php
public_html/auth.php
.
.
.
public_html/ultramode.txt
If you installed nuke in a subdirectory called deca, it should look like this:
public_html/deca/admin.php
public_html/deca/auth.php
.
.
.
public_html/deca/ultramode.txt |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 5:20 pm |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 5:26 pm |
|
|
|
 |
Raven

|
Posted:
Wed Mar 17, 2004 6:22 pm |
|
Wherever the index.php file is, is where you make the path to the folder. |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 7:08 pm |
|
iam gonna reinstall it, ill get back to u after i install it right thx btw |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 9:42 pm |
|
ok here is the new problem.
i did all the steps again, in order
Parse error: parse error in /home/wwwcybe/public_html/db/db.php on line 88
Fatal error: Call to a member function on a non-object in /home/wwwcybe/public_html/mainfile.php on line 84
ok i did make the database here is proof
Users in nuke
wwwcybe_nukeuser (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:wwwcybe_nuke:localhost","wwwcybe_nukeuser","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "wwwcybe_nukeuser", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("wwwcybe_nuke");
i updated my config.php and placed it in my server and got those errors, this is a fresh install at this address. http://www.cyber-warriors.com/index.php |
|
|
|
 |
Raven

|
Posted:
Wed Mar 17, 2004 9:45 pm |
|
I just went there and it looks fine to me. |
|
|
|
 |
deca

|
Posted:
Wed Mar 17, 2004 10:18 pm |
|
yea i just fixed it, thx alot |
|
|
|
 |
|