<div dir="ltr"><div dir="ltr">Thanks to you, Andrew, for the quick response.<div>I fixed this error as instructed.</div><div>I&#39;m getting more errors now.</div><div>Next was in line 407, sql-definitions, a comma was missing, I think.</div><div>autosetup.php is now complaining about Key column corpus doesn&#39;t exist in table.</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">sudo php autosetup.php </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Now finalising setup for this installation of CQPweb....</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Installing database structure; please wait.</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;tr&gt;&lt;td class=&quot;layout-contrast&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;p class=&quot;errormessage&quot;&gt;An SQL query did not run successfully!&lt;/p&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;p class=&quot;errormessage&quot;&gt;Original query: </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>CREATE TABLE `saved_subcorpora` (</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`id`                         bigint unsigned NOT NULL AUTO_INCREMENT,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`corpus_id`                  int unsigned NOT NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`user_id`                    int unsigned NOT NULL,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`savename`                   varchar(255) CHARSET utf8mb4 collate utf8mb4_0900_ai_ci default &#39;&#39;,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`date_of_user_save`          timestamp NOT NULL default CURRENT_TIMESTAMP,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`content`                    mediumtext CHARSET utf8mb4 collate utf8mb4_0900_bin,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`n_items`                    int unsigned NOT NULL default 0,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>`n_tokens`                   bigint unsigned NOT NULL default 0,</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>key (`corpus`, `user`),       ## TODO, name it!</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>primary key (`id`)</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>) ENGINE=InnoDB  </span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>/* from User: ??? | In file: /var/www/html/cqpweb/bin/autosetup.php @ line 103 | 2020-Apr-27 06:38 */&lt;/p&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;p class=&quot;errormessage&quot;&gt;Error # 1072: Key column &#39;corpus&#39; doesn&#39;t exist in table&lt;/p&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;/td&gt;&lt;/tr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;/table&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>PHP Notice:  Undefined property: NotAFullUser::$logged_in in /var/www/html/cqpweb/lib/html-lib.php on line 817</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;footer&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;hr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;table class=&quot;layout-frame fullwidth&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>&lt;tr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;td class=&quot;footbox algL&quot; width=&quot;33%&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                        </span>CQPweb v3.3.6 &amp;#169; 2008-2020</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;/td&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;td class=&quot;footbox algC&quot; width=&quot;33%&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                        </span>&lt;a class=&quot;copynote&quot; href=&quot;help.php?ui=hello&quot; target=&quot;cqpweb_help_browser&quot;&gt;Help! on CQPweb&lt;/a&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;/td&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;td class=&quot;footbox algR&quot; width=&quot;33%&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                        </span>You are not logged in</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;/td&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>&lt;/tr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;/table&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/footer&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;div id=&quot;templateForToolTip&quot; class=&quot;floatingToolTip&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;table class=&quot;floatingToolTipFrame&quot;&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>&lt;tr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                                </span>&lt;td class=&quot;floatingToolTipTarget&quot;&gt;&lt;/td&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                        </span>&lt;/tr&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>&lt;/table&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/div&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><span class="gmail-Apple-tab-span" style="white-space:pre">        </span>&lt;/body&gt;</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">&lt;/html&gt;</span></p><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>--</div><div><div>José Manuel Martínez Martínez</div><div><a href="https://chozelinek.github.io" target="_blank">https://chozelinek.github.io</a></div></div></div></div></div></div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 24, 2020 at 8:24 PM Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk">a.hardie@lancaster.ac.uk</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">





