| Author |
Quick Reply Errors |
|
Administrator
Moderator
|
Posted: 2005-07-01 01:14
This is happening because the quick reply form has apparently been modifed and is now missing 3 of the required input elements, which if they are missing, will most certainly cause a fatal error.
Solution -> restore/reupload the original core_Forum*.php scripts.
Quote
|
|
ict999
Just popping in Joined: 29-Jun-2005 Posts: 3
|
Posted: 2005-07-03 20:18
Hey guys(thanks 4 ur quick replys) ive deleted ALL files and reuploaded originals, but the error is still there!
|
|
Anonymous
|
Posted: 2005-07-06 14:39
guys any idea? 
Quote
|
|
Administrator
Moderator
|
Posted: 2005-07-06 19:53
!!! QUOTE !!! This is happening because the quick reply form has apparently been modifed and is now missing 3 of the required input elements, which if they are missing, will most certainly cause a fatal error.
Quote
|
|
ict999
Just popping in Joined: 29-Jun-2005 Posts: 3
|
Posted: 2005-07-10 06:57
i have no idea wut u mean!
|
|
Administrator
Moderator
|
Posted: 2005-07-10 10:21
There are parts of the quick reply form that are missing from your HTML source code for the forum. There are only two ways this can happen. 1) The core forum code has been modified. 2) The HTML source is being modified before it is being sent to the user. Compare this pages source code to a page on your sites forum with a quick reply form and you will see what I mean. [ This message was edited by: Administrator on 2005-07-10 10:22 ]
Quote
|
|
Administrator
Moderator
|
Posted: 2005-07-18 12:12
I just ran into a situation as you described here. I did not investigate exactly why it happened, but it most likely has something to do with an anonymous users level. If this is the case here, on line 103 of core_ForumProc.php, remove 'forum_submit' from the 'query' sub-array: Replace This: !!! CODE !!! , 'query' => array( 'viewforum', 'viewtopic', 'forum_submit', 'topicadmin', 'readpmsg' )With This: !!! CODE !!! , 'query' => array( 'viewforum', 'viewtopic', 'topicadmin', 'readpmsg' )I'm sure there was a good reason why that script is in that array, but I can't remember right now. So if you run into this problem, make the above adjustment. [ This message was edited by: Administrator on 2005-07-18 12:48 ]
Quote
|
|
Anonymous
|
Posted: 2005-07-28 11:09
_ACTIVEBANNERS
_CLIENTNAME _IMPRESSIONS _IMPLEFT _CLICKS _CLICKSPERCENT Type Functions
what should i chmod to get banners.php to work thanks
Quote
|