<?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>am3n portfolio &#187; error</title>
	<atom:link href="http://www.am3n.net/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.am3n.net</link>
	<description>career, freelance and some stupid thing I do</description>
	<lastBuildDate>Mon, 09 May 2011 16:27:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Magento error with pdo_mysql</title>
		<link>http://www.am3n.net/2009/12/27/magento-error-with-pdo_mysql/</link>
		<comments>http://www.am3n.net/2009/12/27/magento-error-with-pdo_mysql/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 17:06:58 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[pdo_mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=216</guid>
		<description><![CDATA[Magento is a great Free / Open source eCommerce script, is much more prettier and yet complex than Prestashop or osCommerce or Virtuemart. Take sometimes to upload it to hosting server, but if your hosting provider have Automatic script installer like Installatron or Softacolous, you can install it in a breeze. So Installation of Magento [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2009/06/18/sql-error-table-mysqlproc-doesnt-exist/' rel='bookmark' title='SQL Error: Table &#8216;mysql.proc&#8217; doesn&#8217;t exist'>SQL Error: Table &#8216;mysql.proc&#8217; doesn&#8217;t exist</a> <small>Today I upgraded my HeidiSQL into version 4, but when...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Magento is a great Free / Open source eCommerce script, is much more prettier and yet complex than Prestashop or osCommerce or Virtuemart. Take sometimes to upload it to hosting server, but if your hosting provider have Automatic script installer like Installatron or Softacolous, you can install it in a breeze. So Installation of Magento is no longer problem.</p>
<p>But after a succesful installation, I even get this error saying that I dont have pdo_mysql installed on the server.</p>
<pre>pdo_mysql extension is not installed
Trace:
#0 /home/store/public_html/lib/Zend/Db/Adapter/Abstract.php(441):
Varien_Db_Adapter_Pdo_Mysql-&gt;_connect()
#1 /home/store/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(230):
Zend_Db_Adapter_Abstract-&gt;query('SET NAMES utf8', Array)
#2 /home/store/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(281):
Zend_Db_Adapter_Pdo_Abstract-&gt;query('SET NAMES utf8', Array)
#3 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Type/Db/Pdo/Mysql.php(45):
Varien_Db_Adapter_Pdo_Mysql-&gt;query('SET NAMES utf8')
#4 /home/store/public_html/app/code/core/Mage/Core/Model/
Resource.php(87): Mage_Core_Model_Resource_Type_Db_Pdo_Mysql-
&gt;getConnection(Object(Mage_Core_Model_Config_Element))
#5 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(62): Mage_Core_Model_Resource-&gt;getConnection('core_setup')
#6 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(120): Mage_Core_Model_Resource_Setup-&gt;__construct('core_setup')
#7 /home/store/public_html/app/code/core/Mage/Core/Model/Config.php(263):
Mage_Core_Model_Resource_Setup::applyAllUpdates()
#8 /home/store/public_html/app/code/core/Mage/Core/Model/App.php(263):
Mage_Core_Model_Config-&gt;init(Array)
#9 /home/store/public_html/app/Mage.php(434):
Mage_Core_Model_App-&gt;init('', 'store', Array)
#10 /home/store/public_html/app/Mage.php(455):
Mage::app('', 'store', Array)
#11 /home/store/public_html/index.php(65): Mage::run()
#12 {main}</pre>
<p>I don&#8217;t get it, when I check with function</p>
<pre>&lt;?php
phpinfo();
?&gt;</pre>
<p>pdo and pdo_mysql is there.</p>
<pre>'--enable-pdo=shared'
'--with-pdo-mysql=shared'</pre>
<p>So, it&#8217;s time for searching and lurking into Google and Magento forum/docs<br />
<span id="more-216"></span><br />
Almost an hour, until I found this <a href="http://www.magentocommerce.com/boards/viewthread/16158/" target="_blank">thread</a>, it says I need to add these lines into php.ini. I have root access to server so it does not problem for me, but about other who just using shared hosting?</p>
<pre>; added when pdo_mysql is shared (or missing)
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so</pre>
<p>Turns out, it&#8217;s not necessary system php.ini, I was misunderstand, and when I look on magento install dir, I found php.ini file, edit the file with above line. Open Magento URL, and there you go, Magento installation running succesfully. <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F12%2F27%2Fmagento-error-with-pdo_mysql%2F', 'Magento+error+with+pdo_mysql')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F12%2F27%2Fmagento-error-with-pdo_mysql%2F', title: 'Magento+error+with+pdo_mysql' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2009/06/18/sql-error-table-mysqlproc-doesnt-exist/' rel='bookmark' title='SQL Error: Table &#8216;mysql.proc&#8217; doesn&#8217;t exist'>SQL Error: Table &#8216;mysql.proc&#8217; doesn&#8217;t exist</a> <small>Today I upgraded my HeidiSQL into version 4, but when...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/12/27/magento-error-with-pdo_mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastico Problem</title>
		<link>http://www.am3n.net/2009/08/19/fantastico-problem/</link>
		<comments>http://www.am3n.net/2009/08/19/fantastico-problem/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:55:51 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=172</guid>
		<description><![CDATA[First, Joomla is not listed on Fantastico, tried to update Fantastico WHM &#62;&#62; Plugins &#62;&#62; Fantastico De Luxe WHM Admin &#62;&#62; Update/Get files Failed!! Below Error showed up when opening Fantastico from cPanel The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also [...]]]></description>
			<content:encoded><![CDATA[<p>First, Joomla is not listed on Fantastico, tried to update Fantastico<br />
WHM &gt;&gt; Plugins &gt;&gt; Fantastico De Luxe WHM Admin &gt;&gt; Update/Get files<br />
Failed!! Below Error showed up when opening Fantastico from cPanel</p>
<p><code>The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also want to report this  error to your web hosting provider.</code></p>
<p>Access WHM &gt;&gt; Plugins &gt;&gt; Fantastico De Luxe WHM Admin again, this time it asked to re-install. Done that. But I still get the same error.<br />
<span id="more-172"></span></p>
<p>Do the <a href="http://www.netenberg.com/forum/index.php?topic=6795.0" target="_blank">first thing</a>:</p>
<p>1) Go into WHM as root, click on Tweak Settings, scroll down to the PHP section and make sure the IONCUBE PHP Loader is selected. Save changes if needed.<br />
2) Log into your server as root via SSH and execute the following command:<br />
/scripts/makecpphp</p>
<p>Read <a href="http://www.netenberg.com/forum/index.php?topic=1939.0" target="_blank">Netenberg&#8217;s Forum</a>, run below command</p>
<pre>chattr -R -i /usr/local/cpanel/3rdparty/fantastico
chown -R root.root /usr/local/cpanel/3rdparty/fantastico
chattr -R -i /var/netenberg
chown -R root.root /var/netenberg</pre>
<p>still lurking on the forum, and I found this thread about <a href="http://www.netenberg.com/forum/index.php?topic=5430.0" target="_blank">wget problem CentOS 5</a>, what the heck, just run it.</p>
<pre>cd
wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xfz wget-latest.tar.gz
cd wget-*
./configure
make
make test
make install
cd ../
rm -Rf wget-*</pre>
<blockquote><p>This will install a clean copy of wget on your server at /usr/local/bin/wget</p>
<p>Go into WHM as root, click on the Fantastico Admin area and click install. On the screen you see, be sure to enter /usr/local/bin/wget as the path to wget.</p>
<p>Click to start the installation.</p>
<p>Note that this does not remove the system maintained version of wget with the new version. There will be two copies of wget on your server.</p>
<p>You are done. Go into WHM&#8217;s Fantastico admin area and finish the installation process.</p></blockquote>
<p>I done that and Fantastico now back running up. Cheers</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F08%2F19%2Ffantastico-problem%2F', 'Fantastico+Problem')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F08%2F19%2Ffantastico-problem%2F', title: 'Fantastico+Problem' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/08/19/fantastico-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Error: Table &#8216;mysql.proc&#8217; doesn&#8217;t exist</title>
		<link>http://www.am3n.net/2009/06/18/sql-error-table-mysqlproc-doesnt-exist/</link>
		<comments>http://www.am3n.net/2009/06/18/sql-error-table-mysqlproc-doesnt-exist/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:58:59 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[heidisql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=132</guid>
		<description><![CDATA[Today I upgraded my HeidiSQL into version 4, but when I am running it on the MySQL server 5.0 I got error "SQL Error: Table 'mysql.proc' doesn't exist" After googling around, found that this error caused HeidiSQL requires table Mysql.proc which is not exist. Table Mysql.proc is used to store procedure. But wait, I am [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2008/06/20/running-mysql-4-and-mysql-5-concurrently/' rel='bookmark' title='Running MySQL 4 and MySQL 5 Concurrently'>Running MySQL 4 and MySQL 5 Concurrently</a> <small>From Howtoforge.com&#8217;s article: Running MySQL 4 And MySQL 5 Concurrently...</small></li>
<li><a href='http://www.am3n.net/2008/08/07/mysql-5-access-via-old-mysql-front-25/' rel='bookmark' title='MySQL 5 access via old MySQL-Front 2.5'>MySQL 5 access via old MySQL-Front 2.5</a> <small>Kusma!!!, Now I know how to make old mysql front...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I upgraded my <a href="http://www.heidisql.com/" target="_blank">HeidiSQL </a>into <a href="http://www.heidisql.com/forum/viewtopic.php?p=3192#3192" target="_blank">version 4</a>, but when I am running it on the MySQL server 5.0 I got error</p>
<pre>"SQL Error: Table 'mysql.proc' doesn't exist"</pre>
<p>After googling around, found that this error caused HeidiSQL requires table Mysql.proc which is not exist. Table Mysql.proc is used to store procedure. But wait, I am using MySQL 5.0.x which already support Procedures and Views!! so How come this error show up??</p>
<p>After some tought, the are several reason why this error came up although you are using MySQL 5.</p>
<ol>
<li>You are upgrading from MySQL 4.x</li>
<li>Your MySQL 5.x installation didn&#8217;t smooth</li>
</ol>
<p>And in my case, it was reason no. 1, as I am remember I was once upgrade mysql server a year ago. So how to fix it?<span id="more-132"></span></p>
<p>Based on <a href="http://forums.mysql.com/read.php?98,73660,73678#msg-73678" target="_blank">MySQL Forum</a>, all I need to do is run command</p>
<pre>scripts/mysql_fix_privilege_tables.sql</pre>
<p>Wait, it is error, since I am using RPM version not TAR.GZ, so here I fix it.</p>
<pre># rpm -qa | grep mysql
mysql-bench-5.0.68-1.el4_6
mysql-libs-5.0.68-1.el4_6
mysql-5.0.68-1.el4_6
<strong>mysql-server-5.0.68-1.el4_6</strong>
mysqlclient10-3.23.58-4.RHEL4.1
php-mysql-5.1.6-3.el4s1.10
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-devel-5.0.68-1.el4_6
mod_auth_mysql-3.0.0-2.el4s1.3

# rpm -qli mysql-server-5.0.68-1.el4_6 | more
/etc/rc.d/init.d/mysqld
/usr/bin/innochecksum
/usr/bin/myisam_ftdump
/usr/bin/myisamchk
/usr/bin/myisamlog
/usr/bin/myisampack
/usr/bin/mysql_convert_table_format
/usr/bin/mysql_explain_log
/usr/bin/mysql_fix_extensions
<strong>/usr/bin/mysql_fix_privilege_tables</strong>
/usr/bin/mysql_install_db

# /usr/bin/mysql_fix_privilege_tables
This script updates all the mysql privilege tables to be usable by
the current version of MySQL

Got a failure from command:
cat /usr/share/mysql/mysql_fix_privilege_tables.sql | /usr/bin/mysql --no-defaults --force --user=root --host=localhost --database=mysql
Please check the above output and try again.

Running the script with the --verbose option may give you some information
of what went wrong.

If you get an 'Access denied' error, you should run this script again and
give the MySQL root user password as an argument with the --password= option

# /usr/bin/mysql_fix_privilege_tables --password=mydbserv
This script updates all the mysql privilege tables to be usable by
the current version of MySQL

done</pre>
<p>Like it said: Done. Now I can access to MySQL 5.0 using latest HeidiSQL</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F06%2F18%2Fsql-error-table-mysqlproc-doesnt-exist%2F', 'SQL+Error%3A+Table+%26%238216%3Bmysql.proc%26%238217%3B+doesn%26%238217%3Bt+exist')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F06%2F18%2Fsql-error-table-mysqlproc-doesnt-exist%2F', title: 'SQL+Error%3A+Table+%26%238216%3Bmysql.proc%26%238217%3B+doesn%26%238217%3Bt+exist' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2008/06/20/running-mysql-4-and-mysql-5-concurrently/' rel='bookmark' title='Running MySQL 4 and MySQL 5 Concurrently'>Running MySQL 4 and MySQL 5 Concurrently</a> <small>From Howtoforge.com&#8217;s article: Running MySQL 4 And MySQL 5 Concurrently...</small></li>
<li><a href='http://www.am3n.net/2008/08/07/mysql-5-access-via-old-mysql-front-25/' rel='bookmark' title='MySQL 5 access via old MySQL-Front 2.5'>MySQL 5 access via old MySQL-Front 2.5</a> <small>Kusma!!!, Now I know how to make old mysql front...</small></li>
<li><a href='http://www.am3n.net/2009/02/09/skip-replication-error/' rel='bookmark' title='Skip Replication Error'>Skip Replication Error</a> <small>This is happen long time ago when Mysql Replication stop...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/06/18/sql-error-table-mysqlproc-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skip Replication Error</title>
		<link>http://www.am3n.net/2009/02/09/skip-replication-error/</link>
		<comments>http://www.am3n.net/2009/02/09/skip-replication-error/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 08:23:07 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=56</guid>
		<description><![CDATA[This is happen long time ago when Mysql Replication stop due to duplicate error, Kumay has the log. But I don&#8217;t want to do a manual labor. So to skip a duplicate error on A MySQL Replication Server (SLAVE) automatically. Added this line on /etc/my.cnf Note: Make sure you know what cause a duplicate error [...]
Related posts:<ol>
<li><a href='http://www.am3n.net/2008/08/07/mysql-5-access-via-old-mysql-front-25/' rel='bookmark' title='MySQL 5 access via old MySQL-Front 2.5'>MySQL 5 access via old MySQL-Front 2.5</a> <small>Kusma!!!, Now I know how to make old mysql front...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is happen long time ago when Mysql Replication stop due to duplicate error, <a href="http://www.kumay.web.id/2008/06/16/kalau-mysql-server-replicate-ga-jalan/" target="_blank">Kumay has the log.</a> But I don&#8217;t want to do a manual labor. So to skip a duplicate error on A MySQL Replication Server (SLAVE) automatically. Added this line on /etc/my.cnf</p>
<p><span style="color: #ff0000;"><strong>Note</strong></span>: Make sure you know what cause a duplicate error and does it really not important so that you can skip inserting that query.<br />
<span id="more-56"></span></p>
<pre>[mysqld]
...
slave-skip-errors=1062</pre>
<p>You can use other error code, if that error happen. Again: Make sure you know what cause the error, and why you want to skip it.<br />
References:</p>
<ul>
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/replication-options-slave.html" target="_blank">http://dev.mysql.com/doc/refman/5.0/en/replication-options-slave.html</a></li>
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html" target="_blank">http://dev.mysql.com/doc/refman/5.0/en/error-messages-server.html</a></li>
</ul>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fskip-replication-error%2F', 'Skip+Replication+Error')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F09%2Fskip-replication-error%2F', title: 'Skip+Replication+Error' });"/></a><p>Related posts:<ol>
<li><a href='http://www.am3n.net/2008/08/07/mysql-5-access-via-old-mysql-front-25/' rel='bookmark' title='MySQL 5 access via old MySQL-Front 2.5'>MySQL 5 access via old MySQL-Front 2.5</a> <small>Kusma!!!, Now I know how to make old mysql front...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/02/09/skip-replication-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You have reached a limit on your ability to send money although already Verified</title>
		<link>http://www.am3n.net/2009/02/01/you-have-reached-a-limit-on-your-ability-to-send-money-although-already-verified/</link>
		<comments>http://www.am3n.net/2009/02/01/you-have-reached-a-limit-on-your-ability-to-send-money-although-already-verified/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 17:02:55 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[verified]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=77</guid>
		<description><![CDATA[So you need to buy something, and the seller accept payment via PayPal. Or you dont want to expose your Credit Card details to that seller, then you create PayPal account. You have a real (not a virtual) Credit Card and has succesfully link and confirm it and make your PayPal account Verified. But then [...]]]></description>
			<content:encoded><![CDATA[<p>So you need to buy something, and the seller accept payment via PayPal. Or you dont want to expose your Credit Card details to that seller, then you create PayPal account. You have a real (not a virtual) Credit Card and has succesfully link and confirm it and make your PayPal account Verified.</p>
<p>But then when you about to pay the invoice Paypal gave you error</p>
<p><strong>&#8220;You have reached a limit on your ability to send money. Please link and confirm a debit or credit card to lift this limit&#8221;</strong></p>
<p>No need to link and confirm another credit card, here what happen:<br />
<span id="more-77"></span><br />
When it&#8217;s happen for first time payment using Paypal, it&#8217;s because the amount of money you are going to send it to much. Try to send with small amount of money first (USD 10) and gradually bigger.</p>
<p>But when it&#8217;s happen when you usually able to sent money using PayPal, it&#8217;s because the amount of money your about to send is to much from you usually sent. i.e. You usually able to sent money below USD 100 but then you are going to send USD 500 or USD 100, the error will came out. Try to send money gradually with bigger value, first USD 100, then USD 150, etc.</p>
<p>And if the error came up, when you are able to sent some amount of money, it&#8217;s mean you are sending money too often. Once again it&#8217;s the way PayPal protects it&#8217;s customers, if it your account and you need to sent money you should try again later time. But if someone stole your PayPal account or your Credit/Debit card and in hurry, he wont have time to do it later because you can ask your Bank to block your card.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F01%2Fyou-have-reached-a-limit-on-your-ability-to-send-money-although-already-verified%2F', 'You+have+reached+a+limit+on+your+ability+to+send+money+although+already+Verified')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fwww.am3n.net%2F2009%2F02%2F01%2Fyou-have-reached-a-limit-on-your-ability-to-send-money-although-already-verified%2F', title: 'You+have+reached+a+limit+on+your+ability+to+send+money+although+already+Verified' });"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.am3n.net/2009/02/01/you-have-reached-a-limit-on-your-ability-to-send-money-although-already-verified/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

