Hello,
I try to install pM Pro 2.41 with Version 2.4 Installation Script. Everything workes fine till I get to step 4. All tables except table pm_event are installed without problems. But for table pm_event I get this error:
MySQL Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'repeat char(2) not null, t_stamp int unsigned not null, year char(4) not nul' at line 4
Query: create table pm_events ( id int unsigned not null auto_increment primary key, link_id varchar(50) not null, repeat char(2) not null, t_stamp int unsigned not null, year char(4) not null, month char(2) not null, day char(2) not null, show_time char(1) not null, title tinytext not null, description text not null )
Error. Unable to create table: pm_events
Does anybody know this error? My MySQL and PHP isnt that fluent.
I’m working on Win XP Prof with
xampp 2.1
Apache/2.0.55 (Win32)
PHP/5.0.5
MySQL 5.0.15-nt
Greetings, M.