<div lang="EN-GB">
<div class="gmail-m_5625126268617957180WordSection1">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Error is here:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal" style="text-indent:36pt"><b><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">unique key (`corpus`, `handle`),       ## TODO, name it!<u></u><u></u></span></b></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">line 119 in lib/sql-definitions.php<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">the 2nd comma shouldn’t be there (probably a leftover from deleting a line without removing the previous comma)<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Fix will also be in next commit. thanks for trying these things out.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">best<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Andrew.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<div>
<div style="border-style:solid none none;border-top-width:1pt;border-top-color:rgb(225,225,225);padding:3pt 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US">From:</span></b><span lang="EN-US"> <a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a> &lt;<a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank">cwb-bounces@sslmit.unibo.it</a>&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 24 April 2020 17:11<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;<a href="mailto:cwb@sslmit.unibo.it" target="_blank">cwb@sslmit.unibo.it</a>&gt;<br>
<b>Subject:</b> [External] Re: [CWB] CQPweb error on fresh install<u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<p><strong><span style="font-family:Calibri,sans-serif;color:rgb(164,52,58)">This email originated outside the University. Check before clicking links or attachments.</span></strong><u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">Hi Andrew, <u></u><u></u></p>
<div>
<p class="MsoNormal">thanks for the quick reply! I removed the line and run it again. This time I&#39;m getting a new error:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">sudo php autosetup.php<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white"><u></u> <u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">Now finalising setup for this installation of CQPweb....<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white"><u></u> <u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">Installing database structure; please wait.<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;tr&gt;&lt;td class=&quot;layout-contrast&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;p class=&quot;errormessage&quot;&gt;An SQL query did not run successfully!&lt;/p&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;p class=&quot;errormessage&quot;&gt;Original query: <u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">CREATE TABLE `annotation_info` (<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`id`                         int unsigned NOT NULL AUTO_INCREMENT,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`corpus`                     varchar(20)     CHARSET ascii COLLATE ascii_bin NOT NULL,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`order_of_att`               smallint unsigned NOT NULL default 0,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`handle`                     varchar(20) CHARSET ascii COLLATE ascii_bin NOT NULL,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`description`                varchar(255) CHARSET utf8mb4 collate utf8mb4_0900_ai_ci default &#39;&#39;,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`ft_required`                tinyint(1) NOT NULL default 1,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white"> </span><span class="gmail-m_5625126268617957180gmail-apple-tab-span"><u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);background-position:initial initial;background-repeat:initial initial"><span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`accent_sensitive`           tinyint(1) NOT NULL default 1,</span><u></u><u></u></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`case_sensitive`             tinyint(1) NOT NULL default 1,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`is_feature_set`             tinyint(1) NOT NULL default 0,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`tagset`                     varchar(255) CHARSET utf8mb4 collate utf8mb4_0900_ai_ci default &#39;&#39;,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">`external_url`               varchar(255) CHARSET utf8mb4 collate utf8mb4_0900_ai_ci default &#39;&#39;,<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">primary key (`id`),<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">unique key (`corpus`, `handle`),       ## TODO, name it!<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">) ENGINE=InnoDB  <u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">/* from User: ??? | In file: /var/www/html/cqpweb/bin/autosetup.php @ line 103 | 2020-Apr-24 16:07 */&lt;/p&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;p class=&quot;errormessage&quot;&gt;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 &#39;) ENGINE=InnoDB
  <u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">/* from User: ??? | In file: /var/www/html/cqpweb/bin/autoset&#39; at line 15&lt;/p&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/td&gt;&lt;/tr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/table&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">PHP Notice:  Undefined property: NotAFullUser::$logged_in in /var/www/html/cqpweb/lib/html-lib.php on line 817<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white"><u></u> <u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;footer&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;hr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;table class=&quot;layout-frame fullwidth&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;tr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;td class=&quot;footbox algL&quot; width=&quot;33%&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">CQPweb v3.3.6 &amp;#169; 2008-2020<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/td&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;td class=&quot;footbox algC&quot; width=&quot;33%&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;a class=&quot;copynote&quot; href=&quot;help.php?ui=hello&quot; target=&quot;cqpweb_help_browser&quot;&gt;Help! on CQPweb&lt;/a&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/td&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;td class=&quot;footbox algR&quot; width=&quot;33%&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">You are not logged in<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/td&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/tr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/table&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/footer&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;div id=&quot;templateForToolTip&quot; class=&quot;floatingToolTip&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;table class=&quot;floatingToolTipFrame&quot;&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;tr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;td class=&quot;floatingToolTipTarget&quot;&gt;&lt;/td&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/tr&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/table&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/div&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/body&gt;<u></u><u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;min-height:13px;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white"><u></u> <u></u></span></p>
