How do I get error messages? [message #20327] |
Fri, 08 October 2004 07:51 |
johed802
Messages: 24 Registered: September 2004
Karma: 0
|
Junior Member |
|
|
Hi,
I'm doing some additional features (hacks) to FUD forum. I go about my work like this:
*) I edit the files in the src/ directory (like register.php.t).
*) I go to the forum control panel as admin.
*) I go to theme management -> Rebuild theme
After this procedure I reload the forum. The problem is, if I did some mistake (code wise) in the first step, I don't get any message or compiling error. All I get is a blank screen
Is there any way to see compiling errors?
thnx
/Johan
[Updated on: Fri, 08 October 2004 07:52] Report message to a moderator
|
|
|
|
Re: How do I get error messages? [message #20334 is a reply to message #20327] |
Fri, 08 October 2004 13:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Sounds like your modified script has a parse error in it.
After changing the source code, always do php -l script_name.php this will validate the script and tell you if there any parse errors in it.
FUDforum Core Developer
|
|
|