Changes between Initial Version and Version 3 of Ticket #10846


Ignore:
Timestamp:
Mar 24, 2013, 6:15:49 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10846

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #10846 – Description

    initial v3  
    1 I have followed the instructions on the [http://trac-hacks.org/wiki/SimpleMultiProjectPlugin] page.
     1I have followed the instructions on the SimpleMultiProjectPlugin page.
     2
    23I cannot see the plugin in the admin panel and the database does not have the smp_project table.
     4
    35No errors reported but curiously
    4 {{{
     6{{{
     7#!sh
    58trac-admin /instance_trac/ upgrade
    69}}}
    710reports that "Database is up to date, no upgrade necessary."
    811
    9 I'm running on ubuntu 12.10 with MySQL version 5.5.29-0ubuntu0.12.10.1
     12I'm running on ubuntu 12.10 with MySQL `version 5.5.29-0ubuntu0.12.10.1`:
    1013
     14{{{
     15#!sh
    1116$ sudo python setup.py bdist_egg
    1217[sudo] password for me:
     
    7378creating 'dist/SimpleMultiProject-0.0.3dev-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
    7479removing 'build/bdist.linux-x86_64/egg' (and everything under it)
     80}}}
    7581
    76 I copied the .egg directory to my trac instance plugins directory and restarted apache and then tried to update the database but it seemed to think that it is up to date.
     82I copied the .egg directory to my trac instance plugins directory and restarted Apache and then tried to update the database but it seemed to think that it is up to date.
    7783
    7884Any help appreciated.