From: Jean-Nicolas G. <jea...@st...> - 2006-05-30 10:19:43
|
Reini Urban wrote: > Jean-Nicolas GEREONE schrieb: > >> I am going to make a new release of the wysiwyg editor. >> I will post it in the patch tracker on sourceforge today. Could you put >> it in the cvs please ? I still don't have a cvs access. >> The patch can be applied on a cvs checkout. >> > > dada, ok, here you are. > Please welcome a new developer jeannicolas. > You have now cvs access. > > Now we'll you will be first in putting this into CVS :) > Great, Thanks a lot. I will use it right : ) > >> Thanks. >> Regards. >> Jean-Nicolas. >> >> >> Reini Urban wrote: >> >>> yes, i haven't fixed that yet. >>> >>> it came from the patch introducing pear sequences, which of course do >>> not work. >>> as everything with pear db. such a crap. >>> I'll revert to our manual sequences as before. >>> >>> 2006/5/24, Jean-Nicolas GEREONE <jea...@st...>: >>> >>>> Hi all, >>>> >>>> I am using phpwiki cvs and sometimes a fatal error appears when I am >>>> saving a wikipage with lots of modifications. >>>> >>>> Here is the error : >>>> >>>> Fatal Error: >>>> >>>> lib/WikiDB/backend/PearDB.php:1042: Error: wikidb_backend_peardb_mysql: >>>> fatal database error >>>> >>>> * DB Error: not locked >>>> * (UPDATE page_id_seq SET id=LAST_INSERT_ID(id+1) [nativecode=1100 >>>> ** Table 'page_id_seq' was not locked with LOCK TABLES]) >>>> * >>>> >>>> >>>> Fatal PhpWiki Error >>>> >>>> lib/WikiDB/backend/PearDB.php:1042: Error: wikidb_backend_peardb_mysql: >>>> fatal database error >>>> >>>> * DB Error: not locked >>>> * (UPDATE page_id_seq SET id=LAST_INSERT_ID(id+1) [nativecode=1100 >>>> ** Table 'page_id_seq' was not locked with LOCK TABLES]) >>>> >>>> >>>> Has someone heard about it ? >>>> |