XF 2.2 Errors trying to install...

Jwrbloom

Active member
Files unzip and uploaded via FileZilla.

Navigate to url/forum and get the following errors...

An exception occurred: [mysqli_sql_exception] Access denied for user ''@'localhost' (using password: NO) in src/XF/Db/Mysqli/Adapter.php on line 159

  1. mysqli->real_connect() in src/XF/Db/Mysqli/Adapter.php at line 159
  2. XF\Db\Mysqli\Adapter->makeConnection() in src/XF/Db/Mysqli/Adapter.php at line 28
  3. XF\Db\Mysqli\Adapter->getConnection() in src/XF/Db/AbstractAdapter.php at line 60
  4. XF\Db\AbstractAdapter->connect() in src/XF/Db/Mysqli/Adapter.php at line 113
  5. XF\Db\Mysqli\Adapter->escapeString() in src/XF/Db/AbstractAdapter.php at line 516
  6. XF\Db\AbstractAdapter->quote() in src/XF/Db/AbstractAdapter.php at line 494
  7. XF\Db\AbstractAdapter->quote() in src/XF/DataRegistry.php at line 138
  8. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
  9. XF\DataRegistry->get() in src/XF/DataRegistry.php at line 226
  10. XF\DataRegistry->offsetGet() in src/XF/Install/App.php at line 74
  11. XF\Install\App->XF\Install\{closure}() in src/XF/Container.php at line 28
  12. XF\Container->offsetGet() in src/XF/App.php at line 2280
  13. XF\App->setupAddOnComposerAutoload() in src/XF/Install/App.php at line 160
  14. XF\Install\App->setup() in src/XF.php at line 437
  15. XF::setupApp() in src/XF.php at line 460
  16. XF::runApp() in install/index.php at line 14
 
Xenforo requires MySQL 5.7 or greater, or MariaDB 10+. That's an awfully old version of MySQL on your server, from around 2009.

I recommend downloading the requirements test script from the above requirements page.
 
Xenforo requires MySQL 5.7 or greater, or MariaDB 10+. That's an awfully old version of MySQL on your server, from around 2009.

I recommend downloading the requirements test script from the above requirements page.
Wait...

See below...

My previous answer was PHPMyAdmin version.
 
The install package isn't working.


An exception occurred: [mysqli_sql_exception] Table 'nitoaute_csi.xf_data_registry' doesn't exist in src/XF/Db/Mysqli/Statement.php on line 35

  1. mysqli->prepare() in src/XF/Db/Mysqli/Statement.php at line 35
  2. XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
  3. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
  4. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 175
  5. XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 135
  6. XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 83
  7. XF\DataRegistry->get() in src/XF/DataRegistry.php at line 226
  8. XF\DataRegistry->offsetGet() in src/XF/Install/App.php at line 74
  9. XF\Install\App->XF\Install\{closure}() in src/XF/Container.php at line 28
  10. XF\Container->offsetGet() in src/XF/App.php at line 2280
  11. XF\App->setupAddOnComposerAutoload() in src/XF/Install/App.php at line 160
  12. XF\Install\App->setup() in src/XF.php at line 437
  13. XF::setupApp() in src/XF.php at line 460
  14. XF::runApp() in install/index.php at line 14
 
Back
Top Bottom