Page 1 of 1

Installation of 4.3.5

Posted: Sun Apr 05, 2020 7:42 pm
by nate089
Hi Team,

I have installed OrangeHRM 4.3.5 on my Debian Buster server with PHP7 and MariaDB. I was able to complete the installation steps, but when it redirected me to the login page, I'm receiving the error Internal Error Occurred.

I've checked the logs at /symfony/log/orangehrm.log and I'm consistently receiving the following message:
PDO Connection Error: SQLSTATE[HY000] [1045] Access denied for user 'ORANGEHRM'@'localhost' (using password: NO)
I have confirmed that the correct password for my ORANGEHRM user is in single quotes in the

Code: Select all

/lib/confs/Conf.php
file. However, it's almost as though OrangeHRM is not passing that password over to MariaDB. When I manually try to log in to MariaDB, it works with the password. If I don't use the -p command, then I receive the same error I'm seeing in the logs.

Any ideas? I've been going from one file to another and I can't find any leads.

Nathan

Re: Installation of 4.3.5

Posted: Tue May 05, 2020 3:08 pm
by KevinP
Hello

i had the same issue - after hours of searching (PHP install, apache, mariadb etc)
i deleted config_databases.yml.php
in symfony/cache/orangehrm/prod/config

and now everything is working fine

Re: Installation of 4.3.5

Posted: Mon May 11, 2020 6:44 am
by rajitha
If someone needed;
Refer https://github.com/orangehrm/orangehrm/issues/640

Installation of 4 3 5

Posted: Mon Jul 13, 2020 5:19 pm
by Eugenearemo
I was already able to install it successfully. Before moving to cloud i installed it locally. On Cloud, I was able to successfully install once and that is working perfectly fine. Now i am facing this issue which i faced before first installation but it was fixed automatically somehow.

If you have an idea about what might be the cause of not being able to start mysql service? that might help too.

Re: Installation of 4.3.5

Posted: Thu Jul 23, 2020 9:58 am
by rajitha
Hi,
Can you explain more, when it happens and how, where (only locally or cloud provide environment details such PHP version, MySQL or MariaDB version, Web server)? Maybe a screenshot. If it installs correctly then there are no issues. But make sure your environment working correctly (web server, database server). If your cloud provider supports Docker images you can try https://github.com/orangehrm/orangehrm/ ... cker-image.

Thanks

Re: Installation of 4.3.5

Posted: Fri Oct 02, 2020 7:22 pm
by nate089
I finally revisited this after a while. There was a wildcard orangehrm user in MariaDB and once I removed it, it worked.