[rt-users] table not found error

Chaim Rieger chaim.rieger at gmail.com
Fri Apr 24 18:37:43 EDT 2009


DBD::mysql::st execute failed: Table 'rt3.Users' doesn't exist at

however when i go into mysql
show tables;
mysql> show tables;
+-------------------------+
| Tables_in_rt3           |
+-------------------------+
| CustomFields            |
| ObjectCustomFields      |
| ScripActions            |
| ScripConditions         |
| Scrips                  |
| Templates               |
| acl                     |
| attachments             |
| attributes              |
| cachedgroupmembers      |
| customfieldvalues       |
| groupmembers            |
| groups                  |
| links                   |
| objectcustomfieldvalues |
| principals              |
| queues                  |
| sessions                |
| tickets                 |
| transactions            |
| users                   |
+-------------------------+
21 rows in set (0.00 sec)

mysql> exit


i moved the rt instance to a new server, and its looking for the Users 
table but theres only a users table ?

am i missing something here ?



More information about the rt-users mailing list