I believe the problem is caused by an old plugin or a plugin dependency.

Although I installed a few plugins, I had none of them activated. But one of them seems to break Trac, even when not activated. I don't know which one.

Here is a list of stuff I did not install this time (on the working server). But I did install this on the broken server. Many of these are old .10 or .11 plugins (because there were no .12 versions available), but I confirmed them working on a Trac .12 release many months ago.

--Derek

{{{
#!sh
sudo apt-get install libapache2-svn subversion python-subversion

# Needed for bitten's trac 10.4 compatiblity.
sudo apt-get install -y python-clearsilver

# Needed for bitten unitest.
sudo easy_install http://darcs.idyll.org/~t/projects/figleaf-latest.tar.gz

# Enable LDAP authentication (if using LDAP):
# Run this or the default config below will cause Apache not to start:
a2enmod authnz_ldap


sudo apt-get install -y build-essential graphviz
sudo easy_install -U setuptools
sudo easy_install http://svn.edgewall.org/repos/genshi/trunk/

sudo easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
sudo easy_install http://trac-hacks.org/svn/customfieldadminplugin/0.11
sudo easy_install http://trac-hacks.org/svn/eclipsetracplugin/tracrpcext/0.10
sudo easy_install http://trac-hacks.org/svn/iniadminplugin/0.11
sudo easy_install http://trac-hacks.org/svn/masterticketsplugin/0.11

# NOTE: This is about the PageToPDF plugin: http://trac-hacks.org/ticket/1056
sudo easy_install http://trac-hacks.org/svn/pagetopdfplugin/0.10/

sudo easy_install http://trac-hacks.org/svn/progressmetermacro/0.11
sudo easy_install http://trac-hacks.org/svn/ticketdeleteplugin/0.11
sudo easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.11

sudo easy_install pisa
#sudo easy_install PIL
sudo apt-get install -y python-imaging
# Python headers are required:
sudo apt-get install -y python-dev
# Freetype dev:
sudo apt-get install -y libfreetype6-dev msttcorefonts
sudo easy_install http://trac-hacks.org/svn/tracwikiprintplugin
echo "
[components]
wikiprint.* = enabled
" >> /var/lib/trac/projects/$PROJECT/conf/trac.ini

#http://trac-hacks.org/wiki/TimingAndEstimationPlugin
# See also: http://trac-hacks.org/wiki/TimeEstimationUserManual#Configuration sudo easy_install http://trac-hacks.org/svn/timingandestimationplugin/branches/trac0.11-Permissions/

#http://trac-hacks.org/wiki/WorkLogPlugin
sudo easy_install http://trac-hacks.org/svn/worklogplugin/0.11/

#http://trac-hacks.org/wiki/FullBlogPlugin
easy_install --always-unzip http://trac-hacks.org/svn/fullblogplugin/0.11
#[components]
echo "
tracfullblog.* = enabled
" >> /var/lib/trac/projects/$PROJECT/conf/trac.ini

# PrivateWiki plugin, see http://trac-hacks.org/wiki/PrivateWikiPlugin
sudo easy_install http://trac-hacks.org/svn/privatewikiplugin
# Enable this under [components] in trac.ini:
#[components]
echo "
privatewiki.api.privatewikisystem = enabled
" >> /var/lib/trac/projects/$PROJECT/conf/trac.ini
# Now add a new section to the trac.ini:
echo "
[privatewikis]
private_wikis=PRIVATE
" >> /var/lib/trac/projects/$PROJECT/conf/trac.ini

# Enable webadmin
cd /var/lib/trac/projects/$PROJECT/conf
cp -a trac.ini trac.ini-pre-webadmin
sed '
s/\[components\]/\[components\]\nwebadmin\.\* = enabled/
' < trac.ini-pre-webadmin > trac.ini

}}}

P.S.> When I tried to submit this info to my ticket, it got rejected as Spam despite me entering a Captcha when prompted.

On 04/12/2011 01:10 PM, Christian Boos wrote:
On 4/12/2011 6:34 PM, Derek Simkowiak wrote:

    Bump?
  ...

As you have created a ticket on t.e.o, please also check there ... you were asked a question
(http://trac.edgewall.org/ticket/10126#comment:1)

-- Christian


--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to