- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 59 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - blank page for user private messages [ ]
Author
Message
AuxiTrooper
Nuke Soldier
Joined: Feb 21, 2006
Posts: 23
Posted:
Tue Apr 25, 2006 3:49 pm
user logs in
user clicks little flashing envelope for his/her new messages
user sees blank page after clicking flashing envelope
only happens to this user
is it the cookies?
_________________Weapons of Mass Percussion
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12403
Posted:
Wed Apr 26, 2006 8:35 am
AuxiTrooper
Nuke Soldier
Joined: Feb 21, 2006
Posts: 23
Posted:
Thu Apr 27, 2006 3:39 pm
gsicard
Sergeant
Joined: Feb 08, 2003
Posts: 106
Location: Virginia, USA
Posted:
Thu Apr 27, 2006 10:33 pm
In config.php in your root directory change
Code:
$display_errors = 0;
to
Code:
$display_errors = 1;
_________________ Gary
AuxiTrooper
Nuke Soldier
Joined: Feb 21, 2006
Posts: 23
Posted:
Mon May 01, 2006 1:03 pm
i don't have that. this is my config file after the database settings:
Code:
// DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING
$reasons = array("As Is",
"Offtopic",
"Flamebait",
"Troll",
"Redundant",
"Insighful",
"Interesting",
"Informative",
"Funny",
"Overrated",
"Underrated");
$badreasons = 4;
$AllowableHTML = array("b"=>1,
"i"=>1,
"a"=>2,
"em"=>1,
"br"=>1,
"strong"=>1,
"blockquote"=>1,
"tt"=>1,
"li"=>1,
"ol"=>1,
"ul"=>1);
$CensorList = array("Rainbow Brite",
"cunt",
"person",
"Rainbow Brite",
"pussy",
"Rainbow Brite",
"c0ck",
"cum",
"twat",
"clit",
"Rainbow Brite",
"fuk",
"fuking",
"motherfucker");
$tipath = "images/topics/";
if (eregi("config.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
?>
_________________Weapons of Mass Percussion
Evaders99
Site Admin
Joined: Aug 17, 2003
Posts: 12403
Posted:
Mon May 01, 2006 2:55 pm
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum