PDA

View Full Version : Events are not saving


drgreen
10-10-2009, 12:42 PM
It appears that the application has lost connection the the db - i'm not seeing any errors on the back end or on the front end, but when you open the calendar no events are displayed and you can not save a new event. Again - no error displayed and i have checked the config.php and calendar.php files - all seems to be correct. i can open the db in phpadmin and see past events but not new events when i save one in the admin.

Thoughts? Anyway to test the connection to the db in the admin?

ve9gra
10-10-2009, 02:00 PM
Make sure that only one mode is enabled (mySQL and flat-file).

drgreen
10-10-2009, 06:55 PM
Only one mode is selected - mySQL.

Brian
10-10-2009, 07:08 PM
What version of the calendar are you using?

My best guess, the server was upgraded (mySQL) and you're running a older version of the calendar that needs to be updated to be compatible with the newer version of mySQL.

drgreen
10-12-2009, 12:52 PM
Calendar version: 6.2.11
MySQL Server version: 5.0.67

Brian
10-12-2009, 01:13 PM
You definitely need to upgrade to the latest release. Just follow the directions in the Upgrade section of the instructions.