Gossamer Forum
Home : Products : Gossamer Links : Discussions :

[Bug] Build Output

Quote Reply
[Bug] Build Output
2.1.2 possible bug:

When running build from cron, the output when building 'What's Cool' index always shows the html tags used for the cool page template.

Thus you see:

Building What's Cool Index ... <a href='http://www.mysite.com/cool/index.html' target='_blank'>1</a> <a href='http://www.mysite.com/cool/more2.html' target='_blank'>2</a>

I'm classing this as a small bug as I didn’t see this before the upgrade to 2.12.

~ ERASER


Free JavaScripts @ Insight Eye
Quote Reply
Re: [Eraser] [Bug] Build Output In reply to
There is a similar problem with categories consisting of several pages. There it shows, e.g.

Building subpage: /path/to/www/Study_Material/Iyengar_Yoga/more2.html

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] [Bug] Build Output In reply to
Hi,

Thanks, I fixed the What's Cool, however I can't see your's Ivan:

$USE_HTML ?
print "\t\tBuilding subpage: <a href='$url' target='_blank'>$_</a>\n" :
print "\t\tBuilding subpage: $page\n";

The subpage seems to have a USE_HTML around it, so it shouldn't display any HTML during cron?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] [Bug] Build Output In reply to
It doesn't display any HTML, but it displays the whole path.

Is this the way it is supposed to be?

Ivan
-----
Iyengar Yoga Resources / GT Plugins