JCalv1.6.176_beta New Install not upgrade
JCal theme: default
J!1.5RC4 English
PHP 5.2.4
I just upgraded from J!1.5RC3 to J!1.5RC4 and JCalPro is now only showing a daily view with no other options in the front-end.
This is due to all the the JCalPro config settings being ignored or rather they are now all blank in the in the admin panel and changes cannot be saved.
The jos__jcalpro_config tbale is still correctly populated, however but it's defaulting to the settings in the admin panel with only a daily view available and everything else set to blank or 0.
I noticed here
http://www.joomla.org/content/view/4340/1/ at the bottom that there were some mysql changes in RC4 to the mysql database - here's the specific syntax:
UPDATE `jos_plugins` SET `ordering` = `ordering` + 1 WHERE `folder` LIKE 'system';
UPDATE `jos_plugins` SET `name` = 'System - SEF', `folder` = 'system', `ordering` = 1 WHERE element LIKE 'sef';
-- 26-Oct-2007 --
-- Database index optimizations
ALTER TABLE `jos_categories`
DROP INDEX `idx_section`;
ALTER TABLE `jos_components`
ADD INDEX `parent_option` ( `parent` , `option` ( 32 ) );
ALTER TABLE `jos_contact_details`
ADD INDEX `catid` ( `catid` );
ALTER TABLE `jos_content`
ADD INDEX `idx_createdby` ( `created_by` ),
DROP INDEX `idx_mask`;
Has the change in the jos_components or any of the above impact JCalPro in RC4?
I've uninstalled JCalPro, deleted all folders, removed mysql tables, deleted menu link and reinstalled full package to no avail.
Anybody else tried it in RC4?