Re: Blank page.. |
Sun, 27 August 2006 13:44 |
|
oh, i insert password of db in $DBHOST_PASSWORD = ""; and forum is ok now!
but still i don't know how global.php has been edited!!
tnx!
|
|
Re: Blank page.. |
Sun, 27 August 2006 13:40 |
|
yeah!! i think im too close to key of problem.
in global.php database information is ok
$DBHOST = "localhost";
$DBHOST_USER = "atthar_fud";
$DBHOST_PASSWORD = "";
$DBHOST_DBNAME = "atthar_fud";
password set to "" that i think this is normal.
it seem global.php is master fud config file. but i don't found a line for path_info setting. if you tell other setting in admin panel (includ path_info) save in which file i will edit that file and change setting.
thank you too much ilia
|
|
Re: Blank page.. |
Sun, 27 August 2006 13:14 |
|
It looks like the forum is failing to connect to the MYSQL database, are your connection settings correct inside GLOBALS.php?
|
|
Re: Blank page.. |
Sun, 27 August 2006 12:59 |
|
there are some last errors in log file:
) :
Query: Initiating mysql_connect
Server Version: Unknown
?373 ?1156696082?(/home/atthar/public_html/forum/include/theme/default/db.inc:17
/home/atthar/public_html/forum/include/core.inc:69
/home/atthar/public_html/forum/include/adm.inc:18
/home/atthar/public_html/forum/include/core.inc:63
/home/atthar/public_html/forum/adm/index.php:3
) :
Query: Initiating mysql_connect
Server Version: Unknown
?472 ?1156696604?(/home/atthar/public_html/forum/include/theme/default/db.inc:17
/home/atthar/public_html/forum/include/core.inc:69
/home/atthar/public_html/forum/include/adm.inc:18
/home/atthar/public_html/forum/include/core.inc:63
/home/atthar/public_html/forum/adm/index.php:3
) :
Query: Initiating mysql_connect
Server Version: Unknown
[Referring Page] http://fudforum.org/forum/index.php?t=selmsg&unread=1&&frm_id=0
realy i don't know what must to do...
|
|
Re: Blank page.. |
Sun, 27 August 2006 12:49 |
|
Check the forum's sql_errors file inside the errors/ directory.
|
|
Re: Blank page.. |
Sun, 27 August 2006 12:30 |
|
thank you for your reply
this is last logs in log file:
[27-Aug-2006 11:23:53] PHP Warning: mysql_connect(): Access denied for user: 'atthar_fud@localhost' (Using password: NO) in /home/atthar/public_html/forum/index.php on line 20
[27-Aug-2006 11:23:53] PHP Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/atthar/public_html/forum/index.php on line 20
[27-Aug-2006 11:23:53] PHP Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/atthar/public_html/forum/index.php on line 20
[27-Aug-2006 11:23:53] PHP Fatal error: SQL Error has occurred, please contact the administrator of the forum and have them review the forum's SQL query log in /home/atthar/public_html/forum/include/core.inc on line 18
i not edited any config file or database tables. only disabled path_info setting in admin panel and lost the forum!
now all pages of my forum have problem, admin panel too.
http://www.atthar.com/forum/adm/
|
|
Re: Blank page.. |
Sun, 27 August 2006 12:14 |
|
The normal forum permissions are 0600 for files and 0700 for directories. The reason your directories are 777 is because you probably have unlocked the forum via the forum's file manager.
As far as the theme goes, check your PHP error log? Normally you can go to http://yourforum.url/adm/ and access admin control panel and from there tweak the settings.
|
|
Re: Blank page.. |
Sun, 27 August 2006 11:40 |
|
i have another problesm..
all folders of my fudforum is 777! that is normal or must change the permition?
-
all times when i open a page in my forum, first i see a page that include header.tmp (counter and adbrite codes), and then this page forward to main page. how i can fix this problem?
|
|
Blank page.. |
Sun, 27 August 2006 11:00 |
|
hello,
my forum theme was path_info, but when i disabled path_info all pages of my forum changed to blank page!
http://www.atthar.com/forum/
i think must to edit theme files, but don't know which file and how...
thank you
|
|