<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>68KB Community Forums: Recent Posts</title>
		<link>http://68kb.com/support/</link>
		<description>68KB Community Forums</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Sep 2010 09:46:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://68kb.com/support/search.php</link>
		</textInput>
		<atom:link href="http://68kb.com/support/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Eric Barnes on "Alpha v2"</title>
			<link>http://68kb.com/support/topic/alpha-v2#post-718</link>
			<pubDate>Tue, 07 Sep 2010 19:31:05 +0000</pubDate>
			<dc:creator>Eric Barnes</dc:creator>
			<guid isPermaLink="false">718@http://68kb.com/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://68kb.com/2010/09/07/68kb-v2-alpha/&#34;&#62;68kb v2 alpha&#60;/a&#62; is now available from our new &#60;a href=&#34;http://github.com/68kb/68kb&#34;&#62;git hub repo&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Please read the release announcement for more information. If anyone wants to volunteer to help 68kb we are really in need of someone to help in creating documentation for v2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnw on "BUG: Articles don&#039;t sort properly in Category view."</title>
			<link>http://68kb.com/support/topic/bug-articles-dont-sort-properly-in-category-view#post-717</link>
			<pubDate>Wed, 01 Sep 2010 18:21:42 +0000</pubDate>
			<dc:creator>johnw</dc:creator>
			<guid isPermaLink="false">717@http://68kb.com/support/</guid>
			<description>&#60;p&#62;In 68kb v1.0.0rc5, weight is not applied to sorting of articles when viewed by category. I fixed this in mine by adding a line of code to article_model.php:&#60;/p&#62;
&#60;p&#62;	function get_articles_by_catid($id, $limit=0, $current_row = 0, $show_count=FALSE)&#60;br /&#62;
	{&#60;br /&#62;
		$id = (int)$id;&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;from('articles');&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;join('article2cat', 'articles.article_id = article2cat.article_id', 'left');&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;where('category_id', $id);&#60;br /&#62;
		$this-&#38;gt;db-&#38;gt;where('article_display', 'Y');&#60;br /&#62;
		&#60;strong&#62;$this-&#38;gt;db-&#38;gt;orderby('article_order desc, article_hits desc');		//	added by JW 9/1/2010&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Haven't submitted to the bug tracker as it looks like it requires logging in with google.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-716</link>
			<pubDate>Wed, 01 Sep 2010 17:25:45 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">716@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Still have an issue here, anyone have any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-715</link>
			<pubDate>Wed, 01 Sep 2010 17:25:08 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">715@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Still having an issue, does anyone have any idea how i can start to debug this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boba on "Easier Way to Add images?"</title>
			<link>http://68kb.com/support/topic/easier-way-to-add-images#post-714</link>
			<pubDate>Sat, 28 Aug 2010 07:56:06 +0000</pubDate>
			<dc:creator>Boba</dc:creator>
			<guid isPermaLink="false">714@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I thought this system was exactly what I was looking for, but after installing it and seeing how time-consuming it is to add images, I am afraid it is a deal breaker, and I can't use it yet.&#60;/p&#62;
&#60;p&#62;These programs all have easy ways to upload images: Wordpress, Joomla, any ecommerce platform. &#60;/p&#62;
&#60;p&#62;You click a browse button, find the image on your computer, click upload, and the image is uploaded and stored on a directory on your site. You can put the image anywhere in the post, resize it, write captions, etc. &#60;/p&#62;
&#60;p&#62;Not all users of a 68kb system are going to be webmasters, so how do they put their images on a post? They need to upload it somewhere, then get the url, then paste the URL. &#60;/p&#62;
&#60;p&#62;I hope later releases allow images to be uploaded more easily.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-713</link>
			<pubDate>Fri, 27 Aug 2010 19:04:53 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">713@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Not sure what i'm doing, but if i change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;description&#38;gt;&#38;lt;![CDATA[
      &#38;lt;?php echo $row-&#38;gt;article_description; ?&#38;gt;
      ]]&#38;gt;&#38;lt;/description&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;description&#38;gt;&#38;lt;![CDATA[
      &#38;lt;?php echo &#38;quot;bob&#38;quot;; ?&#38;gt;
      ]]&#38;gt;&#38;lt;/description&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It doesn't error... doesn't really help, but at least i know what the problem-line is.&#60;/p&#62;
