cobracommandant Posted October 8, 2008 Posted October 8, 2008 (edited) I'm guessing I did something wrong, anyway, I'm not a programmer but have worked with HTML and CSS. First, site has a couple of changed catagories and youtube contribution. Second, I selected my database in myphpadmin and imported the table. I see it on the left-handside called rotator. I copied and pasted what i needed to do and uploaded everything. I follewed each direction and checked over and over for 2 days. If you can help, please do so. It doesn't feel good when simple things go wrong... :blush: ERROR I'm getting from browser is... 1146 - Table 'ponyboy_express.TABLE_ROTATOR' doesn't exist select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s,TABLE_ROTATOR f where p.products_status = '1' and f.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and f.status = '1' order by rand() DESC LIMIT 12 [TEP STOP] Edited October 8, 2008 by cobracommandant Quote
♥geoffreywalton Posted October 9, 2008 Posted October 9, 2008 Looks like a contribution was installed and the step to add a table name to the table deinition file was not done correctly. There would also be some instructions to follow that would run some sql commands, that create a table in the db. Quote Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
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.