Back to Forum Home Page
Forum Topics
- Application Installation14
- FAQs6
- Application Errors/Issues3
- ONLYOFFICE Installation2
- FlinkISO API2
- Custom Forms1
- Available Modules1
- Getting Started1
- Server Setup0
- 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
Error at users/register
Environment
php -v
PHP 8.0.30 (cli) (built: Apr 11 2024 22:14:43) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.30, Copyright (c) Zend Technologies
with Zend OPcache v8.0.30, Copyright (c), by Zend Technologies
php -m
[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gettext
hash
iconv
intl
json
libxml
mbstring
mcrypt
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
OS Ubuntu 22.04 LTS
apache2 -v
Server version: Apache/2.4.52 (Ubuntu)
Server built: 2024-04-10T17:45:18
I have used the files from Github to make this PHP8 compatible.
I have chmod 0777 the whole qms folder to ensure nothing is wrong with permission.
We get the following errors and can not use the email address to get to the login page.
Warning (2): Trying to access array offset on value of type null [APP/Controller/UsersController.php, line 848]
Warning (2): Array to string conversion [CORE/Cake/View/Helper/SessionHelper.php, line 134]
We do not get any errors in tmp/logs folder
There are no apache2 errors either
Could you please advise
Alistair
on 24/4/24 | Open | By: Alistair Henderson
Hello Alistair,
Can you try and run the update once? To run update, login & after login click on Download icon at top RHS. It will back up the existing application in your application/backup/<date> folder. You might see some errors during update, ignore them.
Once done, let us know if that resolves your issue.
-FlinkISO team
on 24/4/24 | By: FlinkISO Team
Hi
I can not get to the login page, this is the page where I enter my registered email address and I assume it talks to your servers.
Alistair
Hi
I can not get to the login page, this is the page where I enter my registered email address and I assume it talks to your servers.
Alistair
Dear Alistair,
Can you try using the other lib folder instead of the one you are currently using. Also, can you email
APP/Controller/UsersController.php
CORE/Cake/View/Helper/SessionHelper.php (current file)
-FlinkISO team
on 24/4/24 | By: FlinkISO TeamHi
I swapped the lib files from Git Hub to the download, which failed even more.
I have swapped back and got the errors as described.
Emailed the files as requested
Alistair
on 25/4/24 | By: Alistair Henderson