[Trac] help! "Page not modified" error

Quinn Comendant quinn at strangecode.com
Mon Jun 20 19:42:42 CDT 2005


Help!

I'm getting an very unhelpful error (see below) when trying to save wiki
pages. My install was working until I tried upgrading to [1828].

1. I was using Trac 0.8.1
2. I downloaded latest head: svn co http://svn.edgewall.com/repos/trac/trunk
3. installed with: python ./setup.py install -f;
4. Upgraded old database with:
    trac-admin /home/scdev/projects/dcf/trac upgrade;
    trac-admin /home/scdev/projects/dcf/trac resync;
5. Updated config file with latest options.
6. ARTICLE SAVING BROKEN!!!
7. So I downgrade to version 0.8.4 with: cd trac-0.8.4; python ./setup.py
install -f;
8. Restore backed-up database trac.db.7.bak -> trac.db
7. STILL BROKEN!

I don't know what to do to recover my pages! If I create a new
environment, everything works. It's just with my existing project env.
Here's the error:

Thanks,
Quinn


19:31:16 Trac[core] ERROR: Page not modified
19:31:16 Trac[core] ERROR: Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 531,
in cgi_start
    real_cgi_start()
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 526,
in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 441,
in dispatch_request
    module.run()
  File "/usr/local/lib/python2.4/site-packages/trac/Module.py", line 44,
in run
    self.render()
  File "/usr/local/lib/python2.4/site-packages/trac/Wiki.py", line 332,
in render
    self.page.commit(author, comment, self.req.remote_addr)
  File "/usr/local/lib/python2.4/site-packages/trac/Wiki.py", line 115,
in commit
    raise TracError('Page not modified')




More information about the Trac mailing list