https://bugs.contribs.org/show_bug.cgi?id=10488
--- Comment #1 from John Crisp <[email protected]> ---
Ahhh looks like this bug refers https://bugs.contribs.org/show_bug.cgi?id=8956
As a follow up, I could login after the previous changes.
I noticed if I went to Calendar I got a box with 'error server not found' or
similar that then disappeared.
I then tried going to Calendar/Preferences and it threw the following error:
A fatal error has occurred
QUERY FAILED: Unknown column 'share_parents' in 'field list' INSERT INTO
kronolith_shares (share_name, share_parents, share_owner, attribute_name,
attribute_color, perm_creator, perm_default, perm_guest, share_flags) VALUES
('9xqw-wtpof1q_1SEZM7xz1a', NULL, '[email protected]', 'Calendar of john',
'#96e606', 0, 0, 0, 0)
Details have been logged for the administrator.
I then saw that it tended to throw this lot of errors in /var/log/messages
pretty well every time a page is accessed.
Seems there is a DB error and a missing file:
/home/httpd/html/horde/conf.menu.apps.php
I wondered if I had left over templates or something from the original install
(I had the kronolith/Nag/Mnemo installed.)
I think that the various smeserver plugins for Horde 3 like
Kronlith/Nag/Mimp/Mnemo/Dimp should probably get obsoleted/conflicts by Horde 5
and info should be updated on the wiki?
I removed
smeserver-kronolith
smeserver-mnemo
smeserver-nag
Post-upgrade/reboot but still database errors
This occurs every click:
Dec 15 03:18:52 home HORDE: [kronolith] PHP ERROR:
include(/home/httpd/html/horde/conf.menu.apps.php): failed to open stream: No
such file or directory [pid 3228 on line 51 of
"/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:18:52 home HORDE: [kronolith] PHP ERROR: include(): Failed opening
'/home/httpd/html/horde/conf.menu.apps.php' for inclusion
(include_path='/home/httpd/html/horde/lib:/usr/share/pear-addons:/usr/share/pear')
[pid 3228 on line 51 of "/home/httpd/html/horde/kronolith/config/conf.php"]
This occurs with Calendar (and a nice red MySQL error box on screen too!)
Dec 15 03:20:42 home HORDE: [kronolith] PHP ERROR:
include(/home/httpd/html/horde/conf.menu.apps.php): failed to open stream: No
such file or directory [pid 3231 on line 51 of
"/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:42 home HORDE: [kronolith] PHP ERROR: include(): Failed opening
'/home/httpd/html/horde/conf.menu.apps.php' for inclusion
(include_path='/home/httpd/html/horde/lib:/usr/share/pear-addons:/usr/share/pear')
[pid 3231 on line 51 of "/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:42 home HORDE: [kronolith] PHP ERROR:
include(/home/httpd/html/horde/conf.menu.apps.php): failed to open stream: No
such file or directory [pid 3231 on line 51 of
"/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:42 home HORDE: [kronolith] PHP ERROR: include(): Failed opening
'/home/httpd/html/horde/conf.menu.apps.php' for inclusion
(include_path='/home/httpd/html/horde/lib:/usr/share/pear-addons:/usr/share/pear')
[pid 3231 on line 51 of "/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:43 home HORDE: [kronolith] PHP ERROR:
include(/home/httpd/html/horde/conf.menu.apps.php): failed to open stream: No
such file or directory [pid 3231 on line 51 of
"/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:43 home HORDE: [kronolith] PHP ERROR: include(): Failed opening
'/home/httpd/html/horde/conf.menu.apps.php' for inclusion
(include_path='/home/httpd/html/horde/lib:/usr/share/pear-addons:/usr/share/pear')
[pid 3231 on line 51 of "/home/httpd/html/horde/kronolith/config/conf.php"]
Dec 15 03:20:43 home HORDE: [kronolith] SQL QUERY FAILED: Unknown column
'event_timezone' in 'field list' #011SELECT event_id, event_uid,
event_description, event_location, #011 event_private, event_status,
event_attendees, event_title, #011 event_recurcount, event_url,
event_timezone, event_recurtype, #011 event_recurenddate, event_recurinterval,
event_recurdays, event_start, #011 event_end, event_allday, event_alarm,
event_alarm_methods, #011 event_modified, event_exceptions, event_creator_id,
event_resources, #011 event_baseid, event_exceptionoriginaldate FROM
kronolith_events WHERE #011 calendar_id = 'QREWuGidPo0F6a97d6lr7w_' AND
((event_end >= '2017-11-26 #011 00:00:00' AND event_start <= '2018-01-06
23:59:59') OR #011 (event_recurenddate >= '2017-11-26 00:00:00' AND
event_start <= #011 '2018-01-06 23:59:59' AND event_recurtype <> 0)) [pid 3231
on line 318 of "/usr/share/pear/Horde/Db/Adapter/Mysqli.php"]
OK, seems there was a missing table on my home box. No idea why?
Fixed with:
ALTER TABLE `kronolith_events` ADD `event_timezone` VARCHAR( 50 ) CHARACTER SET
latin1 COLLATE latin1_swedish_ci NULL DEFAULT '';
So just the missing file to find !
Ahhhh. Got that too.
Because the old smeserver contribs were there, they left templates that have
overwritten the new file:
/home/httpd/html/horde/kronolith/config/conf.php
Joy.
That look like it should be been generated from the conf.xml file
So the question, if I have now removed the template, how do I regenerate the
conf.php file ?
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/