@iamkeir - Your database is missing a field that was added recently. You can make sure it adds it by signing in with whatever user has UserID 1 (the user created when the forum was installed the first time), and visiting these pages:
Thanks @mark, I'll look into that. I realised I can tell the version of my install from the error page... but is there anywhere else I can find it out in future?
By the way, I've used vanilla for many years and just recently been rolling out garden for my community and, even though it's still in dev/beta, there is very, very good feedback. I hope you realise that vanilla really stands out in the forum arena. Thank you for all your hard work over the years :)
@mark - signed in as UserID 1 and visited those links. Received database update messages but error still occurs... perhaps I need to download the latest version of the forum to be safe?
On those pages, underneath the update messages, you need to click a link to implement the changes (it's something like "click here to apply these changes").
To be honest, I do not remember there being any links on each page you gave me - just a confirmation message. I'm going to download latest copy and reinstall - see if that fixes it.
Hi Mark, Today, I downloaded the vanilla 2 and theme vanillaforum.org theme too, but my forum doesn't have look like original, and search box is missing as well. Any suggestions? Thank you. Etchbee
We've done some upgrades to the VF.org theme to work with the latest version of Vanilla in master. But, this site hasn't been upgraded yet - so the search bar is gone, and the core stuff is a *little* bit different in this version of the addon. It will get updated again once we've got the Vanilla 2 release candidate out (that's our goal right now).
No worries @Mark, I'm using this theme with RC2 and it's working great, there were only a few minor things I had to fix up. Using your Custom Pages plugin and the Route Manager in the dashboard, I'm well on my to having a full blown site.
Can you tell me how I can get the other menu buttons to be highlighted when they are clicked on, the way they are on the current vanillaforums.org site?
By default in this theme, only the Home button is highlighted when you click it...the rest just stay the same. I think this is something I can modify in the CSS if you let me know the code.
@Raize - Yes, it is done with CSS. I did it by identifying something unique in the body class attribute, and applying it down to the menu. For example, on this page you can see how I did it like this:
body.Addons .Banner ul li.Addons a { background:url("tab_right.png") no-repeat right center; } body.Addons .Banner ul li.Addons { background:url("tab_left.png") no-repeat left center; }
body.Addons .Banner ul li.Addons a { background:url("tab_right.png") no-repeat right center; } body.Addons .Banner ul li.Addons { background:url("tab_left.png") no-repeat left center; }
Comments
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·What page do you get that error on, and what is the entire error?
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Fatal Error in PHP.ErrorHandler();
Undefined property: stdClass::$CountUnreadConversations
The error occurred on or near: /new.bristolunibreakdance.com/themes/public_vforg/views/default.master.php
29: $CountUnreadConversations = $Session->User->CountUnreadConversations;
Backtrace:
[/new.bristolunibreakdance.com/library/core/functions.error.php:132] PHP::include();
[/new.bristolunibreakdance.com/themes/public_vforg/views/default.master.php:29] PHP::ErrorHandler();
[/new.bristolunibreakdance.com/library/core/class.controller.php:988] PHP::include();
[/new.bristolunibreakdance.com/library/core/class.controller.php:775] Gdn_Controller->RenderMaster();
[/new.bristolunibreakdance.com/library/core/class.pluggable.php:192] Gdn_Controller->xRender();
[/new.bristolunibreakdance.com/library/core/class.pluggable.php:192] Gdn_Pluggable->__call();
[/new.bristolunibreakdance.com/applications/vanilla/controllers/discussions.php:85] DiscussionsController->Render();
[/new.bristolunibreakdance.com/library/core/class.dispatcher.php:227] DiscussionsController->Index();
[/new.bristolunibreakdance.com/index.php:41] Gdn_Dispatcher->Dispatch();
Additional information for support personnel:
Application: Garden
Application Version: 1.0
PHP Version: 5.2.11
- Spam
- Abuse
0 · Insightful Awesome LOL ·new.bristolunibreakdance.com/utility/structure/garden
new.bristolunibreakdance.com/utility/structure/vanilla
new.bristolunibreakdance.com/utility/structure/conversations
- Spam
- Abuse
0 · Insightful Awesome LOL ·By the way, I've used vanilla for many years and just recently been rolling out garden for my community and, even though it's still in dev/beta, there is very, very good feedback. I hope you realise that vanilla really stands out in the forum arena. Thank you for all your hard work over the years :)
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Thanks for the kudos!
- Spam
- Abuse
0 · Insightful Awesome LOL ·It's not a *massive* issue for me to be honest, but just making sure I'm reporting problems.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Hmmm
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Today, I downloaded the vanilla 2 and theme vanillaforum.org theme too, but my forum doesn't have look like original, and search box is missing as well.
Any suggestions?
Thank you.
Etchbee
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·http://github.com/lussumo/Garden
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·urlencode() expects parameter 1 to be string, array given
- Spam
- Abuse
0 · Insightful Awesome LOL ·@mark Care to fix this for us? :D
Thanks
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Can you tell me how I can get the other menu buttons to be highlighted when they are clicked on, the way they are on the current vanillaforums.org site?
By default in this theme, only the Home button is highlighted when you click it...the rest just stay the same. I think this is something I can modify in the CSS if you let me know the code.
- Spam
- Abuse
0 · Insightful Awesome LOL ·body.Addons .Banner ul li.Addons a {background:url("tab_right.png") no-repeat right center;
}
body.Addons .Banner ul li.Addons {
background:url("tab_left.png") no-repeat left center;
}
- Spam
- Abuse
0 · Insightful Awesome LOL ·body.Addons .Banner ul li.Addons a {
background:url("tab_right.png") no-repeat right center;
}
body.Addons .Banner ul li.Addons {
background:url("tab_left.png") no-repeat left center;
}
- Spam
- Abuse
0 · Insightful Awesome LOL ·