<?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: Install SuiteCRM (Customer Relationship Management) in Linux	</title>
	<atom:link href="https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 28 Aug 2020 07:34:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Prashant		</title>
		<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1357862</link>

		<dc:creator><![CDATA[Prashant]]></dc:creator>
		<pubDate>Fri, 28 Aug 2020 07:34:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26435#comment-1357862</guid>

					<description><![CDATA[Hi Ravi,

Can you please provide a procedure to install suitecrm on rhel7 with mssql. I am stuck]]></description>
			<content:encoded><![CDATA[<p>Hi Ravi,</p>
<p>Can you please provide a procedure to install suitecrm on rhel7 with mssql. I am stuck</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255871</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 27 Sep 2019 05:55:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26435#comment-1255871</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255354&quot;&gt;Pip&lt;/a&gt;.

@Pip,

You can remove PHP 5, if you not needed and follow the instructions again carefully..

Things to edit in php.ini:
&lt;pre&gt;
nano /etc/php/7.2/apache2/php.ini
upload_max_size = 16MB (or bigger)
memory_limit=512M
fix error_reporting, add &amp; ~E_STRICT
date.timezone = &quot;Europe/Lisbon&quot;
&lt;/pre&gt;
Restart apache to apply PHP configuration settings..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255354">Pip</a>.</p>
<p>@Pip,</p>
<p>You can remove PHP 5, if you not needed and follow the instructions again carefully..</p>
<p>Things to edit in php.ini:</p>
<pre>
nano /etc/php/7.2/apache2/php.ini
upload_max_size = 16MB (or bigger)
memory_limit=512M
fix error_reporting, add &#038; ~E_STRICT
date.timezone = "Europe/Lisbon"
</pre>
<p>Restart apache to apply PHP configuration settings..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pip		</title>
		<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255354</link>

		<dc:creator><![CDATA[Pip]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 12:18:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26435#comment-1255354</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255338&quot;&gt;Ravi Saive&lt;/a&gt;.

Thanks Ravi. I&#039;m running 7.2]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255338">Ravi Saive</a>.</p>
<p>Thanks Ravi. I&#8217;m running 7.2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255338</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 11:43:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26435#comment-1255338</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255289&quot;&gt;Pip&lt;/a&gt;.

@Pip,

Yes, it should be:
&lt;code&gt;sudo systemctl restart apache2&lt;/code&gt;

It is because there are two PHP versions running on the system 7.1 and 5, better you should check which version currently running with &lt;code&gt;php -v&lt;/code&gt; command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255289">Pip</a>.</p>
<p>@Pip,</p>
<p>Yes, it should be:<br />
<code>sudo systemctl restart apache2</code></p>
<p>It is because there are two PHP versions running on the system 7.1 and 5, better you should check which version currently running with <code>php -v</code> command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pip		</title>
		<link>https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255298</link>

		<dc:creator><![CDATA[Pip]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 10:39:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26435#comment-1255298</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255289&quot;&gt;Pip&lt;/a&gt;.

I got around the above by using &lt;strong&gt;sudo mysql&lt;/strong&gt; in place of &lt;code&gt;mysql -u root -p&lt;/code&gt;.

Next problem is that when I put this &lt;code&gt;http:///suitecrm/install.php&lt;/code&gt; into my browser window, I only get the following message:
&lt;pre&gt;
Composer autoloader not found. please run &quot;composer install&quot;
&lt;/pre&gt;
So, I first install composer:
&lt;pre&gt;
$ sudo apt install composer
&lt;/pre&gt;
And then run:
&lt;pre&gt;
$ composer install
&lt;/pre&gt;
This produces the error:

Composer could not find a &lt;strong&gt;composer.json&lt;/strong&gt; file in &lt;strong&gt;/var/www/html&lt;/strong&gt;.
To initialize a project, please create a &lt;strong&gt;composer.json&lt;/strong&gt; file as described in the https://getcomposer.org/ &quot;Getting Started&quot; section

Now I&#039;m definitely stuck!

Regards

Pip]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-suitecrm-in-centos-and-ubuntu/comment-page-1/#comment-1255289">Pip</a>.</p>
<p>I got around the above by using <strong>sudo mysql</strong> in place of <code>mysql -u root -p</code>.</p>
<p>Next problem is that when I put this <code>http:///suitecrm/install.php</code> into my browser window, I only get the following message:</p>
<pre>
Composer autoloader not found. please run "composer install"
</pre>
<p>So, I first install composer:</p>
<pre>
$ sudo apt install composer
</pre>
<p>And then run:</p>
<pre>
$ composer install
</pre>
<p>This produces the error:</p>
<p>Composer could not find a <strong>composer.json</strong> file in <strong>/var/www/html</strong>.<br />
To initialize a project, please create a <strong>composer.json</strong> file as described in the <a target="_blank" href="https://getcomposer.org/" rel="nofollow ugc">https://getcomposer.org/</a> &#8220;Getting Started&#8221; section</p>
<p>Now I&#8217;m definitely stuck!</p>
<p>Regards</p>
<p>Pip</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
