Back to Forum Home Page
Forum Topics
- Application Installation14
- 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
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.
1 month ago | 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.
1 month ago | 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!
1 month ago | 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”?
1 month ago | By: Xibin ZhangAnd I try to change the password in the datbase, still not working.
1 month ago | 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
1 month ago | By: FlinkISO Team