&#60;p&#62;Any thoughts anyone?&#60;/p&#62;
&#60;p&#62;The error is displayed here:&#60;br /&#62;
&#60;a href=&#34;http://www.datingwithlarry.com/index.php/rss&#34; rel=&#34;nofollow&#34;&#62;http://www.datingwithlarry.com/index.php/rss&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-712</link>
			<pubDate>Fri, 27 Aug 2010 18:23:29 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">712@http://68kb.com/support/</guid>
			<description>&#60;p&#62;From what i can tell, if you go to the /setup link in RC4, it loads some kind of setup program (but i'm not sure what the program does exactly).&#60;/p&#62;
&#60;p&#62;At the very least, we replaced the file that they suggested.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gunnar on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-711</link>
			<pubDate>Fri, 27 Aug 2010 15:19:00 +0000</pubDate>
			<dc:creator>Gunnar</dc:creator>
			<guid isPermaLink="false">711@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hello Lawrence,&#60;br /&#62;
I have exactly the same issue as you!&#60;br /&#62;
The following steps did not enable me to update to RC5:&#60;/p&#62;
&#60;p&#62;1. Uploaded the &#34;upload&#34; folder to the server&#60;br /&#62;
2) Overwrote everything in my &#34;kb&#34; folder with the files+folders from the &#34;upload&#34; folder&#60;br /&#62;
3) Accessed &#60;a href=&#34;http://yoursite.com/index.php/setup/&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/index.php/setup/&#60;/a&#62; with no result&#60;/p&#62;
&#60;p&#62;Additionally, I also was not able to access the admin panel.&#60;br /&#62;
Because of that, I downgraded to RC4 and will see if this issue can be solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-710</link>
			<pubDate>Fri, 27 Aug 2010 05:08:06 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">710@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Addendum:&#60;/p&#62;
&#60;p&#62;Looks like i overwrote the /index.php file, so now i can access /index.php/setup.&#60;/p&#62;
&#60;p&#62;however, when i OVERWRITE all of my existing folders with the files in the download, it dies again.&#60;/p&#62;
&#60;p&#62;Am i doing it wrong?  Am i suppose to just copy over some files, or do i actually overwrite or add everything in the /upload in all of the existing dirs?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "Issues upgrading to 1rc5"</title>
			<link>http://68kb.com/support/topic/issues-upgrading-to-1rc5#post-709</link>
			<pubDate>Fri, 27 Aug 2010 04:22:37 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">709@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;Need a lot of help here.  I feel like i'm back at university staring at the calculus textbook and my eyes are glazing over.&#60;/p&#62;
