<div dir="ltr">Dear All,<div><br></div><div>I got the following error when I tried to install CQPweb using the auto-setup script.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">PHP Fatal error:  Call to undefined function print_html_footer() in /var/www/html/CQPweb/lib/exiterror.inc.php on line 159</blockquote><div><br></div><div>But I found that the problem was not the function, but in the file /CQPweb/lib/admin-lib.inc.php.</div><div><br></div><div>1. Line 1325</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">`access_statement` TEXT default NULL</blockquote><div><br></div><div>A comma should be added to the end of this line.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">`access_statement` TEXT default NULL,</blockquote><div><br></div><div>2. Line 1513</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">`text_list`,</blockquote><div><br></div><div>The name of the column was not followed by a data type. I changed it to</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">`text_list` varchar(255),</blockquote><div><br></div><div>After modifying these two lines, I can successfully install CQPweb using the script.</div><div>If you encounter the same problem, my solutions may help.</div><div><br></div><div>Best,</div><div><br></div><div>Xiaoyan</div></div>