Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forced Category
Forced Category
0
This discussion has been closed.
Comments
Fatal error: Call to a member function on a non-object in /home/content/n/i/c/nickandmandy/html/mysite.com/vanilla/extensions/AjaxQuote/default.php on line 60
will i have to disable ajax quote for this extension to work?
Ajaxquote looks like it should work OK, at first look this extension doesn't appear to step on its toes, yet I get a different error message pasted into the comment box instead of when trying to post... in fact it does this to me even when it's the only extension installed:
[quote][cite] wallphone:[/cite]<br /> <b>Notice</b>: Undefined index: Body in <b>...extensions\AjaxQuote\ajax.php</b> on line <b>26</b><br /> [/quote]
edit:
Apparently friendly URLs work fine for me. And works fine with a bunch of random extensions on PHP 4.4.7.
I'll need more info about these errors before I can fix them!
when I hit start discussion without a cat chosen
and I put like test in subject and body test
I get the error
404
Not Found
The requested URL /discussion/test/ was not found on this server.
$this->DelegateParameters['ResultDiscussion'] = &$ResultDiscussion; $this->CallDelegate('PostSaveDiscussion'); if ($ResultDiscussion) {
To this:$this->DelegateParameters['ResultDiscussion'] = &$ResultDiscussion; $this->CallDelegate('PostSaveDiscussion'); if ($ResultDiscussion && ($ResultDiscussion->DiscussionID > 0)) {
And test again... It then should give the actual vanilla error that should be showing up.