Activity for Tony Chan

  • Tony Chan Tony Chan posted a comment on ticket #2608

    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.

  • Tony Chan Tony Chan created ticket #2608

    mrbs_entry status values

  • Tony Chan Tony Chan posted a comment on ticket #1989

    Noted i am checking with them. Thanks.

  • Tony Chan Tony Chan posted a comment on ticket #1989

    PHP version 7.2 seems to work fine.

  • Tony Chan Tony Chan posted a comment on ticket #1989

    Thanks

  • Tony Chan Tony Chan posted a comment on ticket #1989

    I am changing this in my cloud infra service provider using Cpanel

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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...

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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....

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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');

  • Tony Chan Tony Chan posted a comment on ticket #1989

    The current entry is $edit_entry_field_order = array('name', 'start_date', 'end_date', 'areas', 'rooms', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');

  • Tony Chan Tony Chan posted a comment on ticket #1989

    This was your advice in previous ticket https://sourceforge.net/p/mrbs/support-requests/1751/

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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" }

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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....

  • Tony Chan Tony Chan posted a comment on ticket #1989

    it was $edit_entry_field_order = array('name', 'start_time', 'end_time', 'room_id', 'type', 'ministry', 'contactperson', 'description', 'layout', 'refreshment');

  • Tony Chan Tony Chan posted a comment on ticket #1989

    is it one or two 'room_id' ?

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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 ( ) .. .. ..

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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');

  • Tony Chan Tony Chan posted a comment on ticket #1989

    ok let me comment it off and try again.

  • Tony Chan Tony Chan posted a comment on ticket #1989

    $disable_automatic_language_changing = 1; $default_language_tokens = "en-GB"; $override_locale = ""; Where is the language preference?

  • Tony Chan Tony Chan posted a comment on ticket #1989

    Should i try 1.7.5 instead?

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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

  • Tony Chan Tony Chan posted a comment on ticket #1989

    Thanks let me try 1.8.0

  • Tony Chan Tony Chan posted a comment on ticket #1989

    I upgraded to MRBS 1.7.4.1 Should i try 1.7.3 instead?

  • Tony Chan Tony Chan modified a comment on ticket #1989

    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:...

  • Tony Chan Tony Chan modified a comment on ticket #1989

    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:...

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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:...

  • Tony Chan Tony Chan posted a comment on ticket #1989

    Thanks. Think easier to change the lines... less risky for me.

  • Tony Chan Tony Chan posted a comment on ticket #1989

    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...

  • Tony Chan Tony Chan created ticket #1989

    MRBS 1.7.1 and php version 7.2 compatibility

  • Tony Chan Tony Chan created ticket #1751

    Upgrade from 1.7.1 to 1.7.3

  • Tony Chan Tony Chan modified a comment on ticket #1726

    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?

  • Tony Chan Tony Chan posted a comment on ticket #1726

    Actually in Outlook the calendar recurring appointment works as expected in not adding back the deleted events in the series.

  • Tony Chan Tony Chan posted a comment on ticket #1726

    Thanks for confirmation.

  • Tony Chan Tony Chan created ticket #1726

    Recurring series booking issue

  • Tony Chan Tony Chan created ticket #1602

    bookings waiting approval > more info > Please list extra info information you require > send

  • Tony Chan Tony Chan created ticket #366

    buffer time for room setup

  • Tony Chan Tony Chan created ticket #1271

    view only user and no public access

  • Tony Chan Tony Chan posted a comment on ticket #1266

    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.

  • Tony Chan Tony Chan created ticket #1266

    Field drop down scroll does not work in report

  • Tony Chan Tony Chan posted a comment on ticket #1263

    instead of browser setting, can i force it in config file? So that every user sees it as dd/mm/yyyy.

  • Tony Chan Tony Chan created ticket #1263

    change date format in reporting and goto date to dd/mm/yyyy

  • Tony Chan Tony Chan posted a comment on ticket #1262

    HTML. Thanks.

  • Tony Chan Tony Chan created ticket #1262

    Add logo to report

  • Tony Chan Tony Chan posted a comment on ticket #1258

    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.

  • Tony Chan Tony Chan posted a comment on ticket #1258

    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.

  • Tony Chan Tony Chan created ticket #1258

    import.php cater for custom fields

  • Tony Chan Tony Chan posted a comment on ticket #1127

    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.

1
MongoDB Logo MongoDB