rexxx webmaster
Oct 15, 2002, 4:54 AM
New User (4 posts)
Oct 15, 2002, 4:54 AM
Post #77 of 85
Views: 958
Hi
Just a little confused... is this mod still current? The instructions say for step 1, to add some code in the links.cfg.. but I get the impression I should be replacing it. However, this code does not appear in my links.cfg.. is this the correct file to edit?
Also, the instructions skip from step 1, to step 7. Are there steps missing? or are steps 2-6 no longer necessary?
tia
Astrogirl <~~ confused
Just a little confused... is this mod still current? The instructions say for step 1, to add some code in the links.cfg.. but I get the impression I should be replacing it. However, this code does not appear in my links.cfg.. is this the correct file to edit?
Also, the instructions skip from step 1, to step 7. Are there steps missing? or are steps 2-6 no longer necessary?
tia
Astrogirl <~~ confused
Oct 15, 2002, 5:27 PM
Enthusiast (720 posts)
Oct 15, 2002, 5:27 PM
Post #78 of 85
Views: 938
check out th efollowing
http://www.gossamer-threads.com/...g=editor%27s;#140567
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
http://www.gossamer-threads.com/...g=editor%27s;#140567
Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Oct 10, 2004, 3:35 PM
Novice (19 posts)
Oct 10, 2004, 3:35 PM
Post #80 of 85
Views: 704
Oct 10, 2004, 6:45 PM
Novice (19 posts)
Oct 10, 2004, 6:45 PM
Post #81 of 85
Views: 699
Ok I have done everything right down to the last fix.
I go to Build All to update everything and it won't build, it says Page cannot be displayed. Cannot find server or DNS error. The rest of the admin area works just find, just Build All, Staggered, Staggered Auto don't work.
here is the link to my nph-build file, I might have entered something wrong.
http://www.worldwiderpg.com/nph-build.txt
Any help much appreciated. Everything as far as I can tell works. Yes you will notice pick_links and pc_links, I am adding my own Picks page.
Thanks in advance
Steve
I go to Build All to update everything and it won't build, it says Page cannot be displayed. Cannot find server or DNS error. The rest of the admin area works just find, just Build All, Staggered, Staggered Auto don't work.
here is the link to my nph-build file, I might have entered something wrong.
http://www.worldwiderpg.com/nph-build.txt
Any help much appreciated. Everything as far as I can tell works. Yes you will notice pick_links and pc_links, I am adding my own Picks page.
Thanks in advance
Steve
Last edited by:
Mythotical: Oct 10, 2004, 7:10 PM
Oct 11, 2004, 12:30 AM
Veteran (1350 posts)
Oct 11, 2004, 12:30 AM
Post #82 of 85
Views: 692
Look at the build-staggered routine, note the typos:
$t1 = time();
print "** Creating Reviewer's Pick Pages...\n";
&build_pick_page
pring "** Done (", time - $t1, " s)!\n\n";
$t1 = time();
print "** Creating People's Choice Pages...\n";
&build_pc_page
pring "** Done (", time - $t1, " s)!\n\n";
Leonard
aka PerlFlunkie
$t1 = time();
print "** Creating Reviewer's Pick Pages...\n";
&build_pick_page
pring "** Done (", time - $t1, " s)!\n\n";
$t1 = time();
print "** Creating People's Choice Pages...\n";
&build_pc_page
pring "** Done (", time - $t1, " s)!\n\n";
Leonard
aka PerlFlunkie
Oct 11, 2004, 11:02 AM
Novice (19 posts)
Oct 11, 2004, 11:02 AM
Post #83 of 85
Views: 680
Thanks alot, that got it, didn't think it would be a spelling error. LOL
Now I get this error:
CGI ERROR ==========================================
Error Message : fatal error: Undefined subroutine &main::site_html_pc called at
nph-build.cgi line 1103.
Script Location : nph-build.cgi
Perl Version : 5.008
This is what I have on line 1103:
print PC &site_html_pc(@pc_links);
Any help with that would be great. I am currently trying to fix it but if not, I will still post it here just in case.
Steve
Now I get this error:
Code:
CGI ERROR ==========================================
Error Message : fatal error: Undefined subroutine &main::site_html_pc called at
nph-build.cgi line 1103.
Script Location : nph-build.cgi
Perl Version : 5.008
This is what I have on line 1103:
Code:
print PC &site_html_pc(@pc_links);
Any help with that would be great. I am currently trying to fix it but if not, I will still post it here just in case.
Steve
Last edited by:
Mythotical: Oct 11, 2004, 11:04 AM
Oct 11, 2004, 12:25 PM
Veteran (1350 posts)
Oct 11, 2004, 12:25 PM
Post #84 of 85
Views: 669
Do you have a routine in either site_html.pl or site_html_templates.pl for the pc page, like the one you must have made for the pick page? The error says there is not such a routine. Make sure you used the same spelling and capitalization...
&site_html_pc
sub site_html_pc
Leonard
aka PerlFlunkie
&site_html_pc
sub site_html_pc
Leonard
aka PerlFlunkie
Oct 11, 2004, 3:28 PM
Novice (19 posts)
Oct 11, 2004, 3:28 PM
Post #85 of 85
Views: 673
Thanks, found the problem. It was spaced wrong for my sub site_html_pc, I had it just spaced wrong, I took out spaces and it worked perfect. Thanks, now I just gotta add the review mod so it will work with my PC Category.
If you have suggestions for getting that to work, please do tell.
Thanks again
Steve
If you have suggestions for getting that to work, please do tell.
Thanks again
Steve



