On Wed, 2008-02-13 at 16:30 -0500, John Coffie wrote: > Kristis, > > Thanks for responding back so quickly. We read the issue that you posted > previously (and even tried the fix Jean recommended) but it was to no avail. > We are still stuck and looks like we're going to have to bag this. > > Our setup is as follows: > > mysql 5.0 is on a Solaris 8 machine (running quite well) > Bugzilla 3.X is on a Solaris 8 machine (same as above) and being served by > Apache 2.0.59 > Subversion 1.4.3 on a the same Solaris machine > > All are working fine. > > We changed the permissions to 777 for the entire Scmbug directory and as I > stated above we are still running into the same problem.
You shouldn't set 777 to the Scmbug directory. You should set 777 to the bugzilla directory. Scmbug cannot read the Bugzilla files. Can you: $ ls -lrtah /proj/apps/bugzilla' for me ? Also: - Does Scmbug have access to /proj ? $ ls -lrtah /proj - Does Scmbug have access to /proj/apps ? $ ls -lrtah /proj/apps I am certain this is a permissions error. If you were to run: chmod -R 777 /proj you might solve this problem (...and create another one)
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
