I just installed the latest version Dashboard works, Forum is "bonked"
I´ve got this error: 229: trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
Additional information for support personnel: Application: Vanilla Application Version: 2.0.17.6 PHP Version: 5.2.6 Operating System: Linux Server Software: Apache User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4 Controller: Gdn_Database Method: Query
What? Sorry? Absolutely no problem. You are developing the best free and opensource forum engine. How could we angry at you? Rather thank you for your hard work:)
I just installed 2.0.17.7 and had so many problems, bonkers, duplicate indexes, and now you guys were fast at fixing it. I'm going to try redoing my update from 2.0.17.5 to 2.0.17.8 (yes, eight) now. I don't like how the documentation wiki has a different way of updating. "Delete a few folders and then upload the whole Vanilla install" and here "just overwrite all of the files."
I think it would be better if we could get a separate package of "modified files" and a link to a separate Github with "list of patches and by-hand changes."
@Lincoln: I understand. What about adding a variable in config to make the /utility/structure private and not visible to all users? Also, shouldn't the documentation be rewritten to say /utility/structure instead of /utility/update?
I just installed the latest version Dashboard works, Forum is "bonked"
The same with me.
This was my fault. I've uploaded a new version that fixes the issue. Sorry :/
aaah, damn! still the same problem ...
229: trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR); Additional information for support personnel: Application: Vanilla Application Version: 2.0.17.8 PHP Version: 5.2.6 Operating System: Linux Server Software: Apache User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4 Controller: Gdn_Database Method: Query
where to post a suggestion for next release? I think the next version should update the Activity page seriously, version by version born but Activity is still the same. Thanks
I discovered that in application appeared names with the same e-mail addresses... Because UserModel::ValidateUniqueFields() doesnt return False, because
@Lincoln I'm updating from GitHub vf/master, no such settings in config-defaults.php It was "hidden feature" for me until my people started report about stranges in work...
I discovered that in application appeared names with the same e-mail addresses... Because UserModel::ValidateUniqueFields() doesnt return False, because
I am disappointed, I spent half a workday to write a patch for my app :(
Hi S, not sure if i get what u mean, is this related to the bug on registration where user can register with an existing email address in the system? Even if the javascript validation says "Email Unavailable"... when u hit the submit button, the application will still pushes thru?
@Aolee here I mean my custom application (not a vanilla forum). I dont use vanilla as forum. I like Garden (as Github says "our pluggable application development framework") ;)
Correct me if I'm wrong, but during upgrade, I don't think any of the new config settings are getting applied to the existing config.
If you copy config-defaults.php during the upgrade (as you should) then that will add any NEW config settings but will not overwrite any existing ones you've customized in config.php.
Correct me if I'm wrong, but during upgrade, I don't think any of the new config settings are getting applied to the existing config.
If you copy config-defaults.php during the upgrade (as you should) then that will add any NEW config settings but will not overwrite any existing ones you've customized in config.php.
Thank you for pointing that out as I did not know. Before my upgrade to the last several versions, I've looked in the docs, readme.txt and also readme.html and see no mention of copying from config-defaults.php
Dumb question: do I copy and paste everything? There seems to be some duplicates. I can give it a try myself but am afraid I will totally screw it up. Appreciate your advice.
config-defaults.php will naturally come along when you upload the new files. You can safely overwrite that file.
While @Tim does say "except conf/" in that Tips discussion I'd recommend always bringing the defaults file along as well. That was more to make sure you don't *delete* that folder, as that would be quite bad.
It also looks like "header" categories are not handled sanely in that they appear clickable but will take you to an empty page instead of listing sub-categories.
this is because the concept has changed - a header category now is a category in itself. this is a bit confusing - especially as it lists the total number of posts in the left hand category list behind it, but when you click it it does not show all posts in there but only the posts that are posted directly in the header category. i struggle(d) with this myself.
There seems to be a bug with the e-mail notifications system in the last version (and the version on VanillaForums.org -- are you using the latest version?). For example, I have bookmarked this discussion, but I don't receive any e-mails saying that "someone has commented on your bookmarked discussion" -- the other emails get sent, weirdly enough). I couldn't find any issue in GitHub, so I was wondering if you are aware of this issue and, if not, should I make a new ticket?
It also looks like "header" categories are not handled sanely in that they appear clickable but will take you to an empty page instead of listing sub-categories.
this is because the concept has changed - a header category now is a category in itself. this is a bit confusing - especially as it lists the total number of posts in the left hand category list behind it, but when you click it it does not show all posts in there but only the posts that are posted directly in the header category. i struggle(d) with this myself.
I'm eventually going to write a patch to configurable have child cat discussions show up in parent cats but I'm not quite up to that yet.
Comments
- Spam
- Abuse
0 · Insightful Awesome LOL ·Vanilla Forums Senior Developer [GitHub, Twitter, About.me]
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·I think it would be better if we could get a separate package of "modified files" and a link to a separate Github with "list of patches and by-hand changes."
Shadowdare | Computer Scientist | Sites: Livid Tech
- Spam
- Abuse
1 · Insightful Awesome LOL ·Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·Shadowdare | Computer Scientist | Sites: Livid Tech
- Spam
- Abuse
0 · Insightful Awesome LOL ·229: trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
Additional information for support personnel:
Application: Vanilla
Application Version: 2.0.17.8
PHP Version: 5.2.6
Operating System: Linux
Server Software: Apache
User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; de-de) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4
Controller: Gdn_Database
Method: Query
- Spam
- Abuse
0 · Insightful Awesome LOL ·I think the next version should update the Activity page seriously, version by version born but Activity is still the same.
Thanks
- Spam
- Abuse
0 · Insightful Awesome LOL ·I discovered that in application appeared names with the same e-mail addresses...
Because UserModel::ValidateUniqueFields() doesnt return False, because by default, but should be True by default.
I am disappointed, I spent half a workday to write a patch for my app :(
- Spam
- Abuse
0 · Insightful Awesome LOL ·Shadowdare | Computer Scientist | Sites: Livid Tech
- Spam
- Abuse
0 · Insightful Awesome LOL ·Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·I'm updating from GitHub vf/master, no such settings in config-defaults.php
It was "hidden feature" for me until my people started report about stranges in work...
- Spam
- Abuse
0 · Insightful Awesome LOL ·Even if the javascript validation says "Email Unavailable"... when u hit the submit button, the application will still pushes thru?
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·@Aolee
here I mean my custom application (not a vanilla forum). I dont use vanilla as forum. I like Garden (as Github says "our pluggable application development framework") ;)
- Spam
- Abuse
0 · Insightful Awesome LOL ·Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·The post by Tim also has not mention of it. http://vanillaforums.org/discussion/comment/134469/
Dumb question: do I copy and paste everything? There seems to be some duplicates. I can give it a try myself but am afraid I will totally screw it up. Appreciate your advice.
- Spam
- Abuse
0 · Insightful Awesome LOL ·While @Tim does say "except conf/" in that Tips discussion I'd recommend always bringing the defaults file along as well. That was more to make sure you don't *delete* that folder, as that would be quite bad.
Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·There seems to be a bug with the e-mail notifications system in the last version (and the version on VanillaForums.org -- are you using the latest version?). For example, I have bookmarked this discussion, but I don't receive any e-mails saying that "someone has commented on your bookmarked discussion" -- the other emails get sent, weirdly enough). I couldn't find any issue in GitHub, so I was wondering if you are aware of this issue and, if not, should I make a new ticket?
Thanks,
/cd
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·http://www.vanillaforums.org/discussion/14945
Nobody else seems to have been bothered enough to comment on this, despite password reset being a critical feature!
- Spam
- Abuse
1 · Insightful Awesome LOL ·Developer at Vanilla Forums, Inc. [GitHub, Twitter]
- Spam
- Abuse
0 · Insightful Awesome LOL ·Also, I've not tested each and every one of these, so use at your own risk. If things die, you're on your own. Just for testing purposes etc...
Have fun!
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·VanillaSkins.com Themes / Custom Themes / Design & Graphics for Vanilla
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·