Bugs [message #1582] |
Fri, 19 April 2002 09:17 |
|
basse
Messages: 164 Registered: March 2002 Location: Åbo, Finland
Karma: 0
|
Senior Member |
|
|
I think I have found a bug in the admin control panel code. When I try to add or edit forums in the category management I get this error: "Parse error: parse error in /var/www/html/forum2/adm/admforum.php on line 134"
[Updated on: Fri, 19 April 2002 09:18] Report message to a moderator
|
|
|
Re: Bugs [message #1596 is a reply to message #1582] |
Fri, 19 April 2002 15:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Fixed in latest CVS.
FUDforum Core Developer
|
|
|
Re: Bugs [message #1650 is a reply to message #1582] |
Sat, 20 April 2002 19:06 |
|
basse
Messages: 164 Registered: March 2002 Location: Åbo, Finland
Karma: 0
|
Senior Member |
|
|
I installed the CVS version as of 10:08 PM local time and got this error right after logging in the first time:
Fatal error: Call to undefined function: fmt() in /var/www/html/forum2_data/include/static/widgets.inc on line 44
Update: forgot to say it was in the Global Configuration, in the admin panel, right where the Forum Enabled box should appear.
[Updated on: Sat, 20 April 2002 19:07] Report message to a moderator
|
|
|
Re: Bugs [message #1651 is a reply to message #1650] |
Sat, 20 April 2002 19:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
local time?
Up until about 1-1.5 hours ago the compiler was broken. So compiled files were unreliable at that.
I recommend getting the entire tree and doing a re-install from scratch.
FUDforum Core Developer
|
|
|
|
Re: Bugs [message #1653 is a reply to message #1652] |
Sat, 20 April 2002 19:16 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I cannot replicate this problem so I'm going to need your help on this one.
If possible please answer the following questions:
1) Does file "/var/www/html/forum2_data/include/rev_fmt.inc" exist? 2) If the file exists is it empty and if not what are its permissions? 3) Does "/var/www/html/forum2_data/include/static/widgets.inc" file contain the following code: "fud_use('rev_fmt.inc');" ?
Also, which version of PHP are you running?
FUDforum Core Developer
|
|
|
|
Re: Bugs [message #1657 is a reply to message #1654] |
Sat, 20 April 2002 20:21 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The problem is that the file "/var/www/html/forum2_data/include/rev_fmt.inc" is empty.
Did you run of drive space while compiling?
If no, check the size of the rev_fmt.inc.t file and verify the permissions on that file.
FUDforum Core Developer
|
|
|
|
Re: Bugs [message #1660 is a reply to message #1659] |
Sat, 20 April 2002 20:29 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you try recompiling the forum and see if that'll fix the problem?
FUDforum Core Developer
|
|
|
|
|
|
|
|
Re: Bugs [message #1666 is a reply to message #1665] |
Sat, 20 April 2002 21:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Okie I found the compiler bug, the new compiler is in the CVS, check out and re-compile the forum, that should fix the 0 byte file problem.
A new thread for each bug would be rather convenient, although simular bugs can be lumped together into a single thread.
Well if you find a bug and know how to solve send me a patch (standard diff -ur ) or the patched file would be fine.
Of course if you see a bug report it before you try fixing it, it may already be fixed but not yet commited, etc...
FUDforum Core Developer
|
|
|