ryanprice
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: BrowseHappyI like free software, and I even like free software with an agenda, but DO NOT give me propaganda, even if it is only in the admin interface – I was using a friend’s computer and I seriously thought she had spyware – no, sorry, THAT’S A FEATURE!! Bullsh*t
Forum: Fixing WordPress
In reply to: OPML Export, How?My install is having issues with this
<!-- generator="wordpress/2.0.2" -->
<opml version="1.0">
<head>
<title>Links for Liberatr Presents</title>
<dateCreated>Mon, 24 Apr 2006 22:04:24 GMT</dateCreated>
</head>
<body>
<div id="error">
<p class="wpdberror">
<strong>WordPress database error:</strong>
[You have an error in your SQL syntax near 'on wp_links.link_category = wp_linkcategories.cat_id
AND wp_links.link_visible' at line 3]
<br/>
<code>
SELECT wp_links.link_url, link_rss, wp_links.link_name, wp_links.link_category, wp_linkcategories.cat_name, link_updated
FROM wp_links
JOIN wp_linkcategories on wp_links.link_category = wp_linkcategories.cat_id
AND wp_links.link_visible = 'Y'
ORDER BY wp_linkcategories.cat_name, wp_links.link_name
</code>
</div>
</body>
</opml>Forum: Installing WordPress
In reply to: Blank page when updating to 2.0My web host sometimes has wierd problems where the file permissions get messed up. My error was fixed by using the ‘DISABLE_CACHE’ fix, but all I really had to do was delete the ‘cache’ directory in ‘wp-content’. The problem is, the file permissions would not let me delete these files for some reason, but I could rename the ‘cache’ directory to ‘junk’. So now I have several kB of cached webpages taking up space on my server, but my site is back to normal.