<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>THE MOLITOR FORUMS &#187; Topic: Usort error</title>
		<link>http://www.themolitor.com/forums/topic/usort-error</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Usort error</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 18:10:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/usort-error" rel="self" type="application/rss+xml" />

		<item>
			<title>daniel on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-217</link>
			<pubDate>Mon, 21 Dec 2009 03:29:42 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">217@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-215</link>
			<pubDate>Mon, 21 Dec 2009 01:48:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">215@http://www.themolitor.com/forums/</guid>
			<description><p>Here is a link to the forums for this script. Maybe there is an answer for you there...</p>
<p><a href="http://www.darrenhoyt.com/support/forum.php?id=4" rel="nofollow">http://www.darrenhoyt.com/support/forum.php?id=4</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-214</link>
			<pubDate>Mon, 21 Dec 2009 01:42:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">214@http://www.themolitor.com/forums/</guid>
			<description><p>I haven't seen this error before and I've used this same exact script of 100s of themes.</p>
<p>Did you review this thread?:</p>
<p><a href="http://www.themolitor.com/forums/topic/important-requirements-for-the-thumbnails-images-to-work" rel="nofollow">http://www.themolitor.com/forums/topic/important-requirements-for-the-thumbnails-images-to-work</a></p>
<p>I'm certain this is a hosting issue.
</p></description>
		</item>
		<item>
			<title>daniel on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-213</link>
			<pubDate>Sun, 20 Dec 2009 23:40:25 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">213@http://www.themolitor.com/forums/</guid>
			<description><p>more inputs.</p>
<p>inside the cache directory only appear the defaults pictures. No matter what I do, if I delete the folder or delete the pics inside.. it only generate the defaults pictures.
</p></description>
		</item>
		<item>
			<title>daniel on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-212</link>
			<pubDate>Sun, 20 Dec 2009 22:42:23 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">212@http://www.themolitor.com/forums/</guid>
			<description><p>I found this :</p>
<p><a href="http://code.google.com/p/timthumb/issues/detail?id=30&#038;can=1&#038;q=usort" rel="nofollow">http://code.google.com/p/timthumb/issues/detail?id=30&#038;can=1&#038;q=usort</a></p>
<p>Ok, I will try your solution. But take a look on the above link, since I think is exactly the same problem as my.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-211</link>
			<pubDate>Sun, 20 Dec 2009 22:35:33 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">211@http://www.themolitor.com/forums/</guid>
			<description><p>That's strange. I looked this up on the WordPress codex. Here is what it says about this error...</p>
<p>***************************************</p>
<p><strong>Reason and Solution :</strong></p>
<p>It is usually because there are spaces, new lines, or other garbage before an opening &#60;?php tag or after a closing ?&#62; tag, typically in wp-config.php. This could be true about some other file too, so please check the error message, as it will list the specific file name where the error occurred. Please follow the steps below.</p>
<p>Just because you cannot see anything does not mean that PHP sees the same.</p>
<ol>
<li>Download the file mentioned in the error message.</li>
<li>Open that file in a plain text editor (NOT MS Word or similar. Notepad or BBEdit are fine).</li>
<li>Check that the very first characters are &#60;?php </li>
<li>Check that the very last characters are ?&#62; </li>
</ol>
<p>To be sure about the end of the file, do this:</p>
<ol>
<li>Place the cursor between the ? and &#62; </li>
<li>Now press the DELETE key on your computer </li>
<p>          * Note to MAC users: The "DELETE" key on a PC deletes characters to the right of the cursor. That is the key noted here. </p>
<li>Keep that key pressed </li>
<li>For at least 15 seconds </li>
<li>Now type &#62; and </li>
<li>save without pressing any other key at all. </li>
<li>If you press another key, you will bring the problem back.</li>
</ol>
<p>***************************************</p>
<p>Let me know if that helped solve your problem...
</p></description>
		</item>
		<item>
			<title>daniel on "Usort error"</title>
			<link>http://www.themolitor.com/forums/topic/usort-error#post-210</link>
			<pubDate>Sun, 20 Dec 2009 21:20:25 +0000</pubDate>
			<dc:creator>daniel</dc:creator>
			<guid isPermaLink="false">210@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I just uploaded the theme to my hosting and now it's giving the follow error:</p>
<p>[21-Dec-2009 04:26:44] PHP Warning:  usort() [<a href='function.usort'>function.usort</a>]: The argument should be an array in /home/danielzi/public_html/sola/wp-content/themes/wpuniversity/scripts/timthumb.php on line 317<br />
[21-Dec-2009 04:26:44] PHP Warning:  Cannot modify header information - headers already sent by (output started at /home/danielzi/public_html/sola/wp-content/themes/wpuniversity/scripts/timthumb.php:317) in /home/danielzi/public_html/sola/wp-content/themes/wpuniversity/scripts/timthumb.php on line 473</p>
<p>People from hosting said this a problem in the script. Any idea?
</p></description>
		</item>

	</channel>
</rss>
