-Problem with login after installed on localhost
![
![
Config.php
<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'port' => 3306,
'database' => 'frmsbc',
'username' => 'frmsbc',
'password' => 'root',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'sb',
'strict' => false,
'engine' => 'InnoDB',
'prefix_indexes' => true,
),
'url' => 'http://localhost/flarum/public',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);
php flarum info
C:\xampp\htdocs\flarum>php flarum info
Flarum core 0.1.0-beta.13
PHP version: 7.4.1
Loaded extensions: Core, bcmath, calendar, ctype, date, filter, hash, iconv, json, SPL, pcre, readline, Reflection, session, standard, mysqlnd, tokenizer, zip, zlib, libxml, dom, PDO, bz2, SimpleXML, xml, xmlreader, xmlwriter, openssl, curl, fileinfo, gd, gettext, mbstring, exif, mysqli, pdo_mysql, pdo_sqlite, Phar, ftp
+-------------------+---------+--------+
| Flarum Extensions | | |
+-------------------+---------+--------+
| ID | Version | Commit |
+-------------------+---------+--------+
Base URL: http://localhost/flarum/public
Installation path: C:\xampp\htdocs\flarum
Debug mode: off