Back to Forum Home Page
Forum Topics
- Application Installation18
- FAQs6
- ONLYOFFICE Installation3
- FlinkISO API3
- Application Errors/Issues3
- Server Setup2
- Available Modules2
- Custom Forms1
- Other1
- Getting Started1
- 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
where is the /users/register
Hi,
I am installing the QMS following the manual, where is the /users folder?
Step 6: Setup Application
In order to start using the application, you must first run the registration locally. To do that go to:
http(s)://< your server address >/< flinkiso_directory >/users/register page.
Enter the exact same Email Address which you are used to register on FlinkISO website during the download processs, and click "Proceed". This will complete your installation process and redirect you to the Login Page. Your email address is your username and password. You can change this password after login through "Change Passoword" link.
root@sjz1vm021:/opt/lampp/htdocs/qms# ll
total 68
drwxr-xr-x 8 root root 4096 9月 28 16:47 ./
drwxrwxr-x 6 administrator ftp 4096 9月 27 17:32 ../
-rw-r--r-- 1 root root 21 9月 28 16:47 1.txt
drwxr-xr-x 15 root root 4096 9月 25 14:39 app/
-rwxr-xr-x 1 root root 174 9月 25 14:39 build.properties*
-rwxr-xr-x 1 root root 10218 9月 25 14:39 build.xml*
-rwxr-xr-x 1 root root 705 9月 25 14:39 composer.json*
-rwxr-xr-x 1 root root 3440 9月 25 14:39 CONTRIBUTING.md*
-rwxr-xr-x 1 root root 1454 9月 25 14:39 index.php*
drwxr-xr-x 3 root root 4096 9月 25 14:39 lib/
drwxr-xr-x 3 root root 4096 5月 2 04:58 'lib<8'/
drwxr-xr-x 3 root root 4096 9月 25 14:39 lib-older/
drwxr-xr-x 2 root root 4096 9月 25 14:39 plugins/
-rwxr-xr-x 1 root root 3276 9月 25 14:39 README.md*
drwxr-xr-x 2 root root 4096 9月 25 14:39 vendors/
root@sjz1vm021:/opt/lampp/htdocs/qms# pwd
/opt/lampp/htdocs/qms
root@sjz1vm021:/opt/lampp/htdocs/qms#
Hi Xubin,
You need to type : http(s)://< your server address >/< flinkiso_directory >/users/register in your browser.
-FlinkISO Help
on 28/9/24 | By: FlinkISO Team
Hi Teams,
Yes, I know, I should access to the url from browser, I follow all the steps in the manual.
But I can not open http(s)://< your server address >/< flinkiso_directory >/users/register.
So I create a test phpinfo.php in the directory and access to it.
http(s)://< your server address >/< flinkiso_directory >/phpinfo.php
It working normally.
Why http(s)://< your server address >/< flinkiso_directory >/users/register. is not working, so I want to find if the file is in the folder.
unforutllay, I can not find them. rewrite is enabled.
on 29/9/24 | By: Xibin ZhangHi Zibin,
You may want to check your error.log file located at /opt/lampp/htdocs/qms/app/tmp/log folder to find out why the page is not visible. Make sure you can see .htaccess files in qms, app and webroot folders. Make sure that database is installed & you are connected with database. Your app/tmp folder must have 777 permission.
-FlinkISO Support Team.
on 30/9/24 | By: FlinkISO TeamThank you very much, the issue was casued by the foler permission, I give the 775 before.
It finally working after I granted it 777.
on 30/9/24 | By: Xibin ZhangBut After I input my mailaddress which I am used for regiester. It comes to http(s)://< your server address >/< flinkiso_directory >/users/login page. But i can not login use my email address and change it.
Your email address is your username and password. You can change this password after login through "Change Passoword" link.
There is a red error “Password Policy is not active.”, how can i resovle it. Thanks!
on 30/9/24 | By: Xibin ZhangI notice there are not requirment before the register.
- Find "Configure::write("Security.salt" and replace with your value (keep the string lenght same, make this change before you regisster the instance).
- Find "Configure::write("Security.cipherSeed" and replace with your value (keep the lenght same, make this change before you regisster the instance)
But what is “your value”?
on 30/9/24 | By: Xibin ZhangAnd I try to change the password in the datbase, still not working.
on 30/9/24 | By: Xibin ZhangDear Zibin,
As mentioned in a manual, to login for the first time, your email is your username & password. You must ignore the password settings error at this stage. After login, you can change the password. Also, you must change security salt & seed, before you try to register & login. If you change them after registration, all your attempts would fail as system will not be able to read the encrypted password with changes salt/seed.
Your value is any value of the same length & type (string or numbers or both mixed) as you see in the config file for salt & seed.
Your best option now is to reinstall the application by following proper permissions and steps in the manual.
-FlinkISO Team
on 30/9/24 | By: FlinkISO Team
Dear Zibin
We have now made the installation process much simpler. You can now install FlinkISO & ONLYOFFICE on a single server using our new installer script. You can read more about it here : https://www.flinkiso.com/manual/installation.html
Or watch the installer in action here: https://www.youtube.com/watch?v=FsEr_rTfeZk
We hope this would helpful to you.
Regards
-FlinkISO Team