Back to Forum Home Page

You must be a registered user (on-premise or cloud) to add any post. To get access, enter your registered Emaill address below and we will email you the access token. Enter your token along with your email address to add the post. You can use your last received token if you have already generated one.

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

Installation FlinkISO


Hi,

to install flinkISO I'm following this guide page: https://www.flinkiso.com/manual/installation.html

I have reach step 6.

When I do: http://192.168.0.194/flinkiso/users/register it shows:
“Not Found .The request URL was not found”

But flinkiso is inside /var/www/html/ 

Can you help?

on 27/6/24 | Open | By: Marco Cruz

Hi marco,

Check if mod_rewrite is enabled. 

Regards
FlinkISO Team

on 27/6/24 | By: FlinkISO Team

from the output is OK:

[root@flinkiso flinkiso]#  httpd -M |grep rewrite_module
rewrite_module (shared)

I'm using httpd and flinkiso was unziped to /var/www/html/ and is lihe this:

/var/www/html/flinkiso, folder permissions:

drwxrwxrwx 15 root root  4096 jun 26 15:24  app
-rw-r--r--  1 root root   174 jun 26 15:24  build.properties
-rw-r--r--  1 root root 10218 jun 26 15:24  build.xml
-rw-r--r--  1 root root   705 jun 26 15:24  composer.json
-rw-r--r--  1 root root  3440 jun 26 15:24  CONTRIBUTING.md
-rw-r--r--  1 root root  1454 jun 26 15:24  index.php
drwxr-xr-x  3 root root    18 jun 26 15:24  lib
drwxr-xr-x  3 root root    18 mai  1 21:58 'lib<8'
drwxr-xr-x  3 root root    18 jun 26 15:24  lib-older
drwxr-xr-x  2 root root    19 jun 26 15:24  plugins
-rw-r--r--  1 root root  3276 jun 26 15:24  README.md
drwxr-xr-x  2 root root    19 jun 26 15:24  vendors

PHP is 8.1.29

 

I have double ckeck:

databse is well imported with all tables present on app/webroot/schema/flinkiso-on-premise.sql
 database configuration in app/Config/Database.php are OK
Directory permissions are given like:
The following folders must have read-write-execute (recursive) permissions
app/webtoot
app/tmp
lib/Cookie/Cache
 

Note: I have also removed "STRICT_TRANS_TABLES" for sql_mode from the MySQL configuration file.

but keeps showing: http://192.168.0.194/flinkiso/users/register :

“Not Found .The request URL was not found”

Help will be appreciated
 Thanks

on 27/6/24 | By: Marco Cruz

Hi Marco,

You can check if there are any errors at app/tmp/logs/error.log file.

Regards
-FlinkISO Team

on 27/6/24 | By: FlinkISO Team

Hi,

I was able to solve this, and login.

When I try to update flinkiso its says:

"Update Available!

Copy failed. Please roll-back chanages from the backup folder."

It creates the backup folder.

Can you advise me?

Thanks in advanced

 

on 8/7/24 | By: Marco Cruz

Hi Marco,

You can ignore both updates & error message for now. We will notify all users whenever a new update is available and then you can try again. 

Regards
-FlinkISO Team

 

on 8/7/24 | By: FlinkISO Team