I running Nginx with Ubuntu 22.04 based distro. I installed php8.2 and flarum using latest composer.
Problem is, just home page working. When i click to anywhere:
The requested resource was not found.
Debug output:
installed extensions:
echo " - xml (dom)"
apt install -y php-xml &>/dev/null
echo " - curl"
apt install -y php-curl &>/dev/null
echo " - gd"
apt install -y php-gd &>/dev/null
echo " - mbstring"
apt install -y php-mbstring &>/dev/null
flarum info:
root@HasanMerkit-PC2-PiluX:/var/www/forum.com/public_html/flarum# php flarum info
Flarum core: 1.7.2
PHP version: 8.2.5
MySQL version: 8.0.33-0ubuntu0.22.04.1
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, random, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, Zend OPcache
+----------------------+---------+--------+
| Flarum Extensions | | |
+----------------------+---------+--------+
| ID | Version | Commit |
+----------------------+---------+--------+
| flarum-flags | v1.7.0 | |
| flarum-approval | v1.7.0 | |
| flarum-tags | v1.7.1 | |
| flarum-suspend | v1.7.0 | |
| flarum-subscriptions | v1.7.0 | |
| flarum-sticky | v1.7.0 | |
| flarum-statistics | v1.7.0 | |
| flarum-mentions | v1.7.0 | |
| flarum-markdown | v1.7.0 | |
| flarum-lock | v1.7.0 | |
| flarum-likes | v1.7.0 | |
| flarum-lang-english | v1.7.0 | |
| flarum-emoji | v1.7.0 | |
| flarum-bbcode | v1.7.0 | |
+----------------------+---------+--------+
Base URL: http://forum.com/flarum/public
Installation path: /var/www/forum.com/public_html/flarum
Queue driver: sync
Session driver: file
Mail driver: mail
Debug mode: ON
Don't forget to turn off debug mode! It should never be turned on in a production system.
root@HasanMerkit-PC2-PiluX:/var/www/forum.com/public_html/flarum#