<?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>Web Design San Diego at Univelocity &#187; Sugar CRM Config Tricks</title>
	<atom:link href="http://www.univelocity.com/category/blog/sugar-crm-config-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.univelocity.com</link>
	<description>We Build Clean &#38; Effective Websites and Applications</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using .htaccess to get around altering php.ini</title>
		<link>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/</link>
		<comments>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:29:41 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Sugar CRM Config Tricks]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=247</guid>
		<description><![CDATA[Quick little trick for bypassing php.ini with the htaccess file.
I have been working on installing SugarCRM. Wow that is a process in itself. I spent about 20 hours installing and re installing sugar to get the darn thing to work. I finally got the install to go in clean and actually function minus a few [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Quick little trick for bypassing php.ini with the htaccess file.</strong></p>
<p>I have been working on installing SugarCRM. Wow that is a process in itself. I spent about 20 hours installing and re installing sugar to get the darn thing to work. I finally got the install to go in clean and actually function minus a few bugs i am working out. The software is great but a bit buggy. One of the issues I came across is all of the custom settings needed in the php.ini file. I have worked on a few types of servers and sometime as a web designer you don&#8217;t have access to the php.ini file. To get around this i use the htaccess file to change the php.ini limits. If you design in PHP on LAMP stacks its probably a good idea to learn a little htaccess.</p>
<p>Example Sugar crm need the memory limit set to 50m</p>
<p>you can change it in your php.ini or add the following line to your htaccess file</p>
<p>php_value memory_limit &#8220;50M&#8221;</p>
<p>Just an example but thought it might help someone trying to get around the php.ini file settings</p>
<p>I am not an expert at htaccess so you will have to research that stuff yourself</p>
<p>B</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9152819922455977";
/* 468x60, created 2/16/10 */
google_ad_slot = "4235559801";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/sugar-crm-config-tricks/using-htaccess-to-get-around-altering-php-ini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron Job Settings for Inbound Email</title>
		<link>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/</link>
		<comments>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:19:27 +0000</pubDate>
		<dc:creator>Brenig</dc:creator>
				<category><![CDATA[Sugar CRM Config Tricks]]></category>

		<guid isPermaLink="false">http://www.univelocity.com/?p=244</guid>
		<description><![CDATA[I have been researching a few things on sugarcrm trying to get the inbound emails. I am posting my fixes for the environment i am in to help anyone who reads this blog.
I am hosted on media temple in a dedicated virtual account. I was having the automatic email check in the cron set to [...]]]></description>
			<content:encoded><![CDATA[<p>I have been researching a few things on <strong>sugarcrm</strong> trying to get the inbound emails. I am posting my fixes for the environment i am in to help anyone who reads this blog.</p>
<p>I am hosted on media temple in a dedicated virtual account. I was having the automatic email check in the cron set to the original suggestion below. and found it wasn&#8217;t checking the for emails.</p>
<p><strong><span style="color: #0000ff;">*	*	*	*	*	cd /var/www/vhosts/mywebsitename.com/httpdocs/foldername; php -f cron.php &gt; /dev/null 2&gt;&amp;1</span></strong></p>
<p>after a bit of research i tried the following cron job line and it fixed the issue</p>
<p><strong><span style="color: #0000ff;">*****    wget -O /dev/null http://www.mywebsitename.com/foldername/cron.php</span></strong></p>
<p>hope this helps someone</p>
<p>B</p>
]]></content:encoded>
			<wfw:commentRss>http://www.univelocity.com/blog/sugar-crm-config-tricks/cron-job-settings-for-inbound-email/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
