Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#8446 closed defect (invalid)

StandardError: Could not create SQL-database!

Reported by: daigeler Owned by:
Priority: high Milestone:
Component: general Version: 0.11.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Ich wollte ein neues Projekt im DDP anlegen…

How to Reproduce

While doing a POST operation on /admin/admin/create_project, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'1efd97478d14890c23363567',
 'cat_id': u'admin',
 'descr': u'Entwicklungsprojekt der FSA-DB',
 'longname': u'Fehlerspeicheranalyse-DB',
 'panel_id': u'create_project',
 'path_info': None,
 'shortname': u'fsa-db'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)

System Information

Trac 0.11.4
Python 2.6 (r26:66714, Dec 3 2008, 06:05:48)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]]
setuptools 0.6c9
SQLite 3.6.14
pysqlite 2.4.1
Genshi 0.5.1
mod_python 3.3.1
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 435, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 205, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/trac/admin/web_ui.py", line 113, in process_request
    path_info)
  File "build/bdist.linux-i686/egg/ddp_admin/ddp_admin.py", line 41, in render_admin_panel
    return self._process_create_project(req)
  File "build/bdist.linux-i686/egg/ddp_admin/ddp_admin.py", line 51, in _process_create_project
    ret = create_project(req.args.get('shortname'), req.args.get('longname'), req.args.get('descr'))
  File "/usr/lib/python2.6/site-packages/ddp/project.py", line 65, in create_project
    raise StandardError, "Could not create SQL-database!"
StandardError: Could not create SQL-database!

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 15 years ago

Resolution: invalid
Status: newclosed

PluginIssue (ddp_admin), please report it to the plugin maintainer.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.