Strange problems with local path

sTRANGE PROBLEM WITH
Apache and modperl

When Displaying Tickets
I cannot run /html/Ticket/elements/requestor.html from the local path (customized)

It complains that in line

my §rows = 10;

following complain.
"
Error during compilation of /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor:
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 47.
syntax error at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 47, near “10;”
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 55.
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 174.
Missing right curly or square bracket"

If i take just the same file ShowRequestor.html to the usr/share/ path (originals) it works.

Can someone help?

This worked al fine with apache 2 and mod2-perl2

Kind regards

Joerg

Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle
Freunde gleichzeitig schicken: WEB.DE E-Mail → kostenlose Mail-Adresse @WEB.DE | FreeMail

J�rg Ungermann wrote:

sTRANGE PROBLEM WITH
Apache and modperl

When Displaying Tickets
I cannot run /html/Ticket/elements/requestor.html from the local path (customized)

It complains that in line

my �rows = 10;

following complain.
"
Error during compilation of /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor:
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 47.
syntax error at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 47, near “10;”
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 55.
Global symbol “$rows” requires explicit package name at /usr/local/share/request-tracker3.4/html/Ticket/Elements/ShowRequestor line 174.
Missing right curly or square bracket"

If i take just the same file ShowRequestor.html to the usr/share/ path (originals) it works.

Can someone help?

This worked al fine with apache 2 and mod2-perl2

Kind regards

Joerg

my guess would be that you didn’t re-install, just moved the install
from one folder to the other? A quick fix would be to link
/usr/share/request-tracker3.4 to /usr/local/share/request-tracker3.4

Anne