<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Verdana",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US">Fixed. -- A<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> cwb-bounces@sslmit.unibo.it &lt;cwb-bounces@sslmit.unibo.it&gt;
<b>On Behalf Of </b>Scott Sadowsky<br>
<b>Sent:</b> 08 June 2019 03:58<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;CWB@liste.sslmit.unibo.it&gt;<br>
<b>Subject:</b> [CWB] [CQPweb] Fresh install, database setup crashes<o:p></o:p></span></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class="MsoNormal">Hi Andrew,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal">On a fresh install of CQPweb, I'm getting the following database error. I've tried with revisions from 1210 on up, and and the most recent one that installs is 1217. 1218 and later exhibit this behavior. The relevant info is below...<br clear="all">
<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><b>[REVISION 1218]</b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">Now finalising setup for this installation of CQPweb....<br>
<br>
<br>
Installing database structure; please wait.<br>
<br>
An SQL query did not run successfully!<br>
Original query: <br>
<br>
CREATE TABLE `idlink_fields` (<br>
`corpus` &nbsp; &nbsp; &nbsp; varchar(20) &nbsp; &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`att_handle` &nbsp; varchar(64) &nbsp; &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`handle` &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`description` &nbsp;varchar(255) CHARSET utf8 COLLATE utf8_general_ci default '',<br>
`datatype` &nbsp; &nbsp; tinyint(2) NOT NULL default 0<br>
primary key (`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:24 */<br>
Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Funct' at line 7<br>
<br>
<br>
PHP debugging backtrace<br>
=======================<br>
array(4) {<br>
&nbsp; [1]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(42) &quot;/var/www/html/cqpweb/lib/exiterror-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(300)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(9) &quot;exiterror&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(38) &quot;An SQL query did not run successfully!&quot;<br>
&nbsp; &nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(539) &quot;Original query: <br>
<br>
CREATE TABLE `idlink_fields` (<br>
`corpus` &nbsp; &nbsp; &nbsp; varchar(20) &nbsp; &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`att_handle` &nbsp; varchar(64) &nbsp; &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`handle` &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`description` &nbsp;varchar(255) CHARSET utf8 COLLATE utf8_general_ci default '',<br>
`datatype` &nbsp; &nbsp; tinyint(2) NOT NULL default 0<br>
primary key (`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:24 */<br>
<br>
&quot;<br>
&nbsp; &nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(241) &quot;Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Funct' at line 7 &quot;<br>
&nbsp; &nbsp; &nbsp; }<br>
&nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; NULL<br>
&nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; NULL<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [2]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(36) &quot;/var/www/html/cqpweb/lib/sql-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(179)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(20) &quot;exiterror_mysqlquery&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; int(1064)<br>
&nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(226) &quot;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Funct' at line 7&quot;<br>
&nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(519) &quot;CREATE TABLE `idlink_fields` (<br>
`corpus` &nbsp; &nbsp; &nbsp; varchar(20) &nbsp; &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`att_handle` &nbsp; varchar(64) &nbsp; &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`handle` &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`description` &nbsp;varchar(255) CHARSET utf8 COLLATE utf8_general_ci default '',<br>
`datatype` &nbsp; &nbsp; tinyint(2) NOT NULL default 0<br>
primary key (`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:24 */&quot;<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [3]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(36) &quot;/var/www/html/cqpweb/lib/sql-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(1011)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(12) &quot;do_sql_query&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(1) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(519) &quot;CREATE TABLE `idlink_fields` (<br>
`corpus` &nbsp; &nbsp; &nbsp; varchar(20) &nbsp; &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`att_handle` &nbsp; varchar(64) &nbsp; &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`handle` &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`description` &nbsp;varchar(255) CHARSET utf8 COLLATE utf8_general_ci default '',<br>
`datatype` &nbsp; &nbsp; tinyint(2) NOT NULL default 0<br>
primary key (`corpus`, `att_handle`, `handle`)<br>
) ENGINE=InnoDB &nbsp;<br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:24 */&quot;<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [4]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(38) &quot;/var/www/html/cqpweb/bin/autosetup.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(92)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(18) &quot;do_sql_total_reset&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(0) {<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
}<br>
PHP Fatal error: &nbsp;Uncaught Error: Call to undefined method NotAFullConfig::disconnect_slave_program() in /var/www/html/cqpweb/lib/environment.php:1334<br>
Stack trace:<br>
#0 /var/www/html/cqpweb/lib/exiterror-lib.php(231): cqpweb_shutdown_environment()<br>
#1 /var/www/html/cqpweb/lib/exiterror-lib.php(300): exiterror(Array, NULL, NULL)<br>
#2 /var/www/html/cqpweb/lib/sql-lib.php(179): exiterror_mysqlquery(1064, 'You have an err...', 'CREATE TABLE `i...')<br>
#3 /var/www/html/cqpweb/lib/sql-lib.php(1011): do_sql_query('CREATE TABLE `i...')<br>
#4 /var/www/html/cqpweb/bin/autosetup.php(92): do_sql_total_reset()<br>
#5 {main}<br>
&nbsp; thrown in /var/www/html/cqpweb/lib/environment.php on line 1334</span><o:p></o:p></p>
</div>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<p class="MsoNormal"><b><span style="font-family:&quot;Courier New&quot;">[REVISION 1237]</span></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;">Now finalising setup for this installation of CQPweb....<br>
<br>
<br>
Installing database structure; please wait.<br>
<br>
An SQL query did not run successfully!<br>
Original query: <br>
<br>
CREATE TABLE `user_macros` (<br>
`id` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int unsigned NOT NULL AUTO_INCREMENT,<br>
`user` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`macro_name` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(255) &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL<br>
`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text CHARSET utf8 COLLATE utf8_bin,<br>
key (`user`), <br>
unique key (`user`, `macro_name`),<br>
primary key (`id`)<br>
) ENGINE=InnoDB <br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:55 */<br>
Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; ' at line 5<br>
<br>
<br>
PHP debugging backtrace<br>
=======================<br>
array(4) {<br>
&nbsp; [1]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(42) &quot;/var/www/html/cqpweb/lib/exiterror-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(300)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(9) &quot;exiterror&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(38) &quot;An SQL query did not run successfully!&quot;<br>
&nbsp; &nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(581) &quot;Original query: <br>
<br>
CREATE TABLE `user_macros` (<br>
`id` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int unsigned NOT NULL AUTO_INCREMENT,<br>
`user` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`macro_name` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(255) &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL<br>
`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text CHARSET utf8 COLLATE utf8_bin,<br>
key (`user`), <br>
unique key (`user`, `macro_name`),<br>
primary key (`id`)<br>
) ENGINE=InnoDB <br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:55 */<br>
<br>
&quot;<br>
&nbsp; &nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; string(241) &quot;Error # 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; ' at line 5 &quot;<br>
&nbsp; &nbsp; &nbsp; }<br>
&nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; NULL<br>
&nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; NULL<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [2]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(36) &quot;/var/www/html/cqpweb/lib/sql-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(198)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(20) &quot;exiterror_mysqlquery&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(3) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; int(1064)<br>
&nbsp; &nbsp; &nbsp; [1]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(226) &quot;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; ' at line 5&quot;<br>
&nbsp; &nbsp; &nbsp; [2]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(561) &quot;CREATE TABLE `user_macros` (<br>
`id` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int unsigned NOT NULL AUTO_INCREMENT,<br>
`user` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`macro_name` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(255) &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL<br>
`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text CHARSET utf8 COLLATE utf8_bin,<br>
key (`user`), <br>
unique key (`user`, `macro_name`),<br>
primary key (`id`)<br>
) ENGINE=InnoDB <br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:55 */&quot;<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [3]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(36) &quot;/var/www/html/cqpweb/lib/sql-lib.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(1035)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(12) &quot;do_sql_query&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(1) {<br>
&nbsp; &nbsp; &nbsp; [0]=&gt;<br>
&nbsp; &nbsp; &nbsp; string(561) &quot;CREATE TABLE `user_macros` (<br>
`id` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; int unsigned NOT NULL AUTO_INCREMENT,<br>
`user` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(64) &nbsp; CHARSET ascii COLLATE ascii_bin NOT NULL,<br>
`macro_name` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; varchar(255) &nbsp; &nbsp;CHARSET ascii COLLATE ascii_bin NOT NULL<br>
`macro_num_args` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; smallint unsigned default 0,<br>
`macro_body` &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text CHARSET utf8 COLLATE utf8_bin,<br>
key (`user`), <br>
unique key (`user`, `macro_name`),<br>
primary key (`id`)<br>
) ENGINE=InnoDB <br>
/* from User: ??? | Function: ???() | 2019-Jun-07 23:55 */&quot;<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
&nbsp; [4]=&gt;<br>
&nbsp; array(4) {<br>
&nbsp; &nbsp; [&quot;file&quot;]=&gt;<br>
&nbsp; &nbsp; string(38) &quot;/var/www/html/cqpweb/bin/autosetup.php&quot;<br>
&nbsp; &nbsp; [&quot;line&quot;]=&gt;<br>
&nbsp; &nbsp; int(94)<br>
&nbsp; &nbsp; [&quot;function&quot;]=&gt;<br>
&nbsp; &nbsp; string(18) &quot;do_sql_total_reset&quot;<br>
&nbsp; &nbsp; [&quot;args&quot;]=&gt;<br>
&nbsp; &nbsp; array(0) {<br>
&nbsp; &nbsp; }<br>
&nbsp; }<br>
}<br>
PHP Fatal error: &nbsp;Uncaught Error: Call to undefined method NotAFullConfig::disconnect_slave_program() in /var/www/html/cqpweb/lib/environment.php:1333<br>
Stack trace:<br>
#0 /var/www/html/cqpweb/lib/exiterror-lib.php(231): cqpweb_shutdown_environment()<br>
#1 /var/www/html/cqpweb/lib/exiterror-lib.php(300): exiterror(Array, NULL, NULL)<br>
#2 /var/www/html/cqpweb/lib/sql-lib.php(198): exiterror_mysqlquery(1064, 'You have an err...', 'CREATE TABLE `u...')<br>
#3 /var/www/html/cqpweb/lib/sql-lib.php(1035): do_sql_query('CREATE TABLE `u...')<br>
#4 /var/www/html/cqpweb/bin/autosetup.php(94): do_sql_total_reset()<br>
#5 {main}<br>
&nbsp; thrown in /var/www/html/cqpweb/lib/environment.php on line 1333</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</div>
</body>
</html>