PDA

View Full Version : MYSQL Error integrating with Expression Engine


Lou
10-01-2009, 12:53 PM
MySQL ERROR: Error Number: 1146

"Description: Table 'easyphp_calendar.exp_template_groups' doesn't exist"

Now I'm not sure why this would happen but the flat file DB works like a charm. Any ideas as to why I get this error...

ve9gra
10-01-2009, 01:04 PM
Use the same database as your CMS. If you use a separate database, that's what's gonna happen.

See how it's looking for the table exp_template_groups in the database... that table is in your CMS database.

Don't worry about having another table in your original database as all it does is add a single table called epc_calendar.

Lou
10-01-2009, 01:27 PM
Oh, OK I thought I needed to create a new DB (seperate) since it's its own little app. I'm going to try your suggestion. Thanks.

Lou
10-02-2009, 10:32 AM
Use the same database as your CMS. If you use a separate database, that's what's gonna happen.

See how it's looking for the table exp_template_groups in the database... that table is in your CMS database.

Don't worry about having another table in your original database as all it does is add a single table called epc_calendar.

Thank you it is working now. I just assumed that I needed a seperate MySQL DB for this app. Ok, off to post my next question. :thanks: