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.
Options

Problems with Vanilla 2.3, now using 2.2 as it works. Please help :).

Greetings everyone,

Hope everyone is great today, i was able to install vanilla 2.3 successfully before but on the root folder like example.com. I moved all the files to a new folder (forums) and then I was greeted with a error , something went wrong - i did a complete reupload of all the files, deleted all the tables in my database but it stopped working and showed error like this one - gdn_database connect issue.


So, i installed 2.2 version. I was able to go through the setup page to the dashboard , i was really happy and all even tables are created but now. I can't go to "visit site". I am fine with version 2.2 as long as it's working but i can't access anything other than dashboard - advanced , appearence , getting started etc.


Please help to make it work, i am not able to delete the database as my web host doesn't allow database to be deleted, i am stuck with the database. I can only delete the tables in it.

Thanks,
Azioo

-- This is the error i got in 2.3 --

Fatal Error in Gdn_Database.Connection();
An error occurred while attempting to connect to the database
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known
The error occurred on or near: /customers/2/1/3/azioo.in/httpd.www/community/library/database/class.database.php

171: if ($Timeout) {

172: throw new Exception(errorMessage('Timeout while connecting to the database', $this->ClassName, 'Connection', $ex->getMessage()), 504);

173: }

174:

175: throw new Exception(errorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), 500);

176: }

177:

178: return $PDO;

179: }

Backtrace:

[/customers/2/1/3/azioo.in/httpd.www/community/library/database/class.database.php:102] Gdn_Database->newPDO();

[/customers/2/1/3/azioo.in/httpd.www/community/library/database/class.database.php:502] Gdn_Database->connection();

[/customers/2/1/3/azioo.in/httpd.www/community/library/database/class.database.php:368] Gdn_Database->slave();

[/customers/2/1/3/azioo.in/httpd.www/community/library/database/class.sqldriver.php:1663] Gdn_Database->query();

[/customers/2/1/3/azioo.in/httpd.www/community/library/database/class.sqldriver.php:884] Gdn_SQLDriver->query();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.authenticationprovidermodel.php:168] Gdn_SQLDriver->getWhere();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.authenticationprovidermodel.php:57] Gdn_AuthenticationProviderModel::getWhereStatic();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/functions.render.php:1146] Gdn_AuthenticationProviderModel::getDefault();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.theme.php:341] PHP::signInUrl();

[/customers/2/1/3/azioo.in/httpd.www/community/library/vendors/SmartyPlugins/function.signinout_link.php:20] Gdn_Theme::link();

[/customers/2/1/3/azioo.in/httpd.www/community/cache/Smarty/compile/vanilla^%%12^121^12189BEA%%default.master.tpl.php:37] PHP::smarty_function_signinout_link();

[/customers/2/1/3/azioo.in/httpd.www/community/library/vendors/smarty/libs/Smarty.class.php:1257] PHP::include();

[/customers/2/1/3/azioo.in/httpd.www/community/library/vendors/smarty/libs/Smarty.class.php:1107] Smarty->fetch();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.smarty.php:138] Smarty->display();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.controller.php:1855] Gdn_Smarty->render();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.controller.php:1314] Gdn_Controller->renderMaster();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.pluggable.php:199] Gdn_Controller->xRender();

[/customers/2/1/3/azioo.in/httpd.www/community/applications/dashboard/controllers/class.homecontroller.php:93] Gdn_Pluggable->__call();

[/customers/2/1/3/azioo.in/httpd.www/community/library/core/class.dispatcher.php:326] HomeController->fileNotFound();

[/customers/2/1/3/azioo.in/httpd.www/community/index.php:44] Gdn_Dispatcher->dispatch();

Need Help?

If you are a user of this website, you can report this message to a website administrator.

If you are an administrator of this website, you can get help at the Vanilla Community Forums.
Additional information for support personnel:

Application: Vanilla
Application Version: 2.3
PHP Version: 7.1.0
Operating System: Linux
Server Software: Apache
Referer: http://community.azioo.in/dashboard/setup
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Request Uri: /community/dashboard/setup?
Controller: Gdn_Database
Method: Connection

Comments

Sign In or Register to comment.