<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: osCommerce doesn&#8217;t work on PHP5??? Seriously???</title>
	<atom:link href="http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/</link>
	<description>Blog about pretty much everything</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Jose</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-64</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Wed, 11 Mar 2009 22:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-64</guid>
		<description>Thanks, this helped me a lot!

Besides, since my situation was that I migrated from servers (one that had PHP4 running to a new one, with PHP5) I found a couple of extra problems. Just in case it&#039;s useful for someone:

- Admin didn&#039;t show up due to an error in the file upload.php:
[url=http://kb.siteground.com/article/oscommerce_fatal_error_cannot_reassign_this.html]http://kb.siteground.com/article/oscommerce_fatal_error_cannot_reassign_this.html[/url]

- Admin showed a weird message regarding the images directory:
[url=http://forums.oscommerce.com/lofiversion/index.php?t172622.html]http://forums.oscommerce.com/lofiversion/index.php?t172622.html[/url]</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me a lot!</p>
<p>Besides, since my situation was that I migrated from servers (one that had PHP4 running to a new one, with PHP5) I found a couple of extra problems. Just in case it&#039;s useful for someone:</p>
<p>- Admin didn&#039;t show up due to an error in the file upload.php:<br />
[url=http://kb.siteground.com/article/oscommerce_fatal_error_cannot_reassign_this.html]http://kb.siteground.com/article/oscommerce_fatal_error_cannot_reassign_this.html[/url]</p>
<p>- Admin showed a weird message regarding the images directory:<br />
[url=http://forums.oscommerce.com/lofiversion/index.php?t172622.html]http://forums.oscommerce.com/lofiversion/index.php?t172622.html[/url]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Lou</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-63</link>
		<dc:creator>Steve Lou</dc:creator>
		<pubDate>Wed, 18 Feb 2009 13:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-63</guid>
		<description> [:)] many thanks! my problem solved </description>
		<content:encoded><![CDATA[<p>[:)] many thanks! my problem solved</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niko</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-62</link>
		<dc:creator>Niko</dc:creator>
		<pubDate>Sun, 19 Aug 2007 13:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-62</guid>
		<description>Thanks, man! I&#039;ve been searching solution on the net and I&#039;ve found your site. Thanks for sharing. Greetings from Bulgaria,
nikoto</description>
		<content:encoded><![CDATA[<p>Thanks, man! I&#039;ve been searching solution on the net and I&#039;ve found your site. Thanks for sharing. Greetings from Bulgaria,<br />
nikoto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MatthewRitchie</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-61</link>
		<dc:creator>MatthewRitchie</dc:creator>
		<pubDate>Mon, 07 May 2007 21:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-61</guid>
		<description>I may be wrong, but it seems like the paths are wrong here, may i suggest just to put php5fix.php in the same directory as the files mentioned below and use ----
require_once(&quot;php5fix.php&quot;); only.

Copy this and put it in a file called php5fix.php in your *****catalog/includes******* directory: 



Now edit catalog/admin/includes/application_top.php and add this just below the comments at the top: 

// PHP5 fix 
*****require_once(&quot;../includes/php5fix.php&quot;);*****

Edit catalog/includes/application_top.php and add this just below the comments at the top: 

// PHP5 fix 
*****require_once(&quot;includes/php5fix.php&quot;);*****
</description>
		<content:encoded><![CDATA[<p>I may be wrong, but it seems like the paths are wrong here, may i suggest just to put php5fix.php in the same directory as the files mentioned below and use &#8212;-<br />
require_once(&quot;php5fix.php&quot;); only.</p>
<p>Copy this and put it in a file called php5fix.php in your *****catalog/includes******* directory: </p>
<p>Now edit catalog/admin/includes/application_top.php and add this just below the comments at the top: </p>
<p>// PHP5 fix<br />
*****require_once(&quot;../includes/php5fix.php&quot;);*****</p>
<p>Edit catalog/includes/application_top.php and add this just below the comments at the top: </p>
<p>// PHP5 fix<br />
*****require_once(&quot;includes/php5fix.php&quot;);*****</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Kamerman</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-60</link>
		<dc:creator>Steve Kamerman</dc:creator>
		<pubDate>Sun, 07 Jan 2007 23:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-60</guid>
		<description>I looked at it about a year ago and I thought it was a little too simple, but I&#039;ll take another look at it!  My fingers are getting a little tired from making eCommerce sites from scratch. :P  I&#039;m getting closer to finishing a complete scheduling and eCommerce framework in PHP, JS and Flash so I can stamp these sites out like cookies, but I&#039;ve got a little ways to go yet :).  Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>I looked at it about a year ago and I thought it was a little too simple, but I&#039;ll take another look at it!  My fingers are getting a little tired from making eCommerce sites from scratch. <img src='http://www.stevekamerman.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   I&#039;m getting closer to finishing a complete scheduling and eCommerce framework in PHP, JS and Flash so I can stamp these sites out like cookies, but I&#039;ve got a little ways to go yet <img src='http://www.stevekamerman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Trasatti</title>
		<link>http://www.stevekamerman.com/2007/01/oscommerce-doesnt-work-on-php5-seriously/comment-page-1/#comment-59</link>
		<dc:creator>Andrea Trasatti</dc:creator>
		<pubDate>Sat, 06 Jan 2007 21:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.teratechnologies.net/stevekamerman/index.php?entry=entry070104-120319#comment-59</guid>
		<description>Did you consider Zen-Cart? I&#039;m evaluating it these days. It&#039;s basically a spin-off of osCommerce, seems to have good templates, has a number of pre-installed mods and is compatible with many original osC templates.</description>
		<content:encoded><![CDATA[<p>Did you consider Zen-Cart? I&#039;m evaluating it these days. It&#039;s basically a spin-off of osCommerce, seems to have good templates, has a number of pre-installed mods and is compatible with many original osC templates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

