I just installed fof/upload and the installation accomplished accordingly via CLI and i am able to view the presence of the extension on admin, however, unable to enable it. When i attempt to enable it, it gets disable by itself.
The remediation steps that i took:
- Execute php flarum migrate again.
- Clear cache via CLI [php flarum cache:clear]
- Removed and Reinstall.
- Checked if any possible residues in database tables and vendor folder - Nothing found.
Log :
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[*****]: Base table or view not found: ***** Table 'kstech_*******.flcj_fof_upload_files' doesn't exist in /home/kstech/public_html/forum/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:**
Next Illuminate\Database\QueryException: SQLSTATE[*****]: Base table or view not found: ***** Table 'kstech_*******.flcj_fof_upload_files' doesn't exist (SQL: alter table `flcj_fof_upload_files` add index `flcj_fof_upload_files_uuid_index`(`uuid`)) in /home/kstech/public_html/forum/vendor/illuminate/database/Connection.php:***
*** = I manually hashed it to publically post it here, The actual record exists in Log Lines.
Info :
Flarum core: 1.8.9
PHP version: 8.2.26
MySQL version: 8.0.40
Loaded extensions: Core, date, libxml, openssl, pcre, sqlite3, zlib, bz2, calendar, ctype, curl, hash, filter, ftp, gettext, json, iconv, SPL, pcntl, random, readline, Reflection, session, standard, mbstring, shmop, SimpleXML, tokenizer, xml, i360, bcmath, dom, fileinfo, gd, igbinary, imap, intl, exif, memcached, PDO, mysqlnd, mysqli, pdo_mysql, pdo_sqlite, Phar, posix, msgpack, redis, soap, sockets, xmlreader, xmlrpc, xmlwriter, xsl, zip
+----------------------+---------+--------+
| Flarum Extensions | | |
+----------------------+---------+--------+
| ID | Version | Commit |
+----------------------+---------+--------+
| flarum-flags | v1.8.2 | |
| blomstra-turnstile | 0.1.6 | |
| flarum-tags | v1.8.3 | |
| flarum-approval | v1.8.2 | |
| flarum-suspend | v1.8.4 | |
| flarum-likes | v1.8.1 | |
| v17development-seo | v2.0.3 | |
| ianm-twofactor | 1.1.3 | |
| ianm-log-viewer | 0.1.1 | |
| fof-sitemap | 2.2.1 | |
| fof-geoip | 1.5.0 | |
| fof-best-answer | 1.6.1 | |
| fof-anti-spam | 1.1.2 | |
| flarum-subscriptions | v1.8.1 | |
| flarum-sticky | v1.8.2 | |
| flarum-statistics | v1.8.1 | |
| flarum-pusher | v1.8.1 | |
| flarum-mentions | v1.8.5 | |
| flarum-markdown | v1.8.1 | |
| flarum-lock | v1.8.2 | |
| flarum-lang-english | v1.8.0 | |
| acpl-lscache | v3.2.1 | |
+----------------------+---------+--------+
Queue driver: sync
Session driver: file
Scheduler status: core.admin.dashboard.status.scheduler.never-run
Mail driver: smtp
Debug mode: off
Additional Info :
- No error captuted nor generated at Admin and Browser Console.
- The Extension is not listed even in the Info [as attached above].
- I don't see any process record for fof/upload even when php flarum migrate is executed.
Kindly assist, Thanks in advance.