Edgewall Software

Changes between Initial Version and Version 2 of Ticket #10243


Ignore:
Timestamp:
Nov 22, 2014, 2:14:59 PM (9 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10243

    • Property Status newclosed
    • Property Owner Matthew Hoggan removed
    • Property Resolutioncantfix
  • Ticket #10243 – Description

    initial v2  
    44
    55First I have an edited install script of all my actions to install trac. See the trac_install.log attachment. All version of software being used for trac are contained in this attachment. Other version are listed below.
    6 
     6{{{
    77[root@localhost conf.d]# rpm -qa 'mysql*' 'python*' 'httpd*' 'MySQL*'
    88python-elementtree-1.2.6-5
     
    4141mysql-server-5.0.77-4.el5_6.6
    4242mysql-connector-odbc-3.51.26r1127-1.el5
    43 
     43}}}
    4444After configuring apache, which I know works, and then going to my trac site.
    4545
     
    4747
    4848I get the following error in /var/log/httpd/error_log:
    49 
     49{{{
    5050[root@localhost conf.d]# cat /var/log/httpd/error_log | tail -n 10
    5151[Fri Jul 01 09:46:39 2011] [error] [client 99.116.248.31] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
     
    5959[Fri Jul 01 09:46:39 2011] [error] [client 99.116.248.31] PythonHandler trac.web.modpython_frontend: TypeError: can only concatenate list (not "str") to list
    6060[Fri Jul 01 09:46:39 2011] [error] [client 99.116.248.31] File does not exist: /var/www/html/favicon.ico
    61 
     61}}}
    6262I have seen similar bugs but none of the fixes seemed to fix my problem.
    6363
    6464I am running:
     65{{{
    6566[root@localhost conf.d]# uname -a
    6667Linux localhost.localdomain 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    6768[root@localhost conf.d]# cat /etc/*release
    6869CentOS release 5.6 (Final)
     70}}}