HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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') {
There was an error rendering this rich post.
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();
There was an error rendering this rich post.
https://github.com/vanillaforums/Garden/issues/1065
There was an error rendering this rich post.
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
There was an error rendering this rich post.
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?