Quote:
Originally Posted by USF
OK I figured out that I had to change the location of the perl script over what was listed as the default. I have used the information below and I still get an error 500 when I try this url: OOTPOU Administration
FROM MY SERVER INSTRUCTIONS:
Using Your Perl Module(s)
Your Perl script needs to know how to find the modules in your path. You can do this by adding one of the two choices below to the top of your script:
#!/usr/bin/perl
use cPanelUserConfig;
or
#!/usr/bin/perlml
I am assuming that if this URL works - this is where I configure the ADMIN TAB PARAMETERS PAGE / PERMISSIONS?? I'm still lost where to do this...
Jason
|
Ok so I got to the "ADMIN TAB Parameters" page
Using your Control Panel you have to go to the directory/folder where the ootpou.pl file is and highlight and select permissions: You will then be able to select "EXECUTABLE" from the list. The other options are READ/WRITE. Once you do this and use the URL I gave able bingo you are all of the sudden in the ADMIN screen.
I feel like I am solving a "Puzzle" here...