[CWB] CWB Digest, Vol 109, Issue 1

José Antonio M M ja.martinezmarin at um.es
Mon Feb 8 12:27:00 CET 2016


Good morning, Andrew:

I first installed trunk and later 3.2.6. With the latter I get these errors:

Now finalising setup for this installation of CQPweb....
PHP Deprecated:  mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /www/sites/cqpweb/wwwroot/lib/library.inc.php on line 156

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /www/sites/cqpweb/wwwroot/lib/library.inc.php on line 156

Installing database structure; please wait.
PHP Notice:  Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 88

Notice: Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 88
PHP Notice:  Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 89

Notice: Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 89
PHP Notice:  Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 91

Notice: Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 91
<tr><td class="concorderror"><p>&nbsp;</p><p class="errormessage">A mySQL query did not run successfully!</p><p>&nbsp;</p></td></tr>

<tr><td class="concorderror"><p>&nbsp;</p><p class="errormessage">Original query:

CREATE TABLE `user_info` (
			`id` int NOT NULL AUTO_INCREMENT,
			`username` varchar(64) NOT NULL,
			`realname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci default NULL,
			`email` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci default NULL,
			`affiliation` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci default NULL,
			`country` char(2) default '00',
			`passhash` char(61),
			`acct_status` tinyint(1) NOT NULL default 0,
			`verify_key` varchar(32) default NULL,
			`expiry_time` int UNSIGNED NOT NULL default 0,
			`password_expiry_time` int UNSIGNED NOT NULL default 0,
			`last_seen_time` timestamp NOT NULL default 0,
			`acct_create_time` timestamp NOT NULL default CURRENT_TIMESTAMP,
			`conc_kwicview` tinyint(1),
			`conc_corpus_order` tinyint(1),
			`cqp_syntax` tinyint(1),
			`context_with_tags` tinyint(1),
			`use_tooltips` tinyint(1),
			`css_monochrome` tinyint(1) NOT NULL default 0,
			`thin_default_reproducible` tinyint(1),
			`coll_statistic` tinyint,
			`coll_freqtogether` int,
			`coll_freqalone` int,
			`coll_from` tinyint,
			`coll_to` tinyint,
			`max_dbsize` int(10) unsigned default NULL,
			`linefeed` char(2) default NULL,
			unique key(`username`),
			primary key (`id`)
		) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_bin
	/* from User: ??? | Function: cqpweb_mysql_total_reset() | 2016-02-08 12:22:41 */

</p><p>&nbsp;</p></td></tr>

<tr><td class="concorderror"><p>&nbsp;</p><p class="errormessage">Error # 1067: Invalid default value for 'last_seen_time' </p><p>&nbsp;</p></td></tr>

PHP Notice:  Undefined property: stdClass::$all_users_see_backtrace in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 113

Notice: Undefined property: stdClass::$all_users_see_backtrace in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 113
PHP Notice:  Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 140

Notice: Undefined property: stdClass::$debug_messages_textonly in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 140
		</table>
		PHP Fatal error:  Call to undefined function print_html_footer() in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 159

Fatal error: Call to undefined function print_html_footer() in /www/sites/cqpweb/wwwroot/lib/exiterror.inc.php on line 159

Thank you so much for your help,

José


More information about the CWB mailing list