I've got the same problem with my installation.
I'm using the latest versions of the module and it's dependencies.
The CMS Made Simple version is 1.9.3, running on Windows Server 2008 R2 with Apache 2.2.17, PHP 5.3.5 and MySQL 5.5.8.
Search found 3 matches
- Tue Feb 08, 2011 8:39 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Howto use CGGoogleMaps - gives error
- Replies: 3
- Views: 1604
- Tue Dec 30, 2008 11:03 pm
- Forum: Modules/Add-Ons
- Topic: Accessing Menu Manager stuff from outside cmsms? [SOLVED]
- Replies: 6
- Views: 2728
Re: Accessing Menu Manager stuff from outside cmsms? [SOLVED]
Ok. Here goes. All the "nide" stuff is just cause I didn't want to call it "node" but that is what I meant. No idea what happens in PHP if I confuse variable names somehow and I didn't want to find out. <!-- PHP --> class nide { var $id = '3'; } $prevdepth = 1; $origdepth = 1;...
- Sat Dec 20, 2008 2:53 pm
- Forum: Modules/Add-Ons
- Topic: Calendar 1.0 error
- Replies: 3
- Views: 1462
Calendar 1.0 error
It gives me this error when I'm trying to post in the Calendar 1.0: FATAL ERROR: QUERY = INSERT INTO cms_module_calendar_events (event_id,event_title,event_summary,event_details ,event_date_start,event_date_end,event_parent_id ,event_recur_period, event_date_recur_end, event_created_by ,event_recur_...