How to commit changes in source code?

Hi,

I have installed and configured RT 3.6.0 on SunOS 5.10 .

As I am trying to make small static changes changes like in login page
at the right corner its written
"Not logged in" I changed in the source code and wrote "Please log in "
the change is not reflected.

Not even after restarting webserver and mason.

Please guide.

Thanks & Regards,
Tanu Mehrotra

Request Tracker Wiki 9/13/06, Tanu Mehrotra tanu@cadence.com wrote:

Hi,

I have installed and configured RT 3.6.0 on SunOS 5.10 .

As I am trying to make small static changes changes like in login page at
the right corner its written
“Not logged in” I changed in the source code and wrote "Please log in " the
change is not reflected.

Not even after restarting webserver and mason.

Please guide.

Thanks & Regards,
Tanu Mehrotra


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Best regards, Ruslan.

Thanks Ruslan !!

As instructed on this link instead of removing I just mv the dir (which
was inside obj directory )to one dir up and have restarted the weserver
but it has again created the same dir and on browser it displays

System error

error: Error during compilation of
/export/home/RT/share/html/Elements/Login:
Bad name after Login’ at /export/home/RT/share/html/Elements/Login line
68.

Stack:
[/export/home/RT/share/html/Elements/Login:68]
[/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm:811]
[/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm:441]
[/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1089]
[/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1022]
[/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1200]
[/export/home/RT/share/html/autohandler:285]

context: …
64: ;
65: </%INIT>
66:
67: <& /Elements/Callback, %ARGS, _CallbackName => ‘Header’ &>
68: <& /Elements/Header, Title => loc(Login’), Focus => ‘user’ &>
69:
70: %# End of div#quickbar from /Elements/Header
71:
72:

code stack:
/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Interp.pm:445
/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1089
/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1022
/usr/local/lib/perl5/site_perl/5.8.8/HTML/Mason/Request.pm:1200
/export/home/RT/share/html/autohandler:285

raw errorFrom: Ruslan Zakirov [mailto:ruslan.zakirov@gmail.com]
Sent: Wednesday, September 13, 2006 5:16 PM
To: Tanu Mehrotra
Cc: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] How to commit changes in source code ??

http://wiki.bestpractical.com/?CleanMasonCache

Thanks Ruslan !!

Bad name after Login’ at /export/home/RT/share/html/Elements/Login line
68.

68: <& /Elements/Header, Title => loc(Login’), Focus => ‘user’ &>

Tanu,

Looks like you’ve added a typo along with your changes… that loc(Login’)
should be loc(‘Login’) on linie 68 of
/export/home/RT/share/html/Elements/Login

Also, if you’re changing things in RT, it’s probably a good idea to do so
in the local copy.
See Request Tracker Wiki under ‘Using
the Local Directory’ for further info. Basically, anything placed in the
local directory will override the defaults. That way, when you update, you
know what files you’ve changed or created, and hence should be able to
upgrade more cleanly and with less hassle.

Regards,

Andrew Nicols

Regards,

Andrew Nicols

Thanks a lot Andrew . Its done.

Regards
TanuFrom: andrewrn@gmail.com [mailto:andrewrn@gmail.com] On Behalf
Of Andrew Nicols
Sent: Wednesday, September 13, 2006 5:39 PM
To: Tanu Mehrotra
Cc: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] How to commit changes in source code ??

	Thanks Ruslan !!


Bad name after Login' at

/export/home/RT/share/html/Elements/Login line
68.

	68:  <& /Elements/Header, Title => loc(Login'), Focus =>

‘user’ &>

Tanu,

Looks like you've added a typo along with your changes... that

loc(Login’) should be loc(‘Login’) on linie 68 of
/export/home/RT/share/html/Elements/Login

Also, if you're changing things in RT, it's   probably a good

idea to do so in the local copy.
See Request Tracker Wiki
under ‘Using the Local Directory’ for further info. Basically, anything
placed in the local directory will override the defaults. That way, when
you update, you know what files you’ve changed or created, and hence
should be able to upgrade more cleanly and with less hassle.

Regards,


Andrew Nicols 


Regards,

Andrew Nicols