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

Unable to start the application


Hi Team,
Am trying to explore the features of Flinkiso Free-On-Premise version. fallowed the instruction given in this article https://www.flinkiso.com/manual/installation.html, but am getting 404 Not found error. Configuration details mentioned below,
PHP version 5.4.16,

 Mysql version 8.0.36_Community Edition,

 Httpd as a web server.

Thanks for your support!!!.

on 24/1/24 | Open | By: Teja Polisetti

Hi,

  • Please make sure that you have 0777 permission to app/tmp (recursive)
  • Make sure that application is connecting to your mysql
  • Check app/tmp/logs/error.log file for additional information.

If application is logging the errors you should be able to see those errors in error.log file. You can share those logs here so we can help you better.

Regards
FlinkISO Team

 

 

 

on 24/1/24 | By: FlinkISO Team

Hello Team,
Thanks for your information,

  • I have given the 0777 permission to app/tmp(recursive) folder.
  • How can make sure that weather application is tried to connect to my database or not? When am checking from database side am not getting any request/ connected details in it.

error.log file contains,
Request URL: /
Stack Trace:
#0 /var/www/html/app/webroot/index.php(118): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 /var/www/html/index.php(41): require('/var/www/html/a...')
#2 {main}
2024-01-24 15:39:25 Error: Fatal Error (64): Can't use method return value in write context in [/var/www/html/app/Controller/AppController.php, line 88]
2024-01-24 15:39:25 Error: [InternalErrorException] Internal Server Error
Request URL: /
Stack Trace:
#0 /var/www/html/lib/Cake/Error/ErrorHandler.php(212): ErrorHandler::handleFatalError(64, 'Can't use metho...', '/var/www/html/a...', 88)
#1 [internal function]: ErrorHandler::handleError(64, 'Can't use metho...', '/var/www/html/a...', 88, Array)
#2 /var/www/html/lib/Cake/Core/App.php(970): call_user_func('ErrorHandler::h...', 64, 'Can't use metho...', '/var/www/html/a...', 88, Array)
#3 /var/www/html/lib/Cake/Core/App.php(943): App::_checkFatalError()
#4 [internal function]: App::shutdown()
#5 {main}
 

on 24/1/24 | By: Teja Polisetti

dear Teja,

In case if database connection issue, you get error like below:

2024-01-24 16:14:05 Error: [MissingConnectionException] Database connection "Mysql" is missing, or could not be created.
Exception Attributes: array (
 'class' => 'Mysql',
 'message' => 'SQLSTATE[HY000] [1045] Access denied for user \'root\'@\'localhost\' (using password: YES)',
 'enabled' => true,
)

Can you email us your app/Controller/AppController.php at [email protected]

Regards
-FlinkISO Team

 

 

 

on 24/1/24 | By: FlinkISO Team

Hello Team,
I have sent you the app/Controller/AppController.php file via email.

on 24/1/24 | By: Teja Polisetti