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.
Vanilla Pre-Release 2
This discussion has been closed.
Comments
// just checked - PHP version 4.4.2
If I gave you access would you want to have a look?
just redownloaded it again from the top link in this thread and still have the same problem?...:(
Looks like its working pretty much, but it just wont let me get past step two as it insists that it is installed already.
<?php // Note: This file is included from the library/Vanilla/Vanilla.Control.DiscussionForm.php class. if ($this->Context->Session->User->Preference('ShowFormatSelector') && $FormatCount > 1) { $sReturn .= '<li id="CommentFormats">' .$this->Context->GetDefinition('FormatCommentsAs') .$f->Get() .'</li>'; } else { $FormatTypeToUse = $this->Context->Session->User->DefaultFormatType; if (!array_key_exists($FormatTypeToUse, $this->Context->StringManipulator->Formatters)) { $FormatTypeToUse = $this->Context->Configuration['DEFAULT_FORMAT_TYPE']; } $sReturn .= '<li class="Invisible"><input type="hidden" name="FormatType" value="'.$FormatTypeToUse.'" /></li>'; } ?>
If it does look like that, add this on line 5 (move the text currently on line 5 down):
if ($this->Context->Session->UserID == 1) print_r($f);
Log in with your Admin account and go to "start a new discussion" to see what gets echoed. I'm trying to see if the radio control is getting filled properly.
@giginger - shell access? You don't need to give me access. Just navigate to your conf folder and do this:
ls -al
Then paste the results into a message here. You might want to whisper it to me...
http://www.stillwater-rock.com/check_info.php
PHP 4.4.1
MySQL 3.23.49 (is that right?)
@blizeH: Did you download the pre-2 zip? It should have been exactly the same as what I posted above. Maybe there was just an uploading problem?
<?php // Note: This file is included from the library/Vanilla/Vanilla.Control.DiscussionForm.php class. if ($this->Context->Session->User->Preference('ShowFormatSelector') && $FormatCount > 1) { $sReturn .= '<li id="CommentFormats">' .$this->Context->GetDefinition('FormatCommentsAs') .$f->Get() .'</li>'; } else { $FormatTypeToUse = $this->Context->Session->User->DefaultFormatType; if (!array_key_exists($FormatTypeToUse, $this->Context->StringManipulator->Formatters)) { $FormatTypeToUse = $this->Context->Configuration['DEFAULT_FORMAT_TYPE']; } $sReturn .= '<li class="Invisible"><input type="hidden" name="FormatType" value="'.$FormatTypeToUse.'" /></li>'; } ?>
All of them. It's practically an entirely new application.
@rockwaldo && corn13read: I don't know what to tell you. I'd really need to get access to one of your servers and be able to delete those conf files and wipe the db (if installing fresh) or restore the old db (if upgrading) and run a bunch of tests.
Like I said, I will be very explicit with the changes once version 1 comes out. Until then it's wild west stylee.