Message: mysqli_real_connect(): (HY000/1040): Too many connections
Filename: drivers/adodb-mysqli.inc.php
Line Number: 113
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in CONNECT(localhost, '****', '****', www)
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: Cannot connect to database adodb
Filename: libraries/adodbloader.php
Line Number: 46
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("set names 'utf8'")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT programme_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme' not exists, please create it with
create table programme (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT programme_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint programme_varchar_pk primary key (uuid, name, seq),
constraint programme_varchar_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_varchar' not exists, please create it with
create table programme_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint programme_varchar_pk primary key (uuid, name, seq),
constraint programme_varchar_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint programme_text_pk primary key (uuid, name, seq),
constraint programme_text_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_text' not exists, please create it with
create table programme_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint programme_text_pk primary key (uuid, name, seq),
constraint programme_text_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint programme_number_pk primary key (uuid, name, seq),
constraint programme_number_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_number' not exists, please create it with
create table programme_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint programme_number_pk primary key (uuid, name, seq),
constraint programme_number_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint programme_datetime_pk primary key (uuid, name, seq),
constraint programme_datetime_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_datetime' not exists, please create it with
create table programme_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint programme_datetime_pk primary key (uuid, name, seq),
constraint programme_datetime_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint programme_file_pk primary key (uuid, filename),
constraint programme_file_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_file' not exists, please create it with
create table programme_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint programme_file_pk primary key (uuid, filename),
constraint programme_file_fk_uuid foreign key (uuid) references programme (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table programme_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint programme_seq_fk_oid foreign key (oid) references programme (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_seq' not exists, please create it with
create table programme_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint programme_seq_fk_oid foreign key (oid) references programme (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `programme_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `programme_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `programme` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'programme_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `programme_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `programme_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `programme` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT alias_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias' not exists, please create it with
create table alias (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT alias_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_data (
uuid bigint unsigned not null,
alias_url varchar(255),
internal_page varchar(1000),
constraint alias_data_pk primary key (uuid),
constraint alias_data_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_data' not exists, please create it with
create table alias_data (
uuid bigint unsigned not null,
alias_url varchar(255),
internal_page varchar(1000),
constraint alias_data_pk primary key (uuid),
constraint alias_data_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint alias_varchar_pk primary key (uuid, name, seq),
constraint alias_varchar_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_varchar' not exists, please create it with
create table alias_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint alias_varchar_pk primary key (uuid, name, seq),
constraint alias_varchar_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint alias_text_pk primary key (uuid, name, seq),
constraint alias_text_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_text' not exists, please create it with
create table alias_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint alias_text_pk primary key (uuid, name, seq),
constraint alias_text_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint alias_number_pk primary key (uuid, name, seq),
constraint alias_number_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_number' not exists, please create it with
create table alias_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint alias_number_pk primary key (uuid, name, seq),
constraint alias_number_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint alias_datetime_pk primary key (uuid, name, seq),
constraint alias_datetime_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_datetime' not exists, please create it with
create table alias_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint alias_datetime_pk primary key (uuid, name, seq),
constraint alias_datetime_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint alias_file_pk primary key (uuid, filename),
constraint alias_file_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_file' not exists, please create it with
create table alias_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint alias_file_pk primary key (uuid, filename),
constraint alias_file_fk_uuid foreign key (uuid) references alias (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table alias_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint alias_seq_fk_oid foreign key (oid) references alias (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_seq' not exists, please create it with
create table alias_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint alias_seq_fk_oid foreign key (oid) references alias (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `alias_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `alias_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `alias` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'alias_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `alias_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `alias_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `alias` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("select DISTINCT `alias`.*, `alias_release`.`modified_time` last_modified, `alias_data`.* from alias join alias_data using( uuid ) join alias_release using( uuid )
where 1 and alias.deleted = 'N' and alias.saved = 'Y' and alias_release.hash = unhex( 'A1' ) ORDER BY `alias`.`oid` DESC ")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 493
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 542
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: core/frontbase.php
Line Number: 71
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT share_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share' not exists, please create it with
create table share (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT share_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_data (
uuid bigint unsigned not null,
first_name varchar(255),
last_name varchar(255),
display_name varchar(255),
display_language varchar(255),
is_enabled varchar(255),
highlight_at_listing varchar(255),
highlight_photo varchar(255),
highlight_summary varchar(255),
highlight_summary_cht varchar(255),
highlight_summary_chs varchar(255),
year bigint,
photo varchar(255),
constraint share_data_pk primary key (uuid),
constraint share_data_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_data' not exists, please create it with
create table share_data (
uuid bigint unsigned not null,
first_name varchar(255),
last_name varchar(255),
display_name varchar(255),
display_language varchar(255),
is_enabled varchar(255),
highlight_at_listing varchar(255),
highlight_photo varchar(255),
highlight_summary varchar(255),
highlight_summary_cht varchar(255),
highlight_summary_chs varchar(255),
year bigint,
photo varchar(255),
constraint share_data_pk primary key (uuid),
constraint share_data_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint share_varchar_pk primary key (uuid, name, seq),
constraint share_varchar_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_varchar' not exists, please create it with
create table share_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint share_varchar_pk primary key (uuid, name, seq),
constraint share_varchar_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint share_text_pk primary key (uuid, name, seq),
constraint share_text_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_text' not exists, please create it with
create table share_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint share_text_pk primary key (uuid, name, seq),
constraint share_text_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint share_number_pk primary key (uuid, name, seq),
constraint share_number_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_number' not exists, please create it with
create table share_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint share_number_pk primary key (uuid, name, seq),
constraint share_number_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint share_datetime_pk primary key (uuid, name, seq),
constraint share_datetime_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_datetime' not exists, please create it with
create table share_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint share_datetime_pk primary key (uuid, name, seq),
constraint share_datetime_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint share_file_pk primary key (uuid, filename),
constraint share_file_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_file' not exists, please create it with
create table share_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint share_file_pk primary key (uuid, filename),
constraint share_file_fk_uuid foreign key (uuid) references share (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table share_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint share_seq_fk_oid foreign key (oid) references share (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_seq' not exists, please create it with
create table share_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint share_seq_fk_oid foreign key (oid) references share (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `share_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `share_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `share` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'share_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `share_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `share_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `share` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT activity_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity' not exists, please create it with
create table activity (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT activity_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_data (
uuid bigint unsigned not null,
title varchar(255),
title_cht varchar(255),
title_chs varchar(255),
urlkey varchar(255),
is_enabled varchar(255),
highlight_at_listing varchar(255),
highlight_photo varchar(255),
cover_image_type varchar(255),
cover_image_long varchar(255),
cover_image_short varchar(255),
video_cover varchar(255),
category varchar(255),
date date,
display_date varchar(255),
publish_date datetime,
expiry_date datetime,
constraint activity_data_pk primary key (uuid),
constraint activity_data_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_data' not exists, please create it with
create table activity_data (
uuid bigint unsigned not null,
title varchar(255),
title_cht varchar(255),
title_chs varchar(255),
urlkey varchar(255),
is_enabled varchar(255),
highlight_at_listing varchar(255),
highlight_photo varchar(255),
cover_image_type varchar(255),
cover_image_long varchar(255),
cover_image_short varchar(255),
video_cover varchar(255),
category varchar(255),
date date,
display_date varchar(255),
publish_date datetime,
expiry_date datetime,
constraint activity_data_pk primary key (uuid),
constraint activity_data_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint activity_varchar_pk primary key (uuid, name, seq),
constraint activity_varchar_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_varchar' not exists, please create it with
create table activity_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint activity_varchar_pk primary key (uuid, name, seq),
constraint activity_varchar_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint activity_text_pk primary key (uuid, name, seq),
constraint activity_text_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_text' not exists, please create it with
create table activity_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint activity_text_pk primary key (uuid, name, seq),
constraint activity_text_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint activity_number_pk primary key (uuid, name, seq),
constraint activity_number_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_number' not exists, please create it with
create table activity_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint activity_number_pk primary key (uuid, name, seq),
constraint activity_number_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint activity_datetime_pk primary key (uuid, name, seq),
constraint activity_datetime_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_datetime' not exists, please create it with
create table activity_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint activity_datetime_pk primary key (uuid, name, seq),
constraint activity_datetime_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint activity_file_pk primary key (uuid, filename),
constraint activity_file_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_file' not exists, please create it with
create table activity_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint activity_file_pk primary key (uuid, filename),
constraint activity_file_fk_uuid foreign key (uuid) references activity (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table activity_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint activity_seq_fk_oid foreign key (oid) references activity (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_seq' not exists, please create it with
create table activity_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint activity_seq_fk_oid foreign key (oid) references activity (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `activity_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `activity_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `activity` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'activity_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `activity_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `activity_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `activity` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("select count(1) from (select 1 from activity join activity_data using( uuid ) join activity_release using( uuid )
JOIN `activity_varchar` t1 ON (`activity`.`uuid` = t1.`uuid` and t1.`name` = 'programme' AND t1.`value` = '') where 1 and activity.deleted = 'N' and activity.saved = 'Y' and activity_release.hash = unhex( 'A1' ) and (publish_date <= '' and expiry_date > '' and is_enabled = '') ) cnt")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("select DISTINCT `activity`.*, `activity_release`.`modified_time` last_modified, `activity_data`.* from activity join activity_data using( uuid ) join activity_release using( uuid )
JOIN `activity_varchar` t1 ON (`activity`.`uuid` = t1.`uuid` and t1.`name` = 'programme' AND t1.`value` = '') where 1 and activity.deleted = 'N' and activity.saved = 'Y' and activity_release.hash = unhex( 'A1' ) and (publish_date <= '' and expiry_date > '' and is_enabled = '') LIMIT 0, 1")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 493
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 542
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("select count(1) from (select 1 from activity join activity_data using( uuid ) join activity_release using( uuid )
JOIN `activity_varchar` t1 ON (`activity`.`uuid` = t1.`uuid` and t1.`name` = 'programme' AND t1.`value` = '') where 1 and activity.deleted = 'N' and activity.saved = 'Y' and activity_release.hash = unhex( 'A1' ) and (publish_date <= '' and expiry_date > '' and is_enabled = '') ) cnt")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: Warning
Message: mysqli_real_escape_string() expects parameter 1 to be mysqli, boolean given
Filename: drivers/adodb-mysqli.inc.php
Line Number: 227
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("select DISTINCT `activity`.*, `activity_release`.`modified_time` last_modified, `activity_data`.* from activity join activity_data using( uuid ) join activity_release using( uuid )
JOIN `activity_varchar` t1 ON (`activity`.`uuid` = t1.`uuid` and t1.`name` = 'programme' AND t1.`value` = '') where 1 and activity.deleted = 'N' and activity.saved = 'Y' and activity_release.hash = unhex( 'A1' ) and (publish_date <= '' and expiry_date > '' and is_enabled = '') ORDER BY RAND() LIMIT 0, 1")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 493
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: entity/entity.php
Line Number: 542
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/programme.php
Line Number: 301
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT highlight_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight' not exists, please create it with
create table highlight (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT highlight_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_data (
uuid bigint unsigned not null,
name varchar(255),
name_cht varchar(255),
name_chs varchar(255),
type varchar(255),
rule varchar(255),
prefix varchar(255),
keyword varchar(255),
constraint highlight_data_pk primary key (uuid),
constraint highlight_data_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_data' not exists, please create it with
create table highlight_data (
uuid bigint unsigned not null,
name varchar(255),
name_cht varchar(255),
name_chs varchar(255),
type varchar(255),
rule varchar(255),
prefix varchar(255),
keyword varchar(255),
constraint highlight_data_pk primary key (uuid),
constraint highlight_data_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint highlight_varchar_pk primary key (uuid, name, seq),
constraint highlight_varchar_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_varchar' not exists, please create it with
create table highlight_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint highlight_varchar_pk primary key (uuid, name, seq),
constraint highlight_varchar_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint highlight_text_pk primary key (uuid, name, seq),
constraint highlight_text_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_text' not exists, please create it with
create table highlight_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint highlight_text_pk primary key (uuid, name, seq),
constraint highlight_text_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint highlight_number_pk primary key (uuid, name, seq),
constraint highlight_number_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_number' not exists, please create it with
create table highlight_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint highlight_number_pk primary key (uuid, name, seq),
constraint highlight_number_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint highlight_datetime_pk primary key (uuid, name, seq),
constraint highlight_datetime_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_datetime' not exists, please create it with
create table highlight_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint highlight_datetime_pk primary key (uuid, name, seq),
constraint highlight_datetime_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint highlight_file_pk primary key (uuid, filename),
constraint highlight_file_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_file' not exists, please create it with
create table highlight_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint highlight_file_pk primary key (uuid, filename),
constraint highlight_file_fk_uuid foreign key (uuid) references highlight (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table highlight_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint highlight_seq_fk_oid foreign key (oid) references highlight (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_seq' not exists, please create it with
create table highlight_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint highlight_seq_fk_oid foreign key (oid) references highlight (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `highlight_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `highlight_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `highlight` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'highlight_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `highlight_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `highlight_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `highlight` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT subject_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject' not exists, please create it with
create table subject (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT subject_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_data (
uuid bigint unsigned not null,
name varchar(255),
name_cht varchar(255),
name_chs varchar(255),
is_enabled varchar(255),
urlkey varchar(255),
category varchar(255),
provided_by varchar(255),
icon varchar(255),
cover_image varchar(255),
study_level varchar(255),
constraint subject_data_pk primary key (uuid),
constraint subject_data_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_data' not exists, please create it with
create table subject_data (
uuid bigint unsigned not null,
name varchar(255),
name_cht varchar(255),
name_chs varchar(255),
is_enabled varchar(255),
urlkey varchar(255),
category varchar(255),
provided_by varchar(255),
icon varchar(255),
cover_image varchar(255),
study_level varchar(255),
constraint subject_data_pk primary key (uuid),
constraint subject_data_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint subject_varchar_pk primary key (uuid, name, seq),
constraint subject_varchar_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_varchar' not exists, please create it with
create table subject_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint subject_varchar_pk primary key (uuid, name, seq),
constraint subject_varchar_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint subject_text_pk primary key (uuid, name, seq),
constraint subject_text_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_text' not exists, please create it with
create table subject_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint subject_text_pk primary key (uuid, name, seq),
constraint subject_text_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint subject_number_pk primary key (uuid, name, seq),
constraint subject_number_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_number' not exists, please create it with
create table subject_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint subject_number_pk primary key (uuid, name, seq),
constraint subject_number_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint subject_datetime_pk primary key (uuid, name, seq),
constraint subject_datetime_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_datetime' not exists, please create it with
create table subject_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint subject_datetime_pk primary key (uuid, name, seq),
constraint subject_datetime_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint subject_file_pk primary key (uuid, filename),
constraint subject_file_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_file' not exists, please create it with
create table subject_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint subject_file_pk primary key (uuid, filename),
constraint subject_file_fk_uuid foreign key (uuid) references subject (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table subject_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint subject_seq_fk_oid foreign key (oid) references subject (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_seq' not exists, please create it with
create table subject_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint subject_seq_fk_oid foreign key (oid) references subject (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `subject_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `subject_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `subject` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'subject_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `subject_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `subject_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `subject` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT html_code_embed_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed' not exists, please create it with
create table html_code_embed (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT html_code_embed_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 118
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_data (
uuid bigint unsigned not null,
name varchar(255),
keyword varchar(255),
constraint html_code_embed_data_pk primary key (uuid),
constraint html_code_embed_data_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_data' not exists, please create it with
create table html_code_embed_data (
uuid bigint unsigned not null,
name varchar(255),
keyword varchar(255),
constraint html_code_embed_data_pk primary key (uuid),
constraint html_code_embed_data_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 130
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint html_code_embed_varchar_pk primary key (uuid, name, seq),
constraint html_code_embed_varchar_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_varchar' not exists, please create it with
create table html_code_embed_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint html_code_embed_varchar_pk primary key (uuid, name, seq),
constraint html_code_embed_varchar_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint html_code_embed_text_pk primary key (uuid, name, seq),
constraint html_code_embed_text_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_text' not exists, please create it with
create table html_code_embed_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint html_code_embed_text_pk primary key (uuid, name, seq),
constraint html_code_embed_text_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint html_code_embed_number_pk primary key (uuid, name, seq),
constraint html_code_embed_number_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_number' not exists, please create it with
create table html_code_embed_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint html_code_embed_number_pk primary key (uuid, name, seq),
constraint html_code_embed_number_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint html_code_embed_datetime_pk primary key (uuid, name, seq),
constraint html_code_embed_datetime_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_datetime' not exists, please create it with
create table html_code_embed_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint html_code_embed_datetime_pk primary key (uuid, name, seq),
constraint html_code_embed_datetime_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint html_code_embed_file_pk primary key (uuid, filename),
constraint html_code_embed_file_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_file' not exists, please create it with
create table html_code_embed_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint html_code_embed_file_pk primary key (uuid, filename),
constraint html_code_embed_file_fk_uuid foreign key (uuid) references html_code_embed (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table html_code_embed_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint html_code_embed_seq_fk_oid foreign key (oid) references html_code_embed (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_seq' not exists, please create it with
create table html_code_embed_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint html_code_embed_seq_fk_oid foreign key (oid) references html_code_embed (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `html_code_embed_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `html_code_embed_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `html_code_embed` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'html_code_embed_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `html_code_embed_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `html_code_embed_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `html_code_embed` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("SELECT TABLE_NAME, CASE WHEN TABLE_TYPE = 'VIEW' THEN 'V' ELSE 'T' END FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=SCHEMA()")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: Warning
Message: in_array() expects parameter 2 to be array, boolean given
Filename: entity/entityfactory.php
Line Number: 63
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT frontpage_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage' not exists, please create it with
create table frontpage (
`uuid` bigint(20) unsigned NOT NULL,
`oid` bigint(20) unsigned NOT NULL,
`saved` char(1) NOT NULL DEFAULT 'N',
`deleted` char(1) NOT NULL DEFAULT 'N',
`from_uuid` bigint(20) unsigned NOT NULL,
CONSTRAINT frontpage_pk PRIMARY KEY (`uuid`),
KEY `oid` (`oid`)
) engine=innodb charset=utf8 ;;
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint frontpage_varchar_pk primary key (uuid, name, seq),
constraint frontpage_varchar_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_varchar' not exists, please create it with
create table frontpage_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint frontpage_varchar_pk primary key (uuid, name, seq),
constraint frontpage_varchar_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 144
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint frontpage_text_pk primary key (uuid, name, seq),
constraint frontpage_text_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_text' not exists, please create it with
create table frontpage_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint frontpage_text_pk primary key (uuid, name, seq),
constraint frontpage_text_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 158
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint frontpage_number_pk primary key (uuid, name, seq),
constraint frontpage_number_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_number' not exists, please create it with
create table frontpage_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint frontpage_number_pk primary key (uuid, name, seq),
constraint frontpage_number_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 172
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint frontpage_datetime_pk primary key (uuid, name, seq),
constraint frontpage_datetime_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_datetime' not exists, please create it with
create table frontpage_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint frontpage_datetime_pk primary key (uuid, name, seq),
constraint frontpage_datetime_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 186
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint frontpage_file_pk primary key (uuid, filename),
constraint frontpage_file_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_file' not exists, please create it with
create table frontpage_file (
uuid bigint unsigned not null,
filename varchar(255) not null,
mime varchar(255) not null,
filesize bigint unsigned not null,
alt varchar(255) not null,
constraint frontpage_file_pk primary key (uuid, filename),
constraint frontpage_file_fk_uuid foreign key (uuid) references frontpage (uuid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 201
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("create table frontpage_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint frontpage_seq_fk_oid foreign key (oid) references frontpage (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_seq' not exists, please create it with
create table frontpage_seq (
oid bigint unsigned not null,
location binary(7) not null,
hash binary(1) NOT NULL,
sequence smallint(5) unsigned default '1',
primary key (oid,location,hash),
constraint frontpage_seq_fk_oid foreign key (oid) references frontpage (oid) on update cascade on delete cascade
) engine=innodb charset=utf8 ;;
Filename: entity/entityfactory.php
Line Number: 215
A PHP Error was encountered
Severity: User Error
Message: mysqli error: [1040: Too many connections] in EXECUTE("CREATE TABLE IF NOT EXISTS `frontpage_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `frontpage_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `frontpage` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';")
Filename: adodb/adodb-errorhandler.inc.php
Line Number: 77
A PHP Error was encountered
Severity: User Error
Message: table 'frontpage_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `frontpage_release` (
`hash` binary(1) NOT NULL,
`uuid` bigint(20) unsigned NOT NULL,
`modified_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`hash`,`uuid`),
CONSTRAINT `frontpage_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `frontpage` ( `uuid` )
ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=ascii COLLATE=ascii_bin COMMENT='Links to release table, represents items release';;
QF Level: 4
QR Registration No.: 07/001622/4
Registration Validity Period: 05/05/2008 to ongoing
Successful completion of this programme leads to an award within The University of Hong Kong system through HKU SPACE
Study Subsidy Scheme for Designated Professions / Sectors (SSSDP)
In 2026-27 academic year, local students enrolling and being offered the subsidised places of this programme under the SSSDP will receive a subsidy up to HK$23,390. After deduction of the subsidy, the annual tuition fee is HK$39,780.
The HKSAR Government actively promotes Hong Kong as a top travel destination. In 2024, over 45 million visitor arrivals were recorded, which is a positive sign of the industry’s recovery. Expectations are high for continued growth in the coming years. Looking ahead, we anticipate bright prospects for the Hong Kong tourism industry. More visitors will have the chance to experience our city’s unique and vibrant culture.
Since its inception in 2005, the programme has trained and prepared students to take up such a challenging and rewarding career in the tourism and hospitality industries. Graduates may also choose to further their studies in a related field and achieve a higher qualification.
Programme Aims and Features
This 2-year full-time programme is designed to provide a tailored curriculum covering specific features of the tourism and hospitality industries with a special focus on Hong Kong, at a level commensurate with junior management. The multi-disciplinary curriculum encourages the acquisition of basic life and employment skills and prepares students for a rewarding career.
Job Placement
All students will undergo a practical job placement of 6 months after the first year of study. All students in good standing will also be given ample opportunities to work in deluxe hotels and service-related firms. Students have successfully completed training in around 40 deluxe hotels in Hong Kong including the Peninsula, Grand Hyatt, Four Seasons, Ritz-Carlton, St. Regis, Rosewood, Landmark Mandarin Oriental, JW Marriott, Sheraton, Shangri-la, Renaissance and The Murray, Hong Kong, a Niccolo Hotel, etc.
Opportunities for Further Studies
UGC-funded Universities
Graduates are eligible to apply for admission to Bachelor’s degree programmes offered by local universities including BSc (Hons) Scheme in Hotel and Tourism Management offered by The Hong Kong Polytechnic University.
The list below shows the degree offers that our graduates/ students received in the past*:
The Hong Kong Polytechnic University
BSc (Hons) in Hotel Management
BSc (Hons) Tourism and Events Management
The University of Hong Kong
Bachelor of Arts
BSc Information Management
The Chinese University of Hong Kong
BBA Hospitality and Real Estate
Hong Kong Baptist University
BBA (Hons) Human Resources Management Concentration
BBA (Hons) - Marketing Concentration
City University of Hong Kong
BA Chinese and History
BA English
BA Linguistics and Language Applications
BA Media and Communication
BBA Business Analysis
BBA Business Operations Management
BBA Marketing
BSocSc Asian and International Studies
BSocSc Public Policy and Politics
*The above list is not exhaustive and only shows some of the examples.
Graduates are also eligible to apply for the below degree programmes offered by other institutions:
Other Local Institutions
HKU SPACE International College
Full-time, 18-month, Bachelor of Science (Honours) Hospitality Management, offered by University of Plymouth (UK) in collaboration with HKU SPACE International College (IC)
Full-time, 18-month, Bachelor of Science (Honours) Tourism Management, offered by University of Plymouth (UK) in collaboration with HKU SPACE International College (IC)
Overseas Universities
Les Roches (Switzerland)^
Glion Institute of Higher Education (Switzerland)^
Swiss Hotel Management School (Switzerland)^
^ Articulation agreement renewal in progress
Career Prospects
Upon graduation, students will be able to explore career opportunities locally or overseas in a number of areas such as hotels, airlines, travel agencies, theme parks, servicerelated firms, industry associations or government tourism organisations. Some of our graduates are working in deluxe hotels, including the Peninsula, Grand Hyatt, Four Seasons, InterContinental Grand Stanford, Mandarin Oriental and Sheraton as well as airlines such as Virgin Atlantic.
Press Interview
HK01, 3 July 2023「報復式旅遊」成全球疫後新常態 港缺人才旅款課程有前景
Topick, 21 June 2019
【#DSE星學攻略】港大保良何鴻燊社區書院 非凡學習「旅」程
Obtain Level 2 or above in 5 subjects*§ including English Language and Chinese Language# in the HKDSE Examination; OR
Hold a recognised Diploma in Foundation Studies Programme; OR
Hold a Diploma of Applied Education / Diploma Yi Jin; OR
Equivalent qualifications will be considered by the College.
Relevant and substantial work experience and / or prior qualifications obtained in or outside Hong Kong (e.g. assessed through recognition of prior learning and credit accumulation and transfer), with demonstrated ability to undertake sub-degree education, will be considered by the College.
Mature Students
Applicants who do not possess the above academic qualifications, but are aged 21 or above and with relevant work experience will be considered by the College.
*Applicants are allowed to use not more than 2 Applied Learning (ApL) subjects in the application. The recognition of the ApL subjects is as follows:
“Attained with Distinction (II)” is deemed equivalent to Level 4 or above;
“Attained with Distinction (I)” is deemed equivalent to Level 3; and
“Attained” is deemed equivalent to Level 2 in the HKDSE Examination.
#ApL Chinese (for non-Chinese speaking students) would be accepted as an alternative Chinese Language qualification.
§ If one of the five HKDSE subjects is Citizenship and Social Development, the requirement will be “Attained” for the subject.
Effective from 2025-26 Academic Year:
Higher Diploma Year 1
Introduction to Academic English
English for Hospitality and Tourism
English for Academic Purposes I
Information Technology Fundamentals
Elementary Statistics
Principles of Tourism
Front Office Management
Housekeeping Operation
Marketing for Hospitality and Tourism
Introduction to Catering Management
Introduction to Food and Beverage Management
Introduction to the Hospitality Industry
Higher Diploma Year 2
Practical Chinese*
English for Academic Purposes II
Placement
Accounting in Service Industries
Human Resources Management in the Hotel Industry
Consumer Behaviour in the Tourism Industry
Special Issues in Sustainable Tourism and Ethics
The College reserves the right to make modifications to individual courses on a need basis.
* Non-Chinese speaking students or students who have not received sufficient training in the Chinese language may apply for exemption from the Chinese course(s), and alternative courses may be assigned.