Zickey Calendar
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 20, 2018 (RSS)
By Deborah - October 12, 2018
Hi, Everyone.
I'm wondering if anyone here knows if the Zickey calendar will function with php7 and if so, if any modifications were needed.
The latest references to the calendar that I can find in the forum date back to 2015. It's a slick little calendar and I'm hoping someone has it running on 7.
~ Deborah
Hi Deborah,
After updating the http://www.TheCMSBCookbook.com site to PHP7 and CMSB version 3.15, I only found a small issue with the calendar demo at http://www.thecmsbcookbook.com/calendar5.php requiring attention.
Unless I moved the header line <?php header('Content-type: text/html; charset=utf-8'); ?> to after the 'load viewer library' call, or I'd get the errors:
E_USER_ERROR: removePrefixedCookie: Can't remove cookie(loginsession), headers already sent! Output started in /home3/ellescho/public_html/thecmsbcookbook/calendar5.php line 1.
/home3/ellescho/public_html/thecmsbcookbook/cmsAdmin/lib/common.php (line 757) http://www.thecmsbcookbook.com/calendar5.php
AND
E_WARNING: session_start(): Cannot send session cache limiter - headers already sent (output started at /home3/ellescho/public_html/thecmsbcookbook/calendar5.php:1)
/home3/ellescho/public_html/thecmsbcookbook/cmsAdmin/lib/init.php (line 713) http://www.thecmsbcookbook.com/calendar5.php
I'd be interested to hear how implementation goes for you and to learn from your discoveries.
Best,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
By Deborah - November 20, 2018
Jerry, thank you so much for sharing your findings!
My client may not be moving forward with their upgrade very soon, but if/when they do I'll be sure to post back and let you know. It's helpful also to know that I can consider using the calendar again on new projects.
Thanks again!
~ Deborah