PDA

View Full Version : Fatal error: mysql error: 1146


bhoskinz
10-24-2007, 10:47 PM
I asked a friend to set up my calendar for me, and I don't think he did it correctly.

I'm using PHP My Directory and I'm trying to implement the Easy PHP Calendar.

I see the following error when I view my calendar page:
Fatal error: mysql error: [1146: Table 'weightl4_caldb.pmd_sessions' doesn't exist] in EXECUTE("UPDATE pmd_sessions SET session_data = 'last_access%7Ci%3A1193275353%3B', expiry = '1193276800', expireref = '' WHERE SessionID = '3bf33e093cb8113c5e827164938c736d'") in /home/weightl4/public_html/verobeachbusinessdirectory/includes/adodblite/adodb-errorhandler.inc.php on line 77

I'm using a separate database.

Any suggestions?

Brian
10-25-2007, 12:38 AM
That's not a calendar error. It appears to be a server error concerning PHP session variables. You should forward that error to your web host provider for assistance.

bhoskinz
10-25-2007, 11:26 AM
Thanks for your speedy response!

Bret

ve9gra
10-25-2007, 10:19 PM
The answer is in your post...
I'm using a separate database.

Put the calendar's table inside of your phpMyDirectory database and everything should be fine.

bhoskinz
10-25-2007, 10:23 PM
ve9gra: thanks for the answer.

one question: how do i export the data from the calendar db (and the tables) to the pmd database?

is it easy?

thanks again for your help.

The answer is in your post...


Put the calendar's table inside of your phpMyDirectory database and everything should be fine.

ve9gra
10-25-2007, 10:24 PM
That will depend on what you use to manage your databases. You might want to ask your friend as he might already know.

bhoskinz
10-25-2007, 10:27 PM
Okay. I'll find out from him.

Thank you!