What is your advice in this case ?crythias wrote:This means the otrs database Creds are invalid for MySQL connection.
Search found 14 matches
- 21 Jun 2014, 06:51
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
- 20 Jun 2014, 13:24
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Hi, can you insert the database .sql scripts manually? it is described in /opt/otrs/README.database Florian I've followed the instructions in /opt/otrs/README.database file. Run below commands by login as mysql root user: mysql> mysql -u root -p -e 'create database otrs charset utf8' -> mysql -u ro...
- 20 Jun 2014, 12:49
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
I've removed these user accounts now and re-attempted. But again error.RStraub wrote:otrs3 is the user and db that I created (pw is 123456).
The Config.pm doesn't seem to be misconfigured. I'm sorry but debugging will become really hard without mysql access.
- 18 Jun 2014, 06:44
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Config.pm uploaded to below url. Please check it.RStraub wrote:Same here, cannot login.
Could you post your Config.pm please (esp. the part about the database connection)?
And black out your password
http://198.27.105.229/Config.pm.txt
- 17 Jun 2014, 06:53
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Can anyone try the install ? This is a test VPS, so it won't be a problem.
http://198.27.105.229/otrs/installer.pl
MySQL User: root
Password: 123456
I tried to install again, with a new database name. Everything is completed with out errors, still user not found.
http://198.27.105.229/otrs/installer.pl
MySQL User: root
Password: 123456
I tried to install again, with a new database name. Everything is completed with out errors, still user not found.
- 17 Jun 2014, 06:40
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Hi Jojo, actually I skipped the email configuration part (plz see the below image) in that installation process. Other steps were successful.jojo wrote:you should have a error in the installer or if you are installing manually you left out a part

- 16 Jun 2014, 12:44
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
When I run the command, it says:
root@cloud1:~# service otrs stop
otrs: unrecognized service
root@cloud1:~#
root@cloud1:~# service otrs stop
otrs: unrecognized service
root@cloud1:~#
- 16 Jun 2014, 08:10
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
I've reattempted the installation again today.
All steps were successful and I thoroughly watched it. Got the login url, username and password in the installation final page. But login landed with error
Don't know whats wrong.
All steps were successful and I thoroughly watched it. Got the login url, username and password in the installation final page. But login landed with error
Don't know whats wrong.
- 14 Jun 2014, 06:54
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Here is the output of 'users' table:
mysql> SELECT * FROM users;
Empty set (0.01 sec)
mysql>
I am using index.tpl only for login.
mysql> SELECT * FROM users;
Empty set (0.01 sec)
mysql>
I am using index.tpl only for login.
- 13 Jun 2014, 13:53
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Yes, finised the installation steps and finally I got the login url, username and password. Please see the screenshot of the final page at 

- 13 Jun 2014, 13:37
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
In otrs db, 91 tables found total.
The table 'customer_user' shows as:
mysql> SELECT * FROM customer_user;
Empty set (0.00 sec)
mysql>
Do you want me to check any other table ?
The table 'customer_user' shows as:
mysql> SELECT * FROM customer_user;
Empty set (0.00 sec)
mysql>
Do you want me to check any other table ?
- 13 Jun 2014, 11:16
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Giulio Soleni, Thanks for your update. I tried the steps you mentionedm but I am still getting login error. In your Step 1 you told, '$Self->{SecureMode} = '0';' not found in Config.pm file, I added that line into the file and then cleaned the mysql db and used the installer.pl file and installed ag...
- 11 Jun 2014, 12:00
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
Re: OTRS login not working after installation
Yes, its a fresh installation.
I've followed the instructions from tutorial and done it.
I've followed the instructions from tutorial and done it.
- 11 Jun 2014, 10:59
- Forum: General
- Topic: OTRS login not working after installation
- Replies: 27
- Views: 21014
OTRS login not working after installation
I have installed OTRS on my ubuntu 12.10 server and it doesn't allow me to login. I am getting following error in error log: The error > Message: No UserID found for 'root@localhost'! mysql> select * from users; Empty set (0.00 sec) mysql> No users in table. Detailed error log at http://198.27.105.2...