Opened 3 years ago
Closed 3 years ago
#17234 closed bug (fixed)
Website: slideshows broken
Reported by: | nephele | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Visiting https://www.haiku-os.org/slideshows/ results in
UNABLE TO RENDER PAGE (type=section,slideshows, name=Slideshows). Contact a system administrator, or file a bug report.
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Ok, I figured out the problem. The Haiku slideshow is stored in /content/slideshows, in html files named haiku-1.html, haiku-2.html etc.
The homepage links directly to the haiku-1.html file at https://www.haiku-os.org/slideshows/haiku-1/, so that is why haiku-os.org/slideshows doesn't exist - because we only have one slideshow, and we link directly to that from the homepage.
comment:5 by , 3 years ago
Milestone: | Unscheduled |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed by jt15s in https://github.com/haiku/website/pull/561
Note:
See TracTickets
for help on using tickets.
I'll have a look at it - most likely there's a syntax error with how the page is formatted.