From: Jean-Nicolas G. <jea...@st...> - 2006-05-24 11:30:49
|
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 ? Regards. Jean-Nicolas. |
From: Reini U. <ru...@x-...> - 2006-05-24 12:24:15
|
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 ? > > > Regards. > > Jean-Nicolas. > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and Risk! > Fully trained technicians. The highest number of Red Hat certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Reini Urban http://phpwiki.org/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Reini U. <ru...@x-...> - 2006-05-24 19:40:19
|
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 :) > 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 ? -- Reini Urban http://phpwiki.org/ http://helsinki.at/ http://spacemovie.mur.at/ |
From: Reini U. <ru...@x-...> - 2006-05-24 19:49:33
|
Reini Urban schrieb: > 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 :) Oh god! The magic word eater is wandering around. Let's see if I get it out with only a few chars missing... I think I wanted to write smthg like this: "Now we'll see who will be the first in putting this into CVS :)" |
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 ? >>>> |