Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla 2.2 Connection Problem [RESOLVED]
SamB440
New
So yesterday I setup my Vanilla forum, but when I went to look at the forum today I got this error:
Something has gone wrong.
We've run into a problem and are unable to handle this request right now.
Please check back in a little while.
I can't even get into my admin panel! Please help my version is 2.2
0
Comments
@SamB440
Welcome to the community.
A search of this forum with 'Something has gone wrong' would have got you going more quickly.
https://vanillaforums.org/discussion/31667/i-downloaded-vanilla-2-2-from-control-panel-and-when-launched-i-get-something-has-gone-wrong
This thread:
https://vanillaforums.org/discussion/28420/faq-what-frequently-asked-questions-would-you-like-to-see-in-a-faq-help/p1
has responses to a variety of common questions.
I searched but I never found anything that worked. I'm now getting this error:
Fatal Error in PHP.trigger_error();
Unknown table engine 'InnoDB'
The error occurred on or near: /home/islandea/public_html/index/library/database/class.database.php
418: $this->closeConnection();
419: continue;
420: }
421:
422: trigger_error($message, E_USER_ERROR);
423: }
424:
425: }
426:
Backtrace:
/home/islandea/public_html/index/library/database/class.database.phpPHP::Gdn_ErrorHandler();
[/home/islandea/public_html/index/library/database/class.database.php:422] PHP::trigger_error();
[/home/islandea/public_html/index/library/database/class.sqldriver.php:1663] Gdn_Database->query();
[/home/islandea/public_html/index/library/database/class.sqldriver.php:884] Gdn_SQLDriver->query();
[/home/islandea/public_html/index/library/core/class.model.php:471] Gdn_SQLDriver->getWhere();
[/home/islandea/public_html/index/library/core/class.model.php:430] Gdn_Model->getWhere();
[/home/islandea/public_html/index/applications/dashboard/models/class.usermodel.php:1315] Gdn_Model->getID();
[/home/islandea/public_html/index/applications/dashboard/models/class.usermodel.php:1547] UserModel->getID();
[/home/islandea/public_html/index/library/core/class.session.php:380] UserModel->getSession();
[/home/islandea/public_html/index/library/core/class.auth.php:59] Gdn_Session->start();
[/home/islandea/public_html/index/bootstrap.php:237] Gdn_Auth->startAuthenticator();
[/home/islandea/public_html/index/index.php:32] PHP::require_once();
Variables in local scope:
[Sql] 'select *
from GDN_User
User
where UserID = :UserID'
[InputParameters] array (
':UserID' => '2',
)
[Options] array (
'Type' => 'select',
'Slave' => NULL,
'ReturnType' => 'DataSet',
)
[ReturnType] 'DataSet'
[tries] 2
[try] 0
[PDO] array (
)
[PDOStatement] false
[ex] array (
)
[message] 'Unknown table engine \'InnoDB\''
[code] 1286
[state] '42000'
Have a look here:
https://vanillaforums.org/discussion/21618/rookie-admin-fatal-error-unknown-table-engine-innodb
or here:
https://vanillaforums.org/discussion/comment/221550#Comment_221550
Alright thanks for your comments guys. I contacted my host provider and they added innodb, now my forum is staying online! Thanks.