I am unable to complete the installation of the database tables because of an ommission in the sql code in the ac-install.php file
This is the message I get during install:
Error creating database table - Insert Data - ITEMS
INSERT INTO `bookings_items` SET `id` = 1, `id_user` = 1, `desc_en` = 'Demo Item', `desc_es` = 'Demostración', `list_order`= 1, `state` = 1
Field 'id_ref_external' doesn't have a default value
What happens is that only 4 out of the 6 tables are created.
If I make the table: bookings_items id_ref_external NULL in the ac-install.php then start again with an empty database and re run the install script I then get all 6 tables, but further problems occur .....
When I try to login to the admin I get: ac-config.inc.php not found
When I go to main calendar page I see 3 boxes where the calendars should be and text inside each saying:
C:\apache\htdocs\calendar\ac-includes\ajaxac-config.inc.php not found
What is causing this error and how can get things working.
Many thanks.
Stephen.