Users running a non-download version of Vanilla (pulled from github), on branch release/2019.016 or master from the last 2 weeks should upgrade to release/2019.017 or latest master for security reasons. Downloaded official open sources releases are not affected.
Vanilla 2.0.18 (beta 2) is now available
This discussion is related to the Vanilla addon.
This discussion has been closed.
Comments
Yes I am translating Vanilla. Most of it is done. Biggest problems left are translation of Activity page and Wall, Google, Facebook registration APIs and Twitter.
Test to deactivate the translation and see if the Facebook and Google issues disapear (so we can confirm that it it the same problem).
@Tim, @Mark, @UnderDog, @Todd, @Digibomb and whoever can delete those
You maybe have one of the wysiwyg editors enabled?
Incorrect information in file: './xxx/GDN_Permission.frm'
select * from GDN_Permission Permission limit 1
The error occurred on or near: /home/xxx/public_html/forum/library/database/class.database.php
284: $PDOStatement = $this->Connection()->query($Sql);
285: }
286:
287: if ($PDOStatement === FALSE) {
288: trigger_error(ErrorMessage($this->GetPDOErrorMessage($this->Connection()->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
289: }
290:
291: // Did this query modify data in any way?
292: if ($ReturnType == 'ID') {
FATAL ERROR IN: Gdn_Database.Query();
"Table 'vanillafh.GDN_Log' doesn't exist" select count(l.LogID) as `CountLogID` from GDN_Log l where Operation in ('spam') LOCATION: /home/matt531320/mysite.org/library/database/class.database.php > 284: $PDOStatement = $this->Connection()->query($Sql); > 285: } > 286: > 287: if ($PDOStatement === FALSE) { >>> 288: trigger_error(ErrorMessage($this->GetPDOErrorMessage($this->Connection()->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR); > 289: } > 290: > 291: // Did this query modify data in any way? > 292: if ($ReturnType == 'ID') { BACKTRACE: [/home/matt531320/mysite.org/library/database/class.database.php 288] PHP::Gdn_ErrorHandler(); [/home/matt531320/mysite.org/library/database/class.sqldriver.php 1648] Gdn_Database->Query(); [/home/matt531320/mysite.org/library/database/class.sqldriver.php 673] Gdn_SQLDriver->Query(); [/home/matt531320/mysite.org/applications/dashboard/models/class.logmodel.php 132] Gdn_SQLDriver->Get(); [/home/matt531320/mysite.org/applications/dashboard/controllers/class.logcontroller.php 52] LogModel->GetCountWhere(); [/home/matt531320/mysite.org/library/core/class.dispatcher.php 291] LogController->Count(); [/home/matt531320/mysite.org/index.php 51] Gdn_Dispatcher->Dispatch();
https://github.com/vanillaforums/Garden/issues/1065
Also is this a stable release? If I install this on my LIVE forum, will I get further support and will I be able to update it further as well?
In your own separate thread show the details of the BONK message.
Furthermore... if there is an issue it should be on the issue list on gitHub
However, when I select posts and click 'Split', it then asks me to create a new thread... which I do, with the intention of then merging into another thread.
The problem is, the split thread that's created simply says it's a split thread from the original, but it doesn't drag the posts across?