&#60;p&#62;I'm trying to follow the instructions to upgrade, but nothing seems to be going right.&#60;/p&#62;
&#60;p&#62;According to:&#60;br /&#62;
&#60;a href=&#34;http://68kb.com/user_guide/installation/upgrading.html&#34; rel=&#34;nofollow&#34;&#62;http://68kb.com/user_guide/installation/upgrading.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1) I downloaded the files and unzipped&#60;br /&#62;
2) I uploaded everything from the /upload directory over-writing my existing files?&#60;br /&#62;
3) I'm supposed to run &#60;a href=&#34;http://yoursite.com/index.php/setup/&#34; rel=&#34;nofollow&#34;&#62;http://yoursite.com/index.php/setup/&#60;/a&#62; but that doesn't do anything (that i can tell) and i don't see any setup directory at all.&#60;br /&#62;
4) Assuming that works (which it didn't), i'm suppose to delete this dir, &#60;/p&#62;
&#60;p&#62;sources/controllers/setup DIRECTORY.&#60;/p&#62;
&#60;p&#62;but i don't see it anywhere either, there is no sources dir.  &#60;/p&#62;
&#60;p&#62;Atgh! &#60;/p&#62;
&#60;p&#62;Any help is appreciated.  It's possible the previous web-guy delete files, but i must be fundamentally misunderstanding something.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maknet on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-708</link>
			<pubDate>Thu, 26 Aug 2010 21:21:20 +0000</pubDate>
			<dc:creator>maknet</dc:creator>
			<guid isPermaLink="false">708@http://68kb.com/support/</guid>
			<description>&#60;p&#62;*BUMP*&#60;/p&#62;
&#60;p&#62;Anyone else have this error?  Could it be that i didn't complete all of the proper fields or something?  I am getting the exact same error.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pabloherrera on "Problems getting installed"</title>
			<link>http://68kb.com/support/topic/problems-getting-installed#post-707</link>
			<pubDate>Fri, 20 Aug 2010 20:41:51 +0000</pubDate>
			<dc:creator>pabloherrera</dc:creator>
			<guid isPermaLink="false">707@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I solve this problem.&#60;br /&#62;
In the php.ini, I uncomment the line extension=php_mysql.dll.&#60;/p&#62;
&#60;p&#62;after:&#60;br /&#62;
 ;extension=php_mysql.dll&#60;/p&#62;
&#60;p&#62;now:&#60;br /&#62;
 extension=php_mysql.dll&#60;/p&#62;
&#60;p&#62;And it does not show a blank page now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pabloherrera on "Problems getting installed"</title>
			<link>http://68kb.com/support/topic/problems-getting-installed#post-706</link>
			<pubDate>Fri, 20 Aug 2010 20:22:16 +0000</pubDate>
			<dc:creator>pabloherrera</dc:creator>
			<guid isPermaLink="false">706@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi, I have the same problem. I am trying to install 68KB in a Windows 2003 Server.&#60;/p&#62;
&#60;p&#62;I am using WampServer. I don't know why it shows a blank page.&#60;/p&#62;
&#60;p&#62;I would like to know how to solve this problem.&#60;/p&#62;
&#60;p&#62;Please, help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CelticSox on "httpd.exe error when attempting to run /index.php/setup/"</title>
			<link>http://68kb.com/support/topic/httpdexe-error-when-attempting-to-run-indexphpsetup#post-705</link>
			<pubDate>Thu, 19 Aug 2010 14:40:38 +0000</pubDate>
			<dc:creator>CelticSox</dc:creator>
			<guid isPermaLink="false">705@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I have AppServ 2.6.0 on Windows XP.  When I try to run index.php/setup I get an error in httpd.exe and cannot move any further forward.  I tried changing to use a fqdn and this helped a little, I then got and error about magic_quotes in Input.php - so I commented this line out (maybe I shouldn't have!?) and now I am back to getting the crash on httpd.exe.&#60;/p&#62;
&#60;p&#62;Anyone seen anything like this before?  Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makgreg on "Access Control"</title>
			<link>http://68kb.com/support/topic/access-control#post-704</link>
			<pubDate>Tue, 17 Aug 2010 10:43:16 +0000</pubDate>
			<dc:creator>makgreg</dc:creator>
			<guid isPermaLink="false">704@http://68kb.com/support/</guid>
			<description>&#60;p&#62;+1 I agree, really need to store passwords etc. and to have a full control of what can be displayed or not...&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>makgreg on "Change 68kb logo"</title>
			<link>http://68kb.com/support/topic/change-68kb-logo#post-703</link>
			<pubDate>Tue, 17 Aug 2010 10:37:19 +0000</pubDate>
			<dc:creator>makgreg</dc:creator>
			<guid isPermaLink="false">703@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Just locate the image on your installation directory and change it (you can right click on the image with Firefox and choose &#34;View image info&#34;).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discomaker on "how to change the upload file size"</title>
			<link>http://68kb.com/support/topic/how-to-change-the-upload-file-size#post-702</link>
			<pubDate>Sun, 15 Aug 2010 13:42:18 +0000</pubDate>
			<dc:creator>discomaker</dc:creator>
			<guid isPermaLink="false">702@http://68kb.com/support/</guid>
			<description>&#60;p&#62;thanks that worked fine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PigPen on "Updating to 1rc5"</title>
			<link>http://68kb.com/support/topic/updating-to-1rc5#post-701</link>
			<pubDate>Sun, 15 Aug 2010 11:05:09 +0000</pubDate>
			<dc:creator>PigPen</dc:creator>
			<guid isPermaLink="false">701@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Edit the includes\application\controllers\setup\kb.php file. Change the version in line 39.&#60;br /&#62;
Upload it.&#60;br /&#62;
Start the upgrade with &#60;a href=&#34;http://yourdomain.com/index.php/setup&#34; rel=&#34;nofollow&#34;&#62;http://yourdomain.com/index.php/setup&#60;/a&#62;.&#60;br /&#62;
Don't forget do delete the file again, after the &#34;upgrade&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PigPen on "how to change the upload file size"</title>
			<link>http://68kb.com/support/topic/how-to-change-the-upload-file-size#post-700</link>
			<pubDate>Sun, 15 Aug 2010 10:59:49 +0000</pubDate>
			<dc:creator>PigPen</dc:creator>
			<guid isPermaLink="false">700@http://68kb.com/support/</guid>
			<description>&#60;p&#62;You have to change the upload_max_filesize in your php.ini - if you have access to it!&#60;/p&#62;
&#60;p&#62;Otherwise you can try to create a php.ini in you web-root-direcory with these two lines:&#60;/p&#62;
&#60;ol&#62;
upload_max_filesize = 10M
&#60;/ol&#62;
&#60;ol&#62;
post_max_size = 20M
&#60;/ol&#62;
&#60;p&#62;Or add the below to your .htaccess file in your kb68 root directory.&#60;/p&#62;
&#60;ol&#62;php_value upload_max_filesize 10M&#60;/ol&#62;
&#60;ol&#62;php_value post_max_size 20M&#60;/ol&#62;
&#60;p&#62;If both doesn't work, you have no chance (afaik).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>discomaker on "how to change the upload file size"</title>
			<link>http://68kb.com/support/topic/how-to-change-the-upload-file-size#post-699</link>
			<pubDate>Sat, 14 Aug 2010 22:12:36 +0000</pubDate>
			<dc:creator>discomaker</dc:creator>
			<guid isPermaLink="false">699@http://68kb.com/support/</guid>
			<description>&#60;p&#62;does anyone know how to stop the error of max file size when uploading a document &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Backfire on "Windows SVR 2003 Read only permissions --&#62; blanc screen"</title>
			<link>http://68kb.com/support/topic/windows-svr-2003-read-only-permissions-blanc-screen#post-698</link>
			<pubDate>Fri, 13 Aug 2010 12:24:17 +0000</pubDate>
			<dc:creator>Backfire</dc:creator>
			<guid isPermaLink="false">698@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to run 68KB in my local Intranet (&#60;strong&#62;Win 2003 SVR, IIS 6, PHP 5.2.3&#60;/strong&#62;).&#60;/p&#62;
&#60;p&#62;Everything works perfectly as long as the users have modify/write permissions.&#60;br /&#62;
As soon as I change the permissions back to &#60;strong&#62;read only&#60;/strong&#62; the users will get a blank screen.&#60;/p&#62;
&#60;p&#62;Any suggestions?&#60;br /&#62;
I wouldn't like to grant modify/write permissions to everyone.&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;br /&#62;
&#60;strong&#62;Backfire&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pompon on "Updating to 1rc5"</title>
			<link>http://68kb.com/support/topic/updating-to-1rc5#post-697</link>
			<pubDate>Thu, 12 Aug 2010 20:12:52 +0000</pubDate>
			<dc:creator>pompon</dc:creator>
			<guid isPermaLink="false">697@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;After updating with last rc, the version is still 1rc4 in admin page !&#60;/p&#62;
&#60;p&#62;An idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PigPen on "Updated to v1.0.0rc5, Now can&#039;t access admin pages"</title>
			<link>http://68kb.com/support/topic/updated-to-v100rc5-now-cant-access-admin-pages#post-696</link>
			<pubDate>Mon, 09 Aug 2010 17:14:02 +0000</pubDate>
			<dc:creator>PigPen</dc:creator>
			<guid isPermaLink="false">696@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I had the same problem.&#60;br /&#62;
In the config.default.php are two new sections (&#34;URI PROTOCOL&#34; and &#34;Enable/Disable System Hooks&#34;). I added the new sections to my config.php and it works.&#60;/p&#62;
&#60;p&#62;But it still showed v1.0.0rc4 and advised me to upgrade. So you have to edit the includes\application\controllers\setup\kb.php file. Change the version in line 39 BEFORE starting the upgrade with &#60;a href=&#34;http://yourdomain.com/index.php/setup&#34; rel=&#34;nofollow&#34;&#62;http://yourdomain.com/index.php/setup&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>psbailey31 on "Updated to v1.0.0rc5, Now can&#039;t access admin pages"</title>
			<link>http://68kb.com/support/topic/updated-to-v100rc5-now-cant-access-admin-pages#post-695</link>
			<pubDate>Mon, 09 Aug 2010 09:14:04 +0000</pubDate>
			<dc:creator>psbailey31</dc:creator>
			<guid isPermaLink="false">695@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just tried the update to v1.0.0rc5. ?admin no longer works.&#60;/p&#62;
&#60;p&#62;I have restored my site to v1.0.0rc4, but thought I'd let you know, in case others are having similar problems&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clarkeez on "Can&#039;t add category or article"</title>
			<link>http://68kb.com/support/topic/cant-add-category-or-article#post-694</link>
			<pubDate>Fri, 06 Aug 2010 17:40:02 +0000</pubDate>
			<dc:creator>clarkeez</dc:creator>
			<guid isPermaLink="false">694@http://68kb.com/support/</guid>
			<description>&#60;p&#62;When I press submit after trying to make a category or article I get this message.&#60;br /&#62;
&#60;em&#62;500 - Internal server error.&#60;br /&#62;
There is a problem with the resource you are looking for, and it cannot be displayed.&#60;/em&#62;&#60;br /&#62;
I searched here and found another guy with the same issue and I tried the fix that someone said there and it didnt work, so i changed it  back to how it was.&#60;/p&#62;
&#60;p&#62;You can see the double slash on all urls before index.php&#60;br /&#62;
You can see here: &#60;a href=&#34;http://109.108.136.138//index.php&#34; rel=&#34;nofollow&#34;&#62;http://109.108.136.138//index.php&#60;/a&#62;&#60;br /&#62;
Thing is, it doesn't affect anything else.&#60;/p&#62;
&#60;p&#62;Im runnig IIS on Windows Server 2008 R2 Datacenter, PHP 5&#60;/p&#62;
&#60;p&#62;Any help would much greatly appreciated as this is a work project.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>A2000 on "Captcha / Validation"</title>
			<link>http://68kb.com/support/topic/captcha-validation#post-693</link>
			<pubDate>Fri, 06 Aug 2010 13:18:48 +0000</pubDate>
			<dc:creator>A2000</dc:creator>
			<guid isPermaLink="false">693@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Is captcha / validation supposed to work on comments? When I post a comment:&#60;/p&#62;
&#60;p&#62;a) There is no captcha message&#60;br /&#62;
b) There is no moderation - the comment is immediately displayed.&#60;/p&#62;
&#60;p&#62;I can see that there is a captcha_check function in the comments.php file but is it in use?&#60;/p&#62;
&#60;p&#62;Are there any plugin modules which will work here?&#60;/p&#62;
&#60;p&#62;Alternatively can I add my own validation routine, such as entering a math result before comments are accepted?&#60;/p&#62;
&#60;p&#62;BTW, 68kb is a great update on the old peanut app!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>psbailey31 on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-692</link>
			<pubDate>Thu, 05 Aug 2010 12:20:50 +0000</pubDate>
			<dc:creator>psbailey31</dc:creator>
			<guid isPermaLink="false">692@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I should also mention, this is line 39 of default/rss.php&#60;/p&#62;
&#60;p&#62;     &#38;lt;?php echo $row-&#38;gt;article_description; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;It also shows an error for: &#60;/p&#62;
&#60;p&#62;&#38;lt;h4&#38;gt;A PHP Error was encountered&#38;lt;/h4&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;Severity: Notice&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Message:  Undefined property:  stdClass::$article_date&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Filename: default/rss.php&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Line Number: 41&#38;lt;/p&#38;gt; &#60;/p&#62;
&#60;p&#62;line 41 reads:&#60;/p&#62;
&#60;p&#62;      &#38;lt;pubDate&#38;gt;&#38;lt;?php echo date ('r', $row-&#38;gt;article_date);?&#38;gt;&#38;lt;/pubDate&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>psbailey31 on "rss feed error"</title>
			<link>http://68kb.com/support/topic/rss-feed-error#post-691</link>
			<pubDate>Thu, 05 Aug 2010 12:17:24 +0000</pubDate>
			<dc:creator>psbailey31</dc:creator>
			<guid isPermaLink="false">691@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I use the rss feed url, I get the following result:&#60;/p&#62;
&#60;p&#62;&#38;lt;h4&#38;gt;A PHP Error was encountered&#38;lt;/h4&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;Severity: Notice&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Message:  Undefined property:  stdClass::$article_description&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Filename: default/rss.php&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;Line Number: 39&#38;lt;/p&#38;gt; &#60;/p&#62;
&#60;p&#62;Can anyone help?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbadmin on "Change 68kb logo"</title>
			<link>http://68kb.com/support/topic/change-68kb-logo#post-690</link>
			<pubDate>Thu, 05 Aug 2010 09:59:54 +0000</pubDate>
			<dc:creator>68kbadmin</dc:creator>
			<guid isPermaLink="false">690@http://68kb.com/support/</guid>
			<description>&#60;p&#62;where do i change the 68kb logo, i would like to add a custom logo?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>68kbadmin on "A Database Error Occurred"</title>
			<link>http://68kb.com/support/topic/a-database-error-occurred#post-689</link>
			<pubDate>Tue, 03 Aug 2010 09:50:22 +0000</pubDate>
			<dc:creator>68kbadmin</dc:creator>
			<guid isPermaLink="false">689@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Please assist withe following error when installing:&#60;/p&#62;
&#60;p&#62;&#34;Unable to connect to your database server using the provided settings.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scornell on "Blank Screen on install - Please Help."</title>
			<link>http://68kb.com/support/topic/blank-screen-on-install-please-help#post-688</link>
			<pubDate>Fri, 30 Jul 2010 23:27:29 +0000</pubDate>
			<dc:creator>scornell</dc:creator>
			<guid isPermaLink="false">688@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I loaded the php5-mysql package, restarted Apache, and it is now working.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scornell on "Blank Screen on install - Please Help."</title>
			<link>http://68kb.com/support/topic/blank-screen-on-install-please-help#post-687</link>
			<pubDate>Fri, 30 Jul 2010 19:43:14 +0000</pubDate>
			<dc:creator>scornell</dc:creator>
			<guid isPermaLink="false">687@http://68kb.com/support/</guid>
			<description>&#60;p&#62;I am trying to install 68KB on Ubuntu 9.1 running MySQL 5.1.37 and PHP 5.2.10.  I have followed all of the instructions in the Installation Guide thru step 4 including the CHMOD 777 of the uploads directory.  &#60;/p&#62;
&#60;p&#62;When I go to the url &#60;a href=&#34;http://(my&#34; rel=&#34;nofollow&#34;&#62;http://(my&#60;/a&#62; server IP)/index.php/setup I get a blank screen.&#60;/p&#62;
&#60;p&#62;I have tried changing the base URL in the config.php (yes, I changed the name per the instructions) file per this page:  &#60;a href=&#34;http://68kb.com/user_guide/installation/troubleshooting.html&#34; rel=&#34;nofollow&#34;&#62;http://68kb.com/user_guide/installation/troubleshooting.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is what the entry in the Config.php file looks like:&#60;br /&#62;
$db['default']['hostname'] = &#34;localhost&#34;;	// Database Hostname&#60;br /&#62;
$db['default']['username'] = &#34;68kbuser&#34;;		// Database Username&#60;br /&#62;
$db['default']['password'] = &#34;68kbuser&#34;;			// Database Password&#60;br /&#62;
$db['default']['database'] = &#34;68kb_db&#34;;	// Database Name&#60;br /&#62;
$db['default']['dbprefix'] = &#34;kb_&#34;;		// Database Prefix&#60;/p&#62;
&#60;p&#62;The user and password is currently 68kbuser and the database name is 68kb_db.  I have verified that the MySQL user can log in to the DB and has root permissions using the following commands:&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; grant usage on *.* to 68kbuser@localhost identified by '68kbuser';&#60;br /&#62;
Query OK, 0 rows affected (0.00 sec)&#60;/p&#62;
&#60;p&#62;mysql&#38;gt; grant all privileges on 68kb_db.* to 68kbuser@localhost;&#60;br /&#62;
Query OK, 0 rows affected (0.00 sec)&#60;/p&#62;
&#60;p&#62;Please Help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ChazUK on "CKFinder"</title>
			<link>http://68kb.com/support/topic/ckfinder#post-686</link>
			<pubDate>Thu, 29 Jul 2010 16:10:00 +0000</pubDate>
			<dc:creator>ChazUK</dc:creator>
			<guid isPermaLink="false">686@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hi, I followed the instructions to get CKEditor working with 68KB, but I would like to be able to upload and insert images in my articles.&#60;/p&#62;
&#60;p&#62;Has anyone done this already?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eric Barnes on "IRC?"</title>
			<link>http://68kb.com/support/topic/irc#post-685</link>
			<pubDate>Wed, 28 Jul 2010 19:57:36 +0000</pubDate>
			<dc:creator>Eric Barnes</dc:creator>
			<guid isPermaLink="false">685@http://68kb.com/support/</guid>
			<description>&#60;p&#62;It is ##68kb because they haven't approved the top channel name yet. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>talkingwithsean on "IRC?"</title>
			<link>http://68kb.com/support/topic/irc#post-684</link>
			<pubDate>Wed, 28 Jul 2010 18:13:44 +0000</pubDate>
			<dc:creator>talkingwithsean</dc:creator>
			<guid isPermaLink="false">684@http://68kb.com/support/</guid>
			<description>&#60;p&#62;Hey, I forgot what channel 68KB was on for IRC. I though it was #68KB, which would make sense, but just wanted to check. :D
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
