From: RubyCon <dm...@ik...> - 2007-08-14 20:09:34
|
Hello, I just installed a new and fresh phpwiki 1.3.14 (timestamp July 1th 12:15.) Everything works fine except an errormessge at the end of each page: pear ... mysql .. access_log something-wrong table_rows The following patch fixes the problem. ---cut here--- *** schemas/mysql-initialize.sql 2007-08-14 21:03:16.000000000 +0200 --- schemas/mysql-initialize.sql.orig 2007-07-01 12:11:27.000000000 +0200 *************** *** 130,138 **** remote_user VARCHAR(50), request_method VARCHAR(10), request_line VARCHAR(255), - request_uri VARCHAR(255), request_args VARCHAR(255), request_file VARCHAR(255), request_time CHAR(28), status SMALLINT UNSIGNED, bytes_sent SMALLINT UNSIGNED, --- 130,138 ---- remote_user VARCHAR(50), request_method VARCHAR(10), request_line VARCHAR(255), request_args VARCHAR(255), request_file VARCHAR(255), + request_uri VARCHAR(255), request_time CHAR(28), status SMALLINT UNSIGNED, bytes_sent SMALLINT UNSIGNED, ---cut here--- Now everything works fine. But a very nice wiki I'm still testing but it looks good Thanks -- View this message in context: http://www.nabble.com/Wrong-table-in-mysql_initialize.sql---tf4269441.html#a12151392 Sent from the phpwiki-talk mailing list archive at Nabble.com. |