<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Unknown column 'thumbnail' in 'field list'"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Unknown column 'thumbnail' in 'field list'"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Unknown column 'thumbnail' in 'field list'</title>
				<description><![CDATA[ Just when I thought I had my upgraded AG working on a new server, I discovered a new problem... <br /> <br /> I get this message when I try to enable thumbnail creation in the admin screen:<br /> <br /> Unknown column 'thumbnail' in 'field list'<br /> <br /> As far as I know, my server does support GD and ImageMagick, so what do I have to do to get my database to work with it?<br /> <br /> Thanks in advance.<br /> <br /> <br /> Ignatius]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8766.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8766.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 04:25:49]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You will have to install it yourself.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8770.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8770.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 12:28:37]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]You will have to install it yourself.[/quote]<br /> <br /> Do you mean insert the field into the column?<br /> <br /> I can see where to do that in PHPMyAdmin (I think), but what are all the configuration options it should have?<br /> <br /> <br /> Ignatius]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8771.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8771.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 16:15:30]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hmmm...<br /> <br /> Well, I found these instructions on another board and altered the table thusly:<br /> <br /> [code]ALTER TABLE `book_config` ADD `thumbnail` SMALLINT&#40;1&#41; NOT NULL, ADD `thumb_min_fsize` INT&#40;10&#41; NOT NULL;[/code]<br /> <br /> <br /> I now have the option to turn on thumbnails in the admin screen without getting an error, but the thumbnails are not being created when I post a message.<br /> <br /> There's no broken graphic symbol where the thumbnail should be.  Just.. nada.<br /> <br /> What am I missing here?<br /> <br /> <br /> Thanks in advance.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8772.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8772.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 17:35:32]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ As i said you will have to install either GD or ImageMagick. To your server.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8781.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8781.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 18:47:01]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ GD and ImageMagick are already installed and enabled on the server.<br /> <br /> Here's a link to the phpinfo:<br /> <br /> <br /> <a class="snap_shots" href="http://66.194.153.5/~pirate/guestbook/phpinfo.php" target="_blank" rel="nofollow">http://66.194.153.5/~pirate/guestbook/phpinfo.php</a>]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8782.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8782.php</link>
				<pubDate><![CDATA[Thu, 24 Jun 2004 19:10:44]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok my next ? is what is this for guestbook or poll. And I would be guessing its for poll. If so does poll have a file called includes/constants.php. If so look for something like this. This is all just a wild stab since you havnt even said what this is for.<br /> <br /> [quote][color="green"]// If you use GD higher 2.0.1 and PHP higher 4.0.6 set this to 1.<br /> // Your thumbnails will be created with better quality<br /> define('CONVERT_IS_GD2', 1);[/color][/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8786.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8786.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 00:22:11]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ See my first post.  (AG=Advanced Guestbook).]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8787.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8787.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 03:44:51]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well I sorta thought that after I posted and I went and looked at mine. And I cant for the life of me in any of these sections Find anything that has anything to do with thumbnails. Piture upload yes but not thumbnails.<br /> <br /> Private Messages | Easy Admin | General Settings | Style | Templates | Smilies | Password | Logout<br /> <br /> So if you would care to point where you are seeing something about thumbnails I will look. <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8788.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8788.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 06:05:57]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote]And I cant for the life of me in any of these sections Find anything that has anything to do with thumbnails. Piture upload yes but not thumbnails. [/quote]<br /> <br /> There should be an option on the General Settings page for thumbnail creation.  If you don't see one, maybe your database is missing the table and isn't set up right either.  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /><br /> <br /> <br /> Ignatius]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8792.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8792.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 16:10:57]]> GMT</pubDate>
				<author><![CDATA[ Ignatius]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nope. And it is setup correctly. Iam running AG 2.2  The closest thing I have to that is the *Picture Upload* part.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3277/8794.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3277/8794.php</link>
				<pubDate><![CDATA[Fri, 25 Jun 2004 18:18:38]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
	</channel>
</rss>