Warning: include_once(/../operations/get_cssfixfront.php): failed to open stream: No such file or directory in /home4/omwnaz/public_html/wp-content/plugins/party-hall-booking-management-system/includes/calendar_shortcode.php on line 95
Warning: include_once(): Failed opening ‘/../operations/get_cssfixfront.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home4/omwnaz/public_html/wp-content/plugins/party-hall-booking-management-system/includes/calendar_shortcode.php on line 95
Warning: include_once(/../operations/get_cssfixfront.php): failed to open stream: No such file or directory in /home4/omwnaz/public_html/wp-content/plugins/party-hall-booking-management-system/includes/managebooking_shortcode.php on line 12
Warning: include_once(): Failed opening ‘/../operations/get_cssfixfront.php’ for inclusion (include_path=’.:/opt/php54/lib/php’) in /home4/omwnaz/public_html/wp-content/plugins/party-hall-booking-management-system/includes/managebooking_shortcode.php on line 12
Room From Date To Date Email Phone
Room From Date To Date Email Phone
https://metrowestchurch.org/ccb-booking-calendar-2/
https://www.ads-software.com/plugins/party-hall-booking-management-system/
]]>We already have a Google calendar that we use to manage bookings to our church halls. I’m looking for a plugin that integrates with this Google calendar. It is possible with this plugin?
https://www.ads-software.com/plugins/party-hall-booking-management-system/
]]>Hi, is it possible to force the bookings to be of one day only?
https://www.ads-software.com/plugins/party-hall-booking-management-system/
]]>On both the bookings and manage bookings front end pages, I was getting ugly error messages that it couldn’t open the stream concerning the get_cssfixfront.php file blah blah. (Line 95 for the bookings and line 12 for the manager)
So for calendar_shortcode.php on line 95 and managebooking_shortcode.php on line 12, I replaced
include_once('/../operations/get_cssfixfront.php');
with
include_once( dirname(dirname(__FILE__)) . '/operations/get_cssfixfront.php' );
per this webpage’s helpful clues: https://core.trac.www.ads-software.com/ticket/17092 and it worked for me. Sharing in case it may save someone else a chunk of trying to figure it out like I did. If someone else has a better solution, I would appreciate sharing it! (www.swaukteanawaygrange.com/ccb-booking-calendar/ if needed – no booking content yet, just got plugin working.) Thanks.
https://www.ads-software.com/plugins/party-hall-booking-management-system/
]]>