Registration isn't working. Can't add a post either. [message #891] |
Wed, 06 March 2002 16:42 |
AliMan
Messages: 1 Registered: March 2002 Location: Halifax Nova Scotia
Karma: 0
|
Junior Member |
|
|
Hope someone can help.
I have been trying to get the FUD forum working at the following location with some success but it won't allow people to register or post messages. If anyone has any suggestions, that would be great.
The forum is located: http://www.ili.ca/forum
When I try to post a message to the board, I get 'An error has occured. Contact the Webmaster.'
When I try to register as a new user, I can get past the d.o.b. page, but once I have filled out all of the information on the following page about the user, and click submit, it takes me back to the age verification page, and I loose all of what has been typed in. (seems to loop)
The installation seemed to work quite well, and had no problems at all until trying to post to the forum.
Thanks in advance for any help that can be suggested.
-Alex
P.S. The error log contains the following:
2002-03-05-14-04-27 [d:WARN] ERROR: System Error:System error has occured, please report it to the webmaster.::http://www.ili.ca/forum/post.php?returnto=thread.php%3Ffrm_id%3 D1%26rid%3D1%26S%3Dee74d2d3767afd934aec29bb92fcac09&frm_id=1&rid=1& amp;S=ee74d2d3767afd934aec29bb92fcac09:64.5.230.36:/forum/post.php 2002-03-05-14-21-04 [d:WARN] ERROR: System Error:System error has occured, please report it to the webmaster.::http://www.ili.ca/forum/post.php?returnto=thread.php%3Ffrm_id%3 D1%26rid%3D1%26S%3Dee74d2d3767afd934aec29bb92fcac09&frm_id=1&rid=1& amp;S=ee74d2d3767afd934aec29bb92fcac09:64.5.230.36:/forum/post.php 2002-03-05-14-23-13 [d:WARN] ERROR: System Error:System error has occured, please report it to the webmaster.::http://www.ili.ca/forum/post.php?returnto=thread.php%3Ffrm_id%3 D1%26rid%3D1%26S%3Dee74d2d3767afd934aec29bb92fcac09&frm_id=1&rid=1& amp;S=ee74d2d3767afd934aec29bb92fcac09:64.5.230.36:/forum/post.php 2002-03-05-15-07-07 [d:WARN] ERROR: System Error:System error has occured, please report it to the webmaster.::http://www.ili.ca/forum/post.php?returnto=thread.php%3Ffrm_id%3 D2%26rid%3D1%26S%3Dee74d2d3767afd934aec29bb92fcac09&frm_id=2&rid=1& amp;S=ee74d2d3767afd934aec29bb92fcac09:64.5.230.36:/forum/post.php
|
|
|
|
|
|
|
Re: Registration isn't working. Can't add a post either. [message #4895 is a reply to message #4894] |
Mon, 12 August 2002 15:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
version 2.2.3 is indeed the latest 'stable' release, however 2.2.5 or better yet 2.3.0RC1 while being a development release is probably much better to use since they contain many bug fixes for issues found in 2.2.3 release.
2.3.0 will probably be marked as stable no later then Friday anyway.
FUDforum Core Developer
|
|
|
|
|
|
Re: Registration isn't working. Can't add a post either. [message #4920 is a reply to message #4917] |
Tue, 13 August 2002 18:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Aha, I found the problem.
In your php.ini configuration the 'file_upload' has no value, this particular option (bug in early versions of php) if not set would result in loss of POST request data from forms that contain a file_upload control.
Assign a value to that option and your forum will begin to work once again.
FUDforum Core Developer
|
|
|
|
|
|