Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorMark
    • CommentTimeFeb 9th 2006 edited
     # 1
    The application is available by SVN from the following url:

    http://lussumo.com/svn/vanilla/trunk

    Once you've gotten the svn onto your system, be sure to read upgrade-notes.txt in the root of the application for further instructions on making the application work.

    The installer is not finished yet, and it will not work

    Please keep all bug reports on this forum in the "Vanilla 0.9.3 Bugs" category
  1.  # 2
    There have been a number of cases recently where users did not have the php-mysql link libraries installed on their server which results in them getting entirely blank screens when trying to setup vanilla (after stage 3 of the installer, if in use)
    If you are getting a blank screen please ensure your server is correctly setup and that php and mysql are functioning happily together.
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 16th 2006 edited
     # 3
    Will phpinfo tell you if you're missing those libraries?
  2.  # 4
    Although i'm not 100% I'm gonna assume that if the two apps wernt linked, you wouldnt get the 'mysql' section in a phpinfo file or if you did it'd be rather empty.
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 16th 2006
     # 5
    I'll test it tomorrow when I rebuild the LAN server.
    • CommentAuthorithcy
    • CommentTimeFeb 16th 2006
     # 6
    might be a good idea to check in the new installer.php
    if (!function_exists( 'mysql_connect' )) { print "no mysql"; }
  3.  # 7
    good plan.
    • CommentAuthorbigfatduck
    • CommentTimeFeb 19th 2006
     # 8
    is there a way to get this beta without downloading all this SVN stuff. FTP server or anything?
    • CommentAuthorSirNot
    • CommentTimeFeb 19th 2006
     # 9
  4.  # 10
    I grabbed SirNot's 'latest revision' pkg above, ran the required sql changes, but get these errors now:

    Warning: main(): Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/vanilla/appg/init_vanilla.php on line 15

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/vanilla/appg/init_vanilla.php:15) in /var/www/vanilla/appg/headers.php on line 14

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/vanilla/appg/init_vanilla.php:15) in /var/www/vanilla/appg/headers.php on line 15
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 28th 2006 edited
     # 11
    Edit:nevermind.
  5.  # 12
    The last 2 errors are a cause of the first. And the first is obviously some sort of include problem (go me!) Are you sure all your paths are correct in your appg/settings and conf/settings files? Seems strange it's including '' (i.e. nothing) which doesnt surprise me it's failing.
  6.  # 13
    duh! the setting file has changed. comforteagle smacks forhead.
    •  
      CommentAuthorcomforteagle
    • CommentTimeMar 1st 2006 edited
     # 14
    Whoa. Looking at the new settings.php file it doesn't appear to be so easy to upgrade from 0.92 as the upgrade.txt file indicates. Ok, with more than a rushed minute it's looking a lot easier. LOL
    •  
      CommentAuthorcomforteagle
    • CommentTimeMar 1st 2006 edited
     # 15
    I've made an upgrade, but when I log in, and only if I'm logged in, I lose all css formating. Suggestions for what might cause this & where to look?
  7.  # 16
    `Sink` enum('1','0') not null default '0';
    should be added to the setup/foo.sql file to be up to date with the code.
  8.  # 17
    You style info will have been lost when you did the upgrade, reset all your style choices in the database to the default (1, i believe)
    • CommentAuthorbrand
    • CommentTimeMar 2nd 2006 edited
     # 18
    in languages/english/definitions.php , please change from
    <p id="AboutVanilla"> to <p class="AboutVanilla">

    in appg/init_vanilla.php at line 81, change to sth like this:
    <a href="'.GetUrl($Configuration, 'post.php', 'category/', 'CategoryID', $CategoryID).'" class="PanelButton StartDiscussionButton">'.$Context->GetDefinition('StartANewDiscussion').'</a>
  9.  # 19
    In termsofservice.php:

    echo($Context->GetDefinition("TermsOfService")); and echo($Context->GetDefinition("TermsOfServiceBody"));

    return "TermsOfService" & "TermsOfServiceBody"... not the definitions defined in lang/English/definitions.php.
    •  
      CommentAuthorcomforteagle
    • CommentTimeMar 2nd 2006 edited
     # 20
    Hmmm I can't seem to get 0.9.3 to recognize that I have opened the TOS. Anyone?

    commenting out line 51 of extensions/ExtendedApplicationForm/default.php will bypass the requirement. I'd like to get get it working though.
  10.  # 21
    What browser/os combo? Could be a js issue? (if it even uses js to check.. i think it does?)
  11.  # 22
    minisweeper: I tried this with FF on linux & FF on OS X
  12.  # 23
    Also, should rewrite be working? It appears to be here, but the urls on my install are the ugly "?discussionID=15" kind.
  13.  # 24
    Hmm. I think i remember someone with a similar problem on the TOS front but i cant remember the solution - try searching round the forum a bit.

    As for rewrite, thats a config option, check out the appg/settings file.
    • CommentAuthorbrand
    • CommentTimeMar 2nd 2006 edited
     # 25
    solve part of TOS problem - , in conf/language.php add this line:
    include($Configuration['LANGUAGES_PATH'].$Configuration['LANGUAGE']."/definitions.php");
  14.  # 26
    "As for rewrite, thats a config option, check out the appg/settings file"
    Quite right! thanks.
  15.  # 27
    "in conf/language.php add this line:
    include($Configuration['LANGUAGES_PATH'].$Configuration['LANGUAGE']."/definitions.php");"

    Brilliant!
    • CommentAuthorbrand
    • CommentTimeMar 2nd 2006
     # 28
    comforteagle said: Hmmm I can't seem to get 0.9.3 to recognize that I have opened the TOS. Anyone?

    i notice this promlem too, on windows xp sp2, ie6, ff1.07, opera8.51

    how about hosting bug-tracking system like bugzilla for request and tracking bug?
  16.  # 29
    I can block a user, a comment. I can bookmark a discussion. I'd like to be able to block (or hide) a discussion thread too. That would beat the heck out of a "mark all read" button.
    • CommentAuthorguest
    • CommentTimeMar 14th 2006 edited
     # 30
    I like beans, yes i do
    • CommentAuthorguest
    • CommentTimeMar 14th 2006
     # 31
    beans, beans the magical fruit
    • CommentAuthorguest
    • CommentTimeMar 14th 2006
     # 32
    the more you eat, the more you toot
    •  
      CommentAuthorBergamot
    • CommentTimeMar 14th 2006
     # 33
    Thank god for the guest account.
    •  
      CommentAuthorMark
    • CommentTimeMar 15th 2006
     # 34
    Hahaha
  17.  # 35
    So someone else has found out about it too, hmm?
    •  
      CommentAuthorsoupenvy
    • CommentTimeApr 12th 2006
     # 36
    Is 0.9.3 is still in Beta? It's kinda hard to tell, but I imagine if it was out of beta, it'd be available as the zipped download. Plus these install instructions wouldnt say Beta on them, BUT maybe they would if this discussion hasn't been updated in a month, which it hasn't been.

    So, it seems as though 0.9.3 is still in beta. Can I get an amen? thanks.
  18.  # 37
    yup it is. Grab it off the svn if you want to do some dev. If you want a stable release to run then grab the 0.9.2.6 ver off the site. :)
    •  
      CommentAuthorsoupenvy
    • CommentTimeApr 12th 2006
     # 38
    Thanks minisweeper,

    Seems as though any edits to the conf files aren't actually changing the settings. Could this be a bad svn at the moment?
  19.  # 39
    Quite possibly. Not having checked i'd have to leave the definate answer to mark.
    Assuming your files are uploading correctly and permissions are all alright that is..
    •  
      CommentAuthorsoupenvy
    • CommentTimeApr 13th 2006 edited
     # 40
    It seems as though I had overwritten the settings.php file in the appg dir with settings.php from the conf dir, or it was like that in the trunk at the time, but more likely I overwrote it.

    Now I'm not too sure which directions to follow, the one on: http://lussumo.com/svn/vanilla/trunk/themes/vanilla/readme.txt

    or the one found in the documentation:
    http://lussumo.com/docs/doku.php?id=vanilla:themes

    I'm sticking with the trunk until I hear otherwise.

    Update - I see now that the first steps in the trunk instructions are talking about editing vanilla styles, while the documentation just covers themes. I understand the difference now. I'm still sticking w/ the trunk.
    •  
      CommentAuthorBen
    • CommentTimeApr 23rd 2006 edited
     # 41
    I don't seem to be able to get svn working. Could someone .zip the latest revsion for me? No, nevermind. I've got it working now.

    Argh.. I could really do with that uber-installer, I can't get the MYSQL to work, apparently there's an unexpected T_STRING somewhere in it.
    •  
      CommentAuthorBergamot
    • CommentTimeApr 23rd 2006
     # 42
    Yeah, but no sense in writing an uber-installer when 1.0 may not be feature complete.
    •  
      CommentAuthorBen
    • CommentTimeApr 24th 2006
     # 43
    But surely the database is finalised now? What is still changing is the XHTML, CSS and some of the objects/delegates. Those wouldnt't affect the install script, would they?
    •  
      CommentAuthorBergamot
    • CommentTimeApr 24th 2006
     # 44
    Yeah, but as soon as he writes the install script, someone will show up with an awesome feature idea that requires a database change, and he'll swear at the monitor for a few hours.

    Also, with our precious forum databases at stake, I'd be paranoid about some little bug in the SQL wiping out the data for 5% of users.
    • CommentAuthorbobulator
    • CommentTimeApr 24th 2006
     # 45
    bob@edubuntu:~$ svn propedit svn:externals trunk
    svn: 'trunk' is not a working copy

    am i missing something? :(
    • CommentAuthorithcy
    • CommentTimeApr 24th 2006
     # 46
    your copy of the svn?

    thank you! try the shrimp!
    • CommentAuthorbobulator
    • CommentTimeApr 26th 2006
     # 47
    bob@edubuntu:~$ svn export http://lussumo.com/svn/vanilla/trunk
    A trunk
    A trunk/account.php
    A trunk/ajax
    A trunk/ajax/sortroles.php

    .....

    Exported external at revision 40.

    Exported revision 391.
    bob@edubuntu:~$ svn propedit svn:externals trunk
    svn: 'trunk' is not a working copy

    i dont get it guvnor :(
    •  
      CommentAuthorBergamot
    • CommentTimeApr 26th 2006
     # 48
    Once you export, you're left with a folder that has all the files inside. You just drop that on your server and install.
    • CommentAuthorrhoekmanjr
    • CommentTimeApr 27th 2006
     # 49
    You said "There have been a number of cases recently where users did not have the php-mysql link libraries installed on their server which results in them getting entirely blank screens when trying to setup vanilla (after stage 3 of the installer, if in use)
    If you are getting a blank screen please ensure your server is correctly setup and that php and mysql are functioning happily together."

    Do you have any info on what libaries need to be installed? My web host is looking into this, but I need to able to tell them what to install. Any help is much appreciated. Thanks!
    •  
      CommentAuthorjsanders
    • CommentTimeApr 28th 2006 edited
     # 50
    it's not really specific libraries, it a complete installation problem. create a file on your server (name doesn't matter, as long as the extension will be executed by php), and put:

    <?php phpinfo(); ?>

    then go access the page you created with your webbrowser. if you get a big php configuration list, then php is working. if mysql is correctly installed, it will be in the list someplace.

    beyond this simple check, there's a lot of subtleties that i'll leave to the more experienced.