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 1.0.3 Released !

13»

Comments

  • It's not the Pimped extension. Everything seems to work fine locally, I can see all my extensions and those that are activated and Pimped works. So, I checked the file permissions on my live site to see if anything was different and it wasn't. So, still looking for a clue that will help me solver my live site problem.
  • The line is not there, so shall I just re-upload the file appg/settings.php? Thanks.
  • I found my problem. After I edited the extensions file on my pc and then uploaded it, it lost all of the linefeeds. When I looked at the file on my pc again, I put line breaks after each include and then saved it and uploaded it again. All is fine now.
  • MarkMark Vanilla Staff
    @Finferflu - yes :)
  • edited December 2006
    I'm shown with this error:

    You have enabled Attachments 2.0, but it needs Vanilla 1.0.1! Your current Vanilla version is: 1.0.3

    What's the problem?
  • change line 60 of default.php

    if( APPLICATION_VERSION !== '1.0.1' ) {

    by

    if (version_compare(APPLICATION_VERSION, '1.0.1', '<')) {
  • Ok, it worked, thanks Mark, and everybody else who helped me :)
  • Made the update this morning and have a small problem: I added a link back to the non-Vanilla part of our site to Vanilla/themes/[my theme]/menu.php that no longer seems to get called, whereas it used to in 1.0.1. To upgrade, I uploaded the contents of appg and added the IN_VANILLA check to the appropriate extensions.php file. The forum works fine and reports it is version 1.0.3, but the link from the custom menu file is no longer there. Any idea what I must do to get our custom menu.php file to be used again? Is it in the wrong place? Something in config/settings.php that now needs to be different? thx
  • Well, nobody came up with an answer... but I got it fixed just now. Do not know if it is upgrade-related... tried re-uploading all the template files and other theme files, but nothing helped (our sign-in page was also hosed... had no styles applied at all). After digging around, I decided to check the settings/themes & styles page from the web. It showed the correct theme and style in use. I clicked 'Save' just for kicks, and that fixed it. Both the menu.php problem and the sign-in page problem. Here's some evidence of unknown value: before re-saving, the top of the page had... <link rel="stylesheet" type="text/css" href="/./themes/vanilla/styles/pcc/vanilla.css" media="screen" /> ...after resaving, the same page had... <link rel="stylesheet" type="text/css" href="/members/VanillaForum/themes/pcc/styles/default/vanilla.css" media="screen" /> ...So it clearly changed the paths quite a bit when I resaved the theme setting, even though I did not change it. Hope that's of passing interest to somebody, for future reference...
This discussion has been closed.