Wrong table in mysql_initialize.sql ?

RubyCon <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.talk
Message-ID <[email protected]>
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.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.