Message: mysqli_real_connect(): (08004/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 news (
`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 news_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 'news' not exists, please create it with
create table news (
`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 news_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 news_data (
uuid bigint unsigned not null,
title varchar(255),
title_cht varchar(255),
title_chs varchar(255),
urlkey varchar(255),
is_enabled varchar(255),
start_date date,
end_date date,
display_date varchar(255),
cover_image varchar(255),
content_type varchar(255),
pdf varchar(255),
pdf_cht varchar(255),
pdf_chs varchar(255),
publish_date datetime,
expiry_date datetime,
constraint news_data_pk primary key (uuid),
constraint news_data_fk_uuid foreign key (uuid) references news (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 'news_data' not exists, please create it with
create table news_data (
uuid bigint unsigned not null,
title varchar(255),
title_cht varchar(255),
title_chs varchar(255),
urlkey varchar(255),
is_enabled varchar(255),
start_date date,
end_date date,
display_date varchar(255),
cover_image varchar(255),
content_type varchar(255),
pdf varchar(255),
pdf_cht varchar(255),
pdf_chs varchar(255),
publish_date datetime,
expiry_date datetime,
constraint news_data_pk primary key (uuid),
constraint news_data_fk_uuid foreign key (uuid) references news (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 news_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint news_varchar_pk primary key (uuid, name, seq),
constraint news_varchar_fk_uuid foreign key (uuid) references news (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 'news_varchar' not exists, please create it with
create table news_varchar (
uuid bigint unsigned not null,
name varchar(255) not null,
value varchar(1000) not null,
seq int unsigned not null,
constraint news_varchar_pk primary key (uuid, name, seq),
constraint news_varchar_fk_uuid foreign key (uuid) references news (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 news_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint news_text_pk primary key (uuid, name, seq),
constraint news_text_fk_uuid foreign key (uuid) references news (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 'news_text' not exists, please create it with
create table news_text (
uuid bigint unsigned not null,
name varchar(255) not null,
value longtext not null,
seq int unsigned not null,
constraint news_text_pk primary key (uuid, name, seq),
constraint news_text_fk_uuid foreign key (uuid) references news (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 news_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint news_number_pk primary key (uuid, name, seq),
constraint news_number_fk_uuid foreign key (uuid) references news (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 'news_number' not exists, please create it with
create table news_number (
uuid bigint unsigned not null,
name varchar(255) not null,
value bigint not null,
seq int unsigned not null,
constraint news_number_pk primary key (uuid, name, seq),
constraint news_number_fk_uuid foreign key (uuid) references news (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 news_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint news_datetime_pk primary key (uuid, name, seq),
constraint news_datetime_fk_uuid foreign key (uuid) references news (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 'news_datetime' not exists, please create it with
create table news_datetime (
uuid bigint unsigned not null,
name varchar(255) not null,
value datetime not null,
seq int unsigned not null,
constraint news_datetime_pk primary key (uuid, name, seq),
constraint news_datetime_fk_uuid foreign key (uuid) references news (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 news_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 news_file_pk primary key (uuid, filename),
constraint news_file_fk_uuid foreign key (uuid) references news (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 'news_file' not exists, please create it with
create table news_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 news_file_pk primary key (uuid, filename),
constraint news_file_fk_uuid foreign key (uuid) references news (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 news_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 news_seq_fk_oid foreign key (oid) references news (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 'news_seq' not exists, please create it with
create table news_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 news_seq_fk_oid foreign key (oid) references news (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 `news_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 `news_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `news` ( `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 'news_seq' not exists, please create it with
CREATE TABLE IF NOT EXISTS `news_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 `news_uuid_cascade`
FOREIGN KEY ( `uuid` )
REFERENCES `news` ( `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: 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 news join news_data using( uuid ) join news_release using( uuid )
where 1 and news.deleted = 'N' and news.saved = 'Y' and news_release.hash = unhex( 'A1' ) and (urlkey = '' 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 `news`.*, `news_release`.`modified_time` last_modified, `news_data`.* from news join news_data using( uuid ) join news_release using( uuid )
where 1 and news.deleted = 'N' and news.saved = 'Y' and news_release.hash = unhex( 'A1' ) and (urlkey = '' and publish_date <= '' and expiry_date > '' and is_enabled = '') ORDER BY `news`.`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: Notice
Message: Undefined index: oid
Filename: controllers/news.php
Line Number: 90
A PHP Error was encountered
Severity: Notice
Message: Undefined index: title
Filename: controllers/news.php
Line Number: 91
A PHP Error was encountered
Severity: Notice
Message: Undefined index: start_date
Filename: controllers/news.php
Line Number: 99
A PHP Error was encountered
Severity: Notice
Message: Undefined index: end_date
Filename: controllers/news.php
Line Number: 99
A PHP Error was encountered
Severity: Notice
Message: Undefined index: display_date
Filename: controllers/news.php
Line Number: 99
A PHP Error was encountered
Severity: Notice
Message: Undefined index: content_type
Filename: controllers/news.php
Line Number: 102
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 106
A PHP Error was encountered
Severity: Notice
Message: Undefined index: content_type
Filename: controllers/news.php
Line Number: 64
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: urlkey
Filename: controllers/news.php
Line Number: 134
A PHP Error was encountered
Severity: Notice
Message: Undefined index: title
Filename: controllers/news.php
Line Number: 81
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 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';;
Filename: entity/entityfactory.php
Line Number: 231
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /var/www/html/theorigo/system/core/Exceptions.php:185)
Filename: layout/html5.php
Line Number: 2
News - HKU SPACE Po Leung Kuk Stanley Ho Community College