Hi !
First, I want to congratulate you for this awesome project. It looks pretty, and very well thought.
Unfortunately, I run the same issue, when accessing /admin (or any XHR request)... I have a nice 500 Internal Server Error page, but that's all. And I use a shared server, on which I (sadly) can't access to the error logs files !
Here is the result (all green 😉) of the php flarum info command :
Flarum core 0.1.0-beta.7
PHP 7.1.22
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, hash, fileinfo, filter, ftp, gd, gettext, SPL, iconv, session, intl, json, mbstring, mcrypt, standard, PDO, mysqlnd, pdo_sqlite, Phar, posix, Reflection, imap, shmop, SimpleXML, soap, pdo_mysql, exif, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, mysqli
EXT flarum-approval v0.1.0-beta.7
EXT flarum-bbcode v0.1.0-beta.5
EXT flarum-emoji v0.1.0-beta.6
EXT flarum-english v0.1.0-beta.7
EXT flarum-flags v0.1.0-beta.7
EXT flarum-likes v0.1.0-beta.6
EXT flarum-lock v0.1.0-beta.7
EXT flarum-markdown v0.1.0-beta.5
EXT flarum-mentions v0.1.0-beta.7
EXT flarum-sticky v0.1.0-beta.7
EXT flarum-subscriptions v0.1.0-beta.6
EXT flarum-suspend v0.1.0-beta.7
EXT flarum-tags v0.1.0-beta.8
Base URL: http://robertforum.polosson.com
And, to complete the above, it's running a MySQL 5.5 server.
So, my question is: How can I investigate further about the reason of these 500 errors? Is there a way to force displaying error instead of logging them ? Or even better, to log errors to a custom file on the server ?
Thanks by advance for your reply 🙂. Cheers !