Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-23 Thread Chris Nighswonger
On Fri, Apr 23, 2010 at 11:18 AM, Richard Forristall wrote: > > Chris, > Thanks for the reminder - I remember you indicated this in a previous post.   > How does one ensure this is running as my kohauser? I believe you'll have to form your system call so that it su's the script as your koha user.

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-23 Thread Richard Forristall
Places to Work Winner www.goodwillaz.org -Original Message- From: Chris Nighswonger [mailto:cnighswon...@foundations.edu] Sent: Friday, April 23, 2010 8:08 AM To: Richard Forristall Cc: Koha-devel@lists.koha.org Subject: Re: [Koha-devel] Creating New Pages in Koha - second request On Thu

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-23 Thread Chris Nighswonger
On Thu, Apr 22, 2010 at 6:20 PM, Richard Forristall wrote: > Thank you all for your replies!  It's only when the obvious is staring you in > the face do you realize how much there still is to learn. > > My issue was permissions -- once I did a chmod on the .pl page, it worked! I > made the assum

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-23 Thread Michael Hafen
Glad you got the page to work. On Thu, 2010-04-22 at 15:20 -0700, Richard Forristall wrote: > Thank you all for your replies! It's only when the obvious is staring you in > the face do you realize how much there still is to learn. > > My issue was permissions -- once I did a chmod on the .pl pa

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Richard Forristall
22, 2010 12:05 PM To: Eric Bégin Cc: Richard Forristall; Koha-devel@lists.koha.org Subject: Re: [Koha-devel] Creating New Pages in Koha - second request Also, the new page .pl file has to have the read and execute file system permissions set so the web server can run it. Then, once the page does wha

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Michael Hafen
Also, the new page .pl file has to have the read and execute file system permissions set so the web server can run it. Then, once the page does what you want, you have to look at the main page and side bar for that module and put a link to the page in those files. Good luck. On Thu, 2010-04-22 a

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Eric Bégin
Hi Richard, My guest would be that the owner of your file is not koha:koha. A look to your log file may give you a hint (default: /var/log/koha/*). Eric Richard Forristall wrote: > > Hi again, > > If anyone can help me with creating new pages in Koha - could you > provide a link to documentat

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Chris Nighswonger
Hi Rick, On Thu, Apr 22, 2010 at 1:39 PM, Richard Forristall wrote: > > Hi again, > > If anyone can help me with creating new pages in Koha - could you > provide a link to documentation or let me know if there are steps beside > merely copying existing pages/templates and saving as new files? No

Re: [Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Brendan Gallagher
Hi Richard - This may help you out a little - http://koha-community.org/documentation/3-2-manual/?ch=a9284 -Brendan --- Brendan A. Gallagher ByWater Solutions CEO, Director of Innovation

[Koha-devel] Creating New Pages in Koha - second request

2010-04-22 Thread Richard Forristall
Hi again, If anyone can help me with creating new pages in Koha - could you provide a link to documentation or let me know if there are steps beside merely copying existing pages/templates and saving as new files? Thanks a gozillian! Thanks, Rick ---