Get-Wireless 2 Posted September 27, 2006 Posted September 27, 2006 I have installed this contrib. I have searched for a support thread but couldnt find one. Everything on the front end works great IE: Create tickets View tickets Customer gets the email However when I try to go to myadmin page I get the following error 1146 - Table 'getwi_dev.TABLE_TICKET_STATUS' doesn't exist select ticket_status_name, ticket_status_id from TABLE_TICKET_STATUS where ticket_language_id = '1' [TEP STOP] I have looked in phpmyadmin and the table ticket_status does exist? Also if I try to view any of the ticket.php files on the admin side I get an error saying that the table does not exist even tho it does? Anybody got any ideas to cure this please? Quote Contributions installed so far Discount Coupon Codes Ultimate SEO Urls Star Product Product Description Header template Modern design Search box Add to favorites Discount Plus All Manufacturers Loginbox Best Lightbox V2 Optional Related Products Plus Many more
case510 Posted October 12, 2006 Posted October 12, 2006 Hello I have not worked with this particular contribution but this is general problem when they forget to insert a record into admin/includes/database_tables.php and /includes/database_tables.php If the record below does not exist there please add it to both files: // added for support ticket define('TABLE_TICKET_STATUS', 'ticket_status'); // end of support ticket Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.