Re: [Trac] OperationalError: (1136, Column count doesn't match value count at row 1)

2014-04-04 Thread Frank
Steffen,

Thank you for the information.  Do you think it's possible to run
1.1.2dev-r11794 on the same new box at the same time as 0.12.2 (the .deb
packaged version)?

If so, I wouldn't mind copy/paste the markdown and recreating the pages
manually between browser tabs. That would enable me to stay with the .deb
upgrade process in the future.

Thoughts?

-Frank


On Wed, Apr 2, 2014 at 8:22 AM, Concord tuxs...@gmail.com wrote:

 User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0)
 Gecko/20100101 Firefox/28.0
  Trac 0.12.2 Babel 0.9.6 (translations unavailable) Docutils 0.8.1 Genshi
 0.6 mod_python 3.3.1 MySQL server: 5.5.35-0ubuntu0.12.04.2, client:
 5.5.35, thread-safe: 1 MySQLdb 1.2.3 Pygments 1.4 Python 2.7.3
 (default, Feb 27 2014, 20:09:21) [GCC 4.6.3] pytz 2011k setuptools 3.3
 Subversion 1.6.17 (r1128011) jQuery1.4.2 Enabled Plugins:
 TracAccountManager http://trac-hacks.org/wiki/AccountManagerPlugin
 0.5dev-r13756
 /usr/local/lib/python2.7/dist-packages/TracAccountManager-0.5dev_r13756-py2.7.egg
 *Moving my Trac install from from svn version 1.1.2dev-r11794 to the
 Ubuntu 12.04LTS version of Trac 0.12.2.  I'm having trouble adding new
 items to the Wiki.  I can create a page and open a page for the first time
 but after adding content to the page (although I'm able to preview them)
 when I submit changes I get the following.*

 Oops...
 *Trac detected an internal error:*

 OperationalError: (1136, Column count doesn't match value count at row 1)


 Most recent call last:

 File /usr/lib/python2.7/dist-packages/trac/web/main.py, line 511, in 
 _dispatch_request
   dispatcher.dispatch(req)
 File /usr/lib/python2.7/dist-packages/trac/web/main.py, line 237, in 
 dispatch
   resp = chosen_handler.process_request(req)
 File /usr/lib/python2.7/dist-packages/trac/wiki/web_ui.py, line 143, in 
 process_request
   return self._do_save(req, versioned_page)
 File /usr/lib/python2.7/dist-packages/trac/wiki/web_ui.py, line 332, in 
 _do_save
   req.remote_addr)
 File /usr/lib/python2.7/dist-packages/trac/wiki/model.py, line 126, in save
   @self.env.with_transaction(db)
 File /usr/lib/python2.7/dist-packages/trac/db/api.py, line 77, in 
 transaction_wrapper
   fn(ldb)
 File /usr/lib/python2.7/dist-packages/trac/wiki/model.py, line 144, in 
 do_save
   del WikiSystem(self.env).pages
 File /usr/lib/python2.7/dist-packages/trac/cache.py, line 47, in __delete__
   CacheManager(instance.env).invalidate(id)
 File /usr/lib/python2.7/dist-packages/trac/cache.py, line 185, in invalidate
   @self.env.with_transaction()
 File /usr/lib/python2.7/dist-packages/trac/db/api.py, line 73, in 
 transaction_wrapper
   fn(ldb)
 File /usr/lib/python2.7/dist-packages/trac/cache.py, line 195, in 
 do_invalidate
   (id, 0))
 File /usr/lib/python2.7/dist-packages/trac/db/util.py, line 65, in execute
   return self.cursor.execute(sql_escape_percent(sql), args)
 File /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py, line 174, in 
 execute
   self.errorhandler(self, exc, value)
 File /usr/lib/python2.7/dist-packages/MySQLdb/connections.py, line 36, in 
 defaulterrorhandler
   raise errorclass, errorvalue

  --
 You received this message because you are subscribed to the Google Groups
 Trac Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to trac-users+unsubscr...@googlegroups.com.
 To post to this group, send email to trac-users@googlegroups.com.
 Visit this group at http://groups.google.com/group/trac-users.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] OperationalError: (1136, Column count doesn't match value count at row 1)

2014-04-04 Thread Olemis Lang
On 4/4/14, Frank tuxs...@gmail.com wrote:
 Steffen,

 Thank you for the information.  Do you think it's possible to run
 1.1.2dev-r11794 on the same new box at the same time as 0.12.2 (the .deb
 packaged version)?

 If so, I wouldn't mind copy/paste the markdown and recreating the pages
 manually between browser tabs. That would enable me to stay with the .deb
 upgrade process in the future.

 Thoughts?


I guess so . You could try virtualenv , similar to this [1]_ (more
accurate citation needed)

cmiiw

.. [1] 
http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup#Setupavirtualenvironment

[...]

-- 
Regards,

Olemis - @olemislc

Apache(tm) Bloodhound contributor
http://issues.apache.org/bloodhound
http://blood-hound.net

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.