<p style="margin:0cm 0cm 0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">&lt;/html&gt;<u></u><u></u></span></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal">José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fchozelinek.github.io%2F&amp;data=02%7C01%7Ca.hardie%40lancaster.ac.uk%7C78e47ae0c185414a820208d7e86a24e0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C1%7C637233414901938290&amp;sdata=HimgGxsBfvm1c%2BpthD49ixwsuOMnBUYtctbEv9C0nyI%3D&amp;reserved=0" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">On Fri, Apr 24, 2020 at 5:53 PM Hardie, Andrew &lt;<a href="mailto:a.hardie@lancaster.ac.uk" target="_blank">a.hardie@lancaster.ac.uk</a>&gt; wrote:<u></u><u></u></p>
</div>
<blockquote style="border-style:none none none solid;border-left-width:1pt;border-left-color:rgb(204,204,204);padding:0cm 0cm 0cm 6pt;margin:5pt 0cm 5pt 4.8pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Hi José,</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Quick solution: delete that line!</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Alternatively fix will be in my next commit.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">best</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)">Andrew.</span><u></u><u></u></p>
<p class="MsoNormal" style="margin-left:4.8pt">
<span style="font-size:10pt;font-family:Verdana,sans-serif;color:rgb(31,73,125)"> </span><u></u><u></u></p>
<div>
<div style="border-style:solid none none;border-top-width:1pt;border-top-color:rgb(225,225,225);padding:3pt 0cm 0cm">
<p class="MsoNormal" style="margin-left:4.8pt">
<b><span lang="EN-US">From:</span></b><span lang="EN-US"> </span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US"> &lt;</span><a href="mailto:cwb-bounces@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb-bounces@sslmit.unibo.it</span></a><span lang="EN-US">&gt;
<b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 24 April 2020 16:41<br>
<b>To:</b> Open source development of the Corpus WorkBench &lt;</span><a href="mailto:cwb@sslmit.unibo.it" target="_blank"><span lang="EN-US">cwb@sslmit.unibo.it</span></a><span lang="EN-US">&gt;<br>
<b>Subject:</b> [CWB] CQPweb error on fresh install</span><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
Hi there,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
I&#39;m installing the trunk version of CQPweb on an Ubuntu 20.04.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
I&#39;m getting an error message when running<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p style="margin-right:0cm;margin-left:4.8pt;margin-bottom:0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">sudo php autosetup.php</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
The error message is:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p style="margin-right:0cm;margin-left:4.8pt;margin-bottom:0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">PHP Warning:  require(../lib/admin-lib.php): failed to open stream: No such file or directory in /var/www/html/cqpweb/bin/autosetup.php on line 36</span><u></u><u></u></p>
<p style="margin-right:0cm;margin-left:4.8pt;margin-bottom:0.0001pt;background-color:rgb(34,79,188);font-stretch:normal;background-position:initial initial;background-repeat:initial initial">
<span style="font-size:8.5pt;font-family:Menlo,serif;color:white">PHP Fatal error:  require(): Failed opening required &#39;../lib/admin-lib.php&#39; (include_path=&#39;.:/usr/share/php&#39;) in /var/www/html/cqpweb/bin/autosetup.php on line 36</span><u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
I&#39;ve seen that the file does not exist in the ../lib folder.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
 <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
Cheers,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
--<u></u><u></u></p>
</div>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">
José Manuel Martínez Martínez<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fchozelinek.github.io%2F&amp;data=02%7C01%7Ca.hardie%40lancaster.ac.uk%7C78e47ae0c185414a820208d7e86a24e0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C1%7C637233414901948285&amp;sdata=toGHtn%2FxQoQcMfhcbPvH8mx9GJO%2FaJaq0g9%2BdHYVif0%3D&amp;reserved=0" target="_blank">https://chozelinek.github.io</a><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="https://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fliste.sslmit.unibo.it%2Fmailman%2Flistinfo%2Fcwb&amp;data=02%7C01%7Ca.hardie%40lancaster.ac.uk%7C78e47ae0c185414a820208d7e86a24e0%7C9c9bcd11977a4e9ca9a0bc734090164a%7C0%7C1%7C637233414901948285&amp;sdata=wnG%2FeBGZL8xOrIXtQUBhcd2jUCeMMvU%2BMFBkjmz2ecs%3D&amp;reserved=0" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</div>

_______________________________________________<br>
CWB mailing list<br>
<a href="mailto:CWB@sslmit.unibo.it" target="_blank">CWB@sslmit.unibo.it</a><br>
<a href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb" rel="noreferrer" target="_blank">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a><br>
</blockquote></div>