Thanks. It seems the number of bookings pending approval is equal to the number of records with mrbs_entry.status = '2'. Not sure if i am reading this correctly.
mrbs_entry status values
Noted i am checking with them. Thanks.
PHP version 7.2 seems to work fine.
Thanks
I am changing this in my cloud infra service provider using Cpanel
I changed the setting to PHP 7.3 I get errors on loading page Uncaught exception 'MRBS\DBException' in /home/wesleymc/public_html/wfbsdev/lib/MRBS/DB.php at line 78 could not find driver SQL: Params: 0 /home/wesleymc/public_html/wfbsdev/lib/MRBS/DBFactory.php(16): MRBS\DB->__construct('localhost', '#####', '#####, 'wesleymc_wfbsde...', false, 3306) 1 /home/wesleymc/public_html/wfbsdev/dbsys.inc(36): MRBS\DBFactory::create('mysql', 'localhost', '#####', '####', 'wesleymc_wfbsde...', false, NULL) 2...
To complete the upgrade the database now needs to be upgraded. Please backup your database before proceeding. Upgrading to database version: 54 OK Upgrading to database version: 55 OK Upgrading to database version: 56 OK Upgrading to database version: 57 OK Upgrading to database version: 58 OK Upgrading to database version: 59 OK Upgrading to database version: 60 OK Upgrading to database version: 61 OK Upgrading to database version: 62 OK Upgrading to database version: 63 OK Database upgrade completed....
The previous ticket suggested to change to $edit_entry_field_order = array('name', 'start_time', 'end_time', 'room_id', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');
The current entry is $edit_entry_field_order = array('name', 'start_date', 'end_date', 'areas', 'rooms', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');
This was your advice in previous ticket https://sourceforge.net/p/mrbs/support-requests/1751/
array(11) { [0]=> string(4) "name" [1]=> string(10) "start_date" [2]=> string(8) "end_date" [3]=> string(5) "areas" [4]=> string(5) "rooms" [5]=> string(4) "type" [6]=> string(8) "ministry" [7]=> string(13) "contactperson" [8]=> string(11) "description" [9]=> string(6) "layout" [10]=> string(11) "refreshment" }
I redo the upgrade to 1.8.0 and this is the error Notice: Please check your config file. The value 'start_date' in the variable $edit_entry_field_order has been replaced by 'start_time'. in /home/wesleymc/public_html/wfbsdev/internalconfig.inc.php on line 138 Notice: Please check your config file. The value 'end_date' in the variable $edit_entry_field_order has been replaced by 'end_time'. in /home/wesleymc/public_html/wfbsdev/internalconfig.inc.php on line 146 Notice: Please check your config file....
it was $edit_entry_field_order = array('name', 'start_time', 'end_time', 'room_id', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');
is it one or two 'room_id' ?
Uncaught exception 'MRBS\DBException' in /home/wesleymc/public_html/wfbsdev/lib/MRBS/DB.php at line 187 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'wesleymc_wfbsdev.mrbs_room' doesn't exist SQL: SHOW COLUMNS FROM mrbs_room Params: Array ( ) .. .. ..
ok but i am still getting errors... is the amendment correct? $edit_entry_field_order = array('name', 'start_time', 'end_time', 'room_id', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');
ok let me comment it off and try again.
$disable_automatic_language_changing = 1; $default_language_tokens = "en-GB"; $override_locale = ""; Where is the language preference?
Should i try 1.7.5 instead?
Fatal error: Uncaught Exception: MRBS: could not set language to 'en-GB' in /home/wesleymc/public_html/wfbsdev/language.inc:167 Stack trace: #0 /home/wesleymc/public_html/wfbsdev/defaultincludes.inc(25): require_once() #1 /home/wesleymc/public_html/wfbsdev/index.php(8): require('/home/wesleymc/...') #2 {main} thrown in /home/wesleymc/public_html/wfbsdev/language.inc on line 167
Thanks let me try 1.8.0
I upgraded to MRBS 1.7.4.1 Should i try 1.7.3 instead?
hi, I am still getting errors after upgrade to 1.7.4.1 When i try to save booking entry, E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 9 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 4 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 1 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1425 Uninitialized string offset:...
hi, I am still getting errors after upgrade to 1.7.4.1 When i try to save booking entry, E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 9 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 4 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 1 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1425 Uninitialized string offset:...
hi, I am still getting errors after upgrade to 1.7.4.1 When i try to save booking entry, E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 9 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 4 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1448 Uninitialized string offset: 1 E_NOTICE in /home/wesleymc/public_html/wfbsdev/language.inc at line 1425 Uninitialized string offset:...
Thanks. Think easier to change the lines... less risky for me.
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/wesleymc/public_html/wfbs/lib/PHPMailer/PHPMailerAutoload.php on line 45 Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/wesleymc/public_html/wfbs/internalconfig.inc.php on line 497 Warning: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time in /home/wesleymc/public_html/wfbs/internalconfig.inc.php on...
MRBS 1.7.1 and php version 7.2 compatibility
Upgrade from 1.7.1 to 1.7.3
Actually in Outlook the calendar recurring appointment works as expected in not adding back the deleted events in the series. Consider same model for the enhancement?
Actually in Outlook the calendar recurring appointment works as expected in not adding back the deleted events in the series.
Thanks for confirmation.
Recurring series booking issue
bookings waiting approval > more info > Please list extra info information you require > send
buffer time for room setup
view only user and no public access
Yes the behaviour is a <datalist> then. I have other custom fields as well. So the event create entry form for the same fields are <select> elements? since there is scrolling.
Field drop down scroll does not work in report
instead of browser setting, can i force it in config file? So that every user sees it as dd/mm/yyyy.
change date format in reporting and goto date to dd/mm/yyyy
HTML. Thanks.
Add logo to report
Or if i were to upload google calendar ical events by batches into MRBS and if your report.php allows to specify custom field names and values, that could be useful as well.
My custom fields are of varchar type... added to entry table eg. layout, refreshments, contact person. Since the events are exported from google as ical and then loaded into MRBS, i agree the best way to update the additional custom field record values is by ID as record identifier key.
import.php cater for custom fields
hi Campbell, The import tool is really useful. However the import does not handle additional custom fields. After importing the ical entries, what is the best way to update values for custom fields? Thanks.