FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Blank page..
Show: Today's Messages :: Unread Messages :: Polls :: Message Navigator
| Subscribe to topic | Bookmark topic 
Switch to threaded view of this topic Create a new topic Submit Reply
Blank page.. [message #33335] Sun, 27 August 2006 11:00 Go to next message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
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
Re: Blank page.. [message #33339 is a reply to message #33335] Sun, 27 August 2006 11:40 Go to previous messageGo to next message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
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?
Re: Blank page.. [message #33340 is a reply to message #33339] Sun, 27 August 2006 12:14 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
remove from buddy list
ignore all messages by this user
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.


FUDforum Core Developer
Re: Blank page.. [message #33343 is a reply to message #33335] Sun, 27 August 2006 12:30 Go to previous messageGo to next message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
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.. [message #33345 is a reply to message #33343] Sun, 27 August 2006 12:49 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
remove from buddy list
ignore all messages by this user
Check the forum's sql_errors file inside the errors/ directory.

FUDforum Core Developer
Re: Blank page.. [message #33346 is a reply to message #33335] Sun, 27 August 2006 12:59 Go to previous messageGo to next message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
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.. [message #33348 is a reply to message #33346] Sun, 27 August 2006 13:14 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
remove from buddy list
ignore all messages by this user
It looks like the forum is failing to connect to the MYSQL database, are your connection settings correct inside GLOBALS.php?

FUDforum Core Developer
Re: Blank page.. [message #33351 is a reply to message #33335] Sun, 27 August 2006 13:40 Go to previous messageGo to next message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
yeah!! i think im too close to key of problem. Surprised

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 http://fudforum.org/forum/images/message_icons/icon14.gif
Re: Blank page.. [message #33352 is a reply to message #33335] Sun, 27 August 2006 13:44 Go to previous message
Atthar is currently offline  Atthar   Iran, Islamic Republic of
Messages: 16
Registered: July 2006
Location: Iran/Tehran
Karma: 0
Junior Member
add to buddy list
ignore all messages by this user
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! Smile
Quick Reply
Formatting Tools:   
  Switch to threaded view of this topic Create a new topic
Previous Topic: I need a link to go back to drupal
Next Topic: any way to disable the ability to subscribe to topics
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jan 22 16:00:38 EST 2025

Total time taken to generate the page: 0.04441 seconds