Back to Forum Home Page
Forum Topics
- Application Installation15
- FAQs6
- ONLYOFFICE Installation3
- Application Errors/Issues3
- FlinkISO API2
- Custom Forms1
- Server Setup1
- Available Modules1
- Getting Started1
- Other0
- Bug Report0
Q. How to get access to FlinkISO Forum?
Ans:In order to able to post, you must be a registered user either with FlinkISO either On-premise or Cloud. You can login to the forum via using your email address, which you or your administrator used duing the registration on the websile. Once you have the email address, use the same email addres and generate a token. We will send you the token on the same email address. Use that token along with the email address to login. You can read posts without login.
Home > Application Installation
I have done all the instructions from https://www.flinkiso.com/manual/installation.html, but the problem still appears like this. An internal error has occurred. Possible causes: The database is not connected. Make sure you have imported app/webroot/sche
on 2/6/24 | Open | By: HENGKI
I have done all the instructions from https://www.flinkiso.com/manual/installation.html, but the problem still appears like this. An internal error has occurred.
Possible causes:
The database is not connected.
Make sure you have imported app/webroot/schema/flinkiso-on-premise.sql
Make sure to add the database configuration in app/Config/Database.php under the default configuration.
Directory permissions are incorrect
The following folders must have read-write-execute (recursive) permissions
app/webtoot
app/tmp
lib/Cookie/Cache
The table does not exist or the model is incorrect.
If this error occurs during installation, visit: https://www.flinkiso.com/manual/installation.html and follow the installation instructions.
You can also use the FlinkISO Forum : https://forum.flinkiso.com/ for possible solutions.
If you have successfully installed the application and an error occurs after creating a custom HTML form, this error can be resolved by recreating the form.
If this error appears after creating a child form or a form linked to a child document, recreate the parent form.
Additional Info: Remove "STRICT_TRANS_TABLES" for sql_mode from MySQL configuration file.
Note: I have also removed "STRICT_TRANS_TABLES" for sql_mode from the MySQL configuration file.
on 2/6/24 | By: HENGKIHi HENGKI,
You need to check your app/tmp/error.log file to check the error details and share with us.
Regards
-FlinkISO Team
What if the error is like this?
2024-11-18 10:09:48 Error: [ValueError] Path cannot be empty
Request URL: /document_downloads/download/type:qc/id:0cf48598-a1e7-4b93-90b9-fab81ea2149c/model:QcDocument
Stack Trace:
#0 /var/www/html/app/Controller/AppController.php(3786): file_get_contents()
#1 /var/www/html/app/Controller/DocumentDownloadsController.php(318): AppController->_generate_onlyoffice_pdf()
#2 [internal function]: DocumentDownloadsController->download()
#3 /var/www/html/lib/Cake/Controller/Controller.php(500): ReflectionMethod->invokeArgs()
#4 /var/www/html/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction()
#5 /var/www/html/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke()
#6 /var/www/html/app/webroot/index.php(115): Dispatcher->dispatch()
#7 {main}
Hi Aditya,
There could be multiple reasons this error may occur.
- File you want to download, does not exists
- ONLYOFFICE & FlinkISO servers are unable to communicate with each other
- You may not have wkhtmltopdf or pdfTK installed.
- wkhtmltopdf is not generating a required files
-FlinkISO Team
19 hours, 59 minutes ago | By: FlinkISO Team