Hello, I am facing the same issues with the file upload not working. Here is the most recent Apache2 error log when i tried to upload a test file.
Mon Jul 19 14:16:46.373575 2021] [php7:error] [pid 94012] [client 127.0.0.1:56688] PHP Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /var/www/html/src/storage.php:488\nStack trace:\n#0 /var/www/html/src/core.php(551): MRFDatabase->GetFiles()\n#1 /var/www/html/src/uploader.php(220): MRFCore->OnGetFilesData()\n#2 /var/www/html/src/uploader.php(379): UploadHandler->execute_callback()\n#3 /var/www/html/src/uploader.php(1515): UploadHandler->get_file_objects()\n#4 /var/www/html/src/core.php(128): UploadHandler->getfiles()\n#5 /var/www/html/api.php(214): MRFCore->GetFiles()\n#6 /var/www/html/api.php(63): Rest_Api->getfilestable()\n#7 /var/www/html/api.php(790): Rest_Api->processApi()\n#8 {main}\n thrown in /var/www/html/src/storage.php on line 488, referer:
http://localhost/index.phpAnother issue that I am running into is that when I access the Dashboard the following messages pops up:
1. DataTables warning: table id=top-samples - Ajax error. For more information about this error, please see
http://datatables.net/tn/72. DataTables warning: table id=last-sample - Ajax error. For more information about this error, please see
http://datatables.net/tn/7Issue number 3 - The discussion board feature when creating a discussion board just brings up a blank page. I am working on finding out the solution to this problem right now but some pointers would be appreciated.
Please help!