<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Problem With Solutions &#187; Joomla</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/joomla/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference.</title>
		<link>http://www.bestdesigns.co.in/blog/warning-parameter-1-modmainmenuhelperbuildxml-expected-reference</link>
		<comments>http://www.bestdesigns.co.in/blog/warning-parameter-1-modmainmenuhelperbuildxml-expected-reference#comments</comments>
		<pubDate>Thu, 30 Dec 2010 11:06:56 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1909</guid>
		<description><![CDATA[Error: Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a reference. Solution : This error is  occurred due the php version 5.3 and joomla is not certified to work with PHP 5.3.0. You need to change some code in your files. open the file vi /home/username/public/modules/mod_mainmenu/helper.php You can change this : Form function buildXML(&#38;$params) to<a href="http://www.bestdesigns.co.in/blog/warning-parameter-1-modmainmenuhelperbuildxml-expected-reference">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/warning-parameter-1-modmainmenuhelperbuildxml-expected-reference/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>joomla permission in plesx</title>
		<link>http://www.bestdesigns.co.in/blog/joomla-permission-plesx-2</link>
		<comments>http://www.bestdesigns.co.in/blog/joomla-permission-plesx-2#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:02:58 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[joomla permission in plesx]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=955</guid>
		<description><![CDATA[When joomla admin section shows the all files unwritable  in &#8221; System Info&#8221; Then you need to correct the permission by using following  steps. I am able to solve this issue with the following steps. cd /var/www/vhosts/[domain.com] chown -R [username]:psacln httpdocs chmod -R g+w httpdocs find httpdocs -type d -exec chmod g+s {} \; Add<a href="http://www.bestdesigns.co.in/blog/joomla-permission-plesx-2">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/joomla-permission-plesx-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom 404 page in joomla</title>
		<link>http://www.bestdesigns.co.in/blog/custom-404-page-joomla</link>
		<comments>http://www.bestdesigns.co.in/blog/custom-404-page-joomla#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:16:41 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[custom 404 page in joomla]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=842</guid>
		<description><![CDATA[How to set the custom 404 page in joomla? or Change default &#8220;Joomla 404 component not found&#8221; page Ans : Create 404.shtml file under the document root then open the error.php file vi   /home/username/public_html/templates/system/error.php then add the following code below the line  &#8220;defined( &#8216;_JEXEC&#8217; ) or die( &#8216;Restricted access&#8217; );&#8221; ======================================= if (($this-&#62;error-&#62;code) == '404')<a href="http://www.bestdesigns.co.in/blog/custom-404-page-joomla">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/custom-404-page-joomla/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Warning: POST Content-Length of</title>
		<link>http://www.bestdesigns.co.in/blog/warning-post-content-length</link>
		<comments>http://www.bestdesigns.co.in/blog/warning-post-content-length#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:00:08 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Warning: POST Content-Length of]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=759</guid>
		<description><![CDATA[Error  : Warning: POST Content-Length of 9897293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 Solution: If you are facing same error in joomla then you need to increase the &#8220;post_max_size&#8221;  in php.ini file post_max_size =8M Replaced with post_max_size = 12 M Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/warning-post-content-length/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of configuration files in CMS</title>
		<link>http://www.bestdesigns.co.in/blog/location-configuration-files-cms</link>
		<comments>http://www.bestdesigns.co.in/blog/location-configuration-files-cms#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:40:49 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Location fo configuration files]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=507</guid>
		<description><![CDATA[Location of configuration files on number of CMS WordPress: /home/username/public_html/wp-config.php CommercePro: /home/username/public_html/catalog/includes/configure.php and /catalog/admin/includes/configure.php Picture Pro: /home/username/public_html/include/config.inc.php phpBB: /home/username/public_html/config.php Joomla: /home/username/public_html/configuration.php MediaWiki: /home/username/public_html/LocalSettings.php]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/location-configuration-files-cms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFolder::create: Infinite loop detected</title>
		<link>http://www.bestdesigns.co.in/blog/jfoldercreate-infinite-loop-detected</link>
		<comments>http://www.bestdesigns.co.in/blog/jfoldercreate-infinite-loop-detected#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:50:29 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[JFolder::create: Infinite loop detected]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=378</guid>
		<description><![CDATA[Error : When  try to install  template  or component then it shows the error * JFolder::create: Infinite loop detected * Warning! Failed to move file. Solution : The problem is an incorrectly set /tmp file. 1] Check the entry of &#8221; Path of  Temp folder&#8221; in admin section of joomla ( &#8220;Global Configuration&#60;&#60; server &#8221;<a href="http://www.bestdesigns.co.in/blog/jfoldercreate-infinite-loop-detected">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/jfoldercreate-infinite-loop-detected/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

