Opened 11 years ago
Closed 11 years ago
#9897 closed bug (fixed)
Haiku Files - Unsupported Builds (x86-gcc2 Package Management PREVIEW) feed generatin problem
Reported by: | dsjonny | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I found an error when I wanted to use the RSS feed for the Package Management images: mysql_num_rows(): supplied argument is not a valid MySQL result resource in <b>/home/haiku_files/haiku-files.org/unsupported-builds/package-management-preview/rss/index.php on line 30
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <atom:link href="http://www.haiku-files.org/unsupported-builds/package-management-preview/rss/" rel="self" type="application/rss+xml" /> <title>Haiku Files - Unsupported Builds (x86-gcc2 Package Management PREVIEW)</title> <description> Haiku Files is an archive of nightly builds for Haiku®, an open-source operating system. They are provided for development and testing purposes only. </description> <generator>Build Factory</generator> <link>http://www.haiku-files.org/</link> <br /> <b>Warning</b>: mysql_num_rows(): supplied argument is not a valid MySQL result resource in <b>/home/haiku_files/haiku-files.org/unsupported-builds/package-management-preview/rss/index.php</b> on line <b>30</b><br /> </channel> </rss>
Note:
See TracTickets
for help on using tickets.
the directory was missing from the populate_rss.php script, it's now fixed. Thanks!