<?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>error | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Tue, 12 Feb 2019 18:01:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</title>
		<link>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/</link>
					<comments>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 17:58:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fcgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cli]]></category>
		<category><![CDATA[sapi]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2341</guid>

					<description><![CDATA[<p>Put this in your bash profile and run source ~/.bashrc As Composer is now available via WHM you can use this to find it: This returned path &#8220;/opt/cpanel/composer/bin/composer&#8221; for me. If this returns nothing then disregard the rest of this answer, as Composer is not available to you at system level. You can now use&#160;php-cli&#160;to [&#8230;]</p>
The post <a href="https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/">How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[SOLVED] PHP must be run as a CLI application error : Content-type: text/html; charset=UTF-8</title>
		<link>https://tutes.in/solved-php-must-be-run-as-a-cli-application-error-content-type-text-html-charsetutf-8/</link>
					<comments>https://tutes.in/solved-php-must-be-run-as-a-cli-application-error-content-type-text-html-charsetutf-8/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 28 Jul 2018 14:33:39 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1512</guid>

					<description><![CDATA[<p>php bin/magento cache:cleanContent-type: text/html; charset=UTF-8bin/magento must be run as a CLI application as root user, run the following commands (For php v7.0) The solution involves fixing php variable&#8217;s path. We need to find which php is being used right now, you can find out by To fix this PHP cli error, see how to edit [&#8230;]</p>
The post <a href="https://tutes.in/solved-php-must-be-run-as-a-cli-application-error-content-type-text-html-charsetutf-8/">[SOLVED] PHP must be run as a CLI application error : Content-type: text/html; charset=UTF-8</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/solved-php-must-be-run-as-a-cli-application-error-content-type-text-html-charsetutf-8/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>MySQL error 1449: The user specified as a definer does not exist</title>
		<link>https://tutes.in/mysql-error-1449-the-user-specified-as-a-definer-does-not-exist/</link>
					<comments>https://tutes.in/mysql-error-1449-the-user-specified-as-a-definer-does-not-exist/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 28 Jul 2018 12:05:17 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[definer]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[error]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1510</guid>

					<description><![CDATA[<p>Why this error happens? Most of the times, reason is that your database dump through command line or PhpMyAdmin or even other libraries can have SQL&#8217;s Definer statements. Now, as per MySQL&#8217;s Official Documentation: The DEFINER clause specifies the MySQL account to be used when checking access privileges at routine execution time for routines that have the SQL [&#8230;]</p>
The post <a href="https://tutes.in/mysql-error-1449-the-user-specified-as-a-definer-does-not-exist/">MySQL error 1449: The user specified as a definer does not exist</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/mysql-error-1449-the-user-specified-as-a-definer-does-not-exist/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
