popular questions for tag "phpbb"
what does phpBB : CRITICAL ERROR MEAN
asked by Not Registered on 29 July 2008 18:37
When I try to get to a web site, this pops up instead
- web site doews not load, Not Registered
- what does following message mean: Fatal error: Call to undefined function validip () in, Not Registered
- Transport error (#404), Not Registered
- Cannot modify header information - headers already sent by , Not Registered
- Undefined index: language in, Not Registered
- fopen errors, Not Registered
- what does phpBB : CRITICAL ERROR MEAN, Not Registered
- Warning: Missing Argument and other stuff, Not Registered
- PHP Fatal erro, Not Registered
- php make install fails, Not Registered
- web site doews not load
In your file "database.php" some code is executed to connect to a database. The given... - what does following message mean: Fatal error: Call to undefined function validip () in
your php code calls a function which does not exists. It´s name is "validip". Open all your php... - Transport error (#404)
I think it is not php related. A 404 error means that a requested page does not exist. What page... - Undefined index: language in
It is a notice and not an error. For me it looks like you have an array and try to access a key,... - Cannot modify header information - headers already sent by
Your script has output before it can change the HTTP header data. In most cases, you just have a...



















