<?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>DAP Documentation &#187; Troubleshooting</title>
	<atom:link href="http://www.digitalaccesspass.com/doc/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalaccesspass.com/doc</link>
	<description>Documentation for DigitalAccessPass.com</description>
	<lastBuildDate>Fri, 27 Jan 2012 11:34:13 +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>Merging User Accounts</title>
		<link>http://www.digitalaccesspass.com/doc/merging-user-accounts/</link>
		<comments>http://www.digitalaccesspass.com/doc/merging-user-accounts/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 15:54:02 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[DAP]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Subscription]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1827</guid>
		<description><![CDATA[User ID 111 has been created with email id ABC123@somewhere.com Same user buys a different product using a completely new (Paypal) email id. and DAP creates User ID 999 with PayPal email XYZ789@anothersite.com User now has 2 accounts and wants only ABC123@somewhere.com (user ID 111) to be active. So here&#8217;s what you should do: Place [...]]]></description>
			<content:encoded><![CDATA[<p><strong>User ID 111</strong> has been created with email id<strong> ABC123@somewhere.com</strong></p>
<p>Same user buys a different product using a completely new (Paypal) email id. and DAP creates <strong>User ID 999</strong> with PayPal email <strong>XYZ789@anothersite.com</strong></p>
<p>User now has 2 accounts and wants only <strong>ABC123@somewhere.com</strong> (user ID 111) to be active.</p>
<p>So here&#8217;s what you should do:</p>
<ol>
<li>Place <strong>XYZ789@anothersite.com</strong> in the PayPal email field of <strong>User ID 111</strong> and save.</li>
<li>Give <strong>User ID 111</strong> access to all products that <strong>User ID 999</strong> currently has active, with matching start and end dates.</li>
<li><strong>Delete User ID 999</strong> fully from the system.</li>
</ol>
<p>If User ID 111 purchases additional products through Paypal, and her primary Paypal email id is still <strong>XYZ789@anothersite.com</strong>, then that Paypal email id will be recognized by DAP, and all purchased products will be activated under User ID 111 and no additional User IDs will be created.</p>
<p>However, if User ID 111 has changed their primary Paypal email id to be something else like <strong>XYZ123@yetanother.com</strong>, then the next time they make a purchase, DAP will not know it&#8217;s the same person, and will end up creating a completely new user id for the buyer. Which means, you will have to do the merge again, and replace the old Paypal email id in DAP with the new Paypal email id of the buyer.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/merging-user-accounts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Optimizing Your WordPress Blog For Speed</title>
		<link>http://www.digitalaccesspass.com/doc/optimizing-your-wordpress-blog-for-speed/</link>
		<comments>http://www.digitalaccesspass.com/doc/optimizing-your-wordpress-blog-for-speed/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:58:19 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1816</guid>
		<description><![CDATA[Using a &#8220;cache&#8221; plugin for speeding up your site is like putting band-aid on a gaping wound. It&#8217;s only a temporary fix, and not a real long-term solution. Plus a cache plugin has its place, but it&#8217;s certainly not for a membership site, where DAP will need to make calls to the database to figure [...]]]></description>
			<content:encoded><![CDATA[<p>Using a &#8220;cache&#8221; plugin for speeding up your site is like putting band-aid on a gaping wound. It&#8217;s only a temporary fix, and not a real long-term solution.</p>
<p>Plus a cache plugin has its place, but <a href="http://www.digitalaccesspass.com/doc/conflict-with-cache-related-plugins/">it&#8217;s certainly not for a membership site</a>, where DAP will need to make calls to the database to figure out who&#8217;s viewing the content, are they a member, what products have they purchased, what content do they have access to, etc.</p>
<p>If you want to speed up your web site, you must address the core issue, which is &#8212; your web site is getting more traffic than your web server (web hosting account) can handle.</p>
<p>So here are a couple of ways in which you can speed up your web site:</p>
<ul>
<li>The easiest thing you can do is to revisit all of your plugins that you have enabled. Remember that every single plugin adds some overhead to (read &#8220;slows down&#8221;) your web site or blog. So use only as few plugins as you absolutely must. With so many cool plugins available freely for WordPress, it is very easy to get carried away, and install tens of plugins, most of them adding very little value, but sometimes causing the most overhead in terms of server resources. So keep only a bare minimum of other plugins (some social plugins are a real pain &#8211; making calls to third-party web sites to get their information from).</li>
<li>If you are hosting on a shared (a.k.a &#8220;cheap&#8221;) web host paying just a few dollars a month for hosting, then your web site is basically competing for server resources (like memory and bandwidth and database access) with possibly tens (or even hundreds) of other web sites on that same server (many may not belong to you, but to others with whom you are sharing the server &#8211; and hence the name &#8220;shared hosting&#8221;).Search for the keywords &#8220;digg effect&#8221; or &#8220;<a title="Slashdot Effect" href="http://www.google.co.in/search?q=slashdot+effect" target="_blank">slashdot effect</a>&#8221; on Google, and you&#8217;ll see how many WordPress sites crash when a link to the site appears among the top results in popular social sites like Digg.com, Reddit.com or Slashdot.com.
<p>If your traffic levels have outgrown your server, then the best thing you can do is to upgrade to a bigger server, or get a Virtual Private Server, or even get a dedicated host, depending on your budget. See our <a title="Recommended Web Hosts" href="http://www.digitalaccesspass.com/doc/dap-certified-web-hosts/">recommended web hosts list</a>.</li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/optimizing-your-wordpress-blog-for-speed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Conflict With &#8220;Cache&#8221; Related Plugins</title>
		<link>http://www.digitalaccesspass.com/doc/conflict-with-cache-related-plugins/</link>
		<comments>http://www.digitalaccesspass.com/doc/conflict-with-cache-related-plugins/#comments</comments>
		<pubDate>Thu, 19 May 2011 19:46:00 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Fail]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Protecting Content]]></category>
		<category><![CDATA[Protection FAQ]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1555</guid>
		<description><![CDATA[DAP currently does not work with any &#8220;Cache&#8221; related plugins, and the reason is quite simple, actually. Cache plugins are built on the premise that they will &#8220;cache&#8221; (save and store the contents of) WordPress pages and posts &#8211; which usually don&#8217;t change for &#8220;non-membership&#8221; type regular blogs &#8211; in a easy to retrieve, static [...]]]></description>
			<content:encoded><![CDATA[<p>DAP currently does not work with any &#8220;Cache&#8221; related plugins, and the reason is quite simple, actually.</p>
<p>Cache plugins are built on the premise that they will &#8220;cache&#8221; (<em>save and store the contents of</em>) WordPress pages and posts &#8211; which usually don&#8217;t change for &#8220;non-membership&#8221; type regular blogs &#8211; in a easy to retrieve, static file, so that WordPress doesn&#8217;t have to go to the database to load the contents of the page or post each and every time, which will improve the performance and loading time of your WordPress blog in general.</p>
<p>But the fact that such plugins are actually designed to &#8220;skip&#8221; interactions with the database as much as possible, and will make a &#8220;static copy&#8221; of your page or post and serve the same static copy to all visitors regardless of who they are, completely goes against the concept of a membership site.</p>
<p>The idea behind using a membership plugin like DAP, it to make sure that different visitors see different content: For ex.,</p>
<p>1) Casual visitors (Non-Members) who have NOT yet signed up for your products, should see content differently than &#8230;</p>
<p>2) Members who may have purchased one of your products, but not the product that gives them access to a specific page or post, who should see content differently than&#8230;</p>
<p>3) Members who actually have purchased the right product and DO have access to the content, who should see content differently than&#8230;</p>
<p>4) Ex-Members who signed up for your subscription-based content in the past, but have since canceled or allowed their access to expire</p>
<p>So, DAP tries to figure out who the visitor is first, and then packages the very same content differently to each category of visitors.</p>
<p>And installing a &#8220;cache&#8221; plugin kind of makes the whole point of a membership plugin meaningless. Both plugins basically contradict each other in what they&#8217;re trying to do.</p>
<p>One (your cache plugin) is trying to speed things up by not going to the database every time, while the other wants to make sure all of the right settings are loaded from the database to make sure your content stays secure from un-authorized access.</p>
<p>So, while cache plugins may work for the average, non-membership, static blog where a single post or page is not really meant to be shown differently to different people, it&#8217;s not a good idea to use it on a membership-site.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/conflict-with-cache-related-plugins/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Troubleshooting: Paypal Coupon Error Emails</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-paypal-coupon-error-emails/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-paypal-coupon-error-emails/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:37:29 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Coupons]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Integration with Shopping Carts]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1465</guid>
		<description><![CDATA[Problem: You see emails sent to your DAP Admin email account that look like this: paypalCoupon.php: missing item_name -or- paypalCoupon.php: No such Product found &#8211; SomeProductNameHere This could be happening because&#8230;. a) Some robot software somewhere is auto-posting to that URL. b) It&#8217;s possible that a search engine spider or spambot is hopping from link [...]]]></description>
			<content:encoded><![CDATA[<p>Problem: You see emails sent to your DAP Admin email account that look like this:</p>
<blockquote>
<h3>paypalCoupon.php: missing item_name</h3>
<p>-or-</p>
<h3>paypalCoupon.php: No such Product found &#8211; <em>SomeProductNameHere<br />
</em></h3>
<blockquote></blockquote>
</blockquote>
<p>This could be happening because&#8230;.</p>
<p>a) Some robot software somewhere is auto-posting to  that URL.</p>
<p>b) It&#8217;s possible that a search engine spider or spambot is hopping from link to link, submitting the form repeatedly from the backend,  and because the form is being submitted in an illegal/invalid fashion, DAP is  complaining about a missing coupon code.</p>
<p>So for now, if everything else is working ok, and the annoying email is  the the only issue, then you can just ignore those emails. Or better yet, simply put a  filter on that email subject and have it directly sent to the trash folder in  your email client.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-paypal-coupon-error-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Characters In Emails</title>
		<link>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/</link>
		<comments>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 19:13:03 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Autoresponders]]></category>
		<category><![CDATA[Broadcasts]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Resources]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=1425</guid>
		<description><![CDATA[If you or your members are noticing strange characters in emails &#8211; especially where there should normally be a single or double quote, then these are due to what are known as &#8220;Smart Quotes&#8221;. These special characters always show up when you copy text from a WordPress blog (some themes use these characters) or a [...]]]></description>
			<content:encoded><![CDATA[<p>If you or your members are noticing strange characters in emails &#8211; especially where there should normally be a single or double quote, then these are due to what are known as &#8220;Smart Quotes&#8221;.</p>
<p>These special characters always show up when you copy text from a WordPress blog (some themes use these characters) or a Microsoft Word document.</p>
<blockquote><p>Single quote:</p>
<h2><code>'</code>(correct)</h2>
<h2><code>`</code>(incorrect)</h2>
<p>Double quote:</p>
<h2><code>"</code> (correct)</h2>
<h2><code>``</code> (incorrect)</h2>
</blockquote>
<p>The single quote that works correctly is located next to the &#8220;Enter&#8221; key.</p>
<p>The incorrect one is located next to the &#8220;1&#8243; number key.</p>
<p>So copy your email text to a text editor, like notepad. Then change all single quotes to be <strong>&#8216;</strong> and all double-quotes to be <strong>&#8220;</strong> in your emails. Then put them back into DAP, and then test.</p>
<p>The &#8220;strange characters&#8221; issue should then be resolved.</p>
<p><strong>NOTE</strong>: In a future version, we will implement an enhancement in DAP so that DAP can handle this automatically, but for now, the above solution is your only option.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/strange-characters-in-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Login Errors</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-login-errors/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-login-errors/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 23:28:38 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=965</guid>
		<description><![CDATA[Problem: When you go to http://YourSite.com/dap/ , you get redirected to a &#34;Page Not Found &#8211; 404&#34; error page. Solution: This is happening because in DAP Config, you probably set up an invalid URL to be the default login page. So do this: First, log out of DAP by going to http://yoursite.com/dap/logout.php (manually type that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong>: When you go to <strong>http://YourSite.com/dap/</strong> , you get redirected to a &quot;<strong>Page Not Found &#8211; 404</strong>&quot; error page.</p>
<p><strong>Solution</strong>: This is happening because in DAP Config, you probably set up an invalid URL to be the default login page. So do this:</p>
<ul>
<li>First, log out of DAP by going to http://yoursite.com/dap/logout.php (manually type that in to your browser)</li>
<li>Now log in to DAP via DAP&#39;s special login page &#8211; http://YourSite.com/dap/login.php</li>
<li>Go to &quot;Setup &gt; Config &gt; Advanced&quot; screen</li>
<li>Then where it says &quot;Location of your login page (eg., if using WordPress). Should start with a forward slash (`/`)&quot; &#8211; enter a valid URL there. Before entering any URL there, visit the URL separately in a separate browser tab (or window) and make sure you can actually get to it, and that it has a login form there. Then put that URL in to the above field, and click on &quot;Update&quot;.</li>
<li>Now in a separate browser (totally different browser) where you are not logged in to DAP or WP, try to go to <strong>http://YourSite.com/dap/ </strong>and see if it redirects to the right page. If not, revisit the steps above, and double check the login URL, that&#39;s all.</li>
</ul>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-login-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Clickbank via INS</title>
		<link>http://www.digitalaccesspass.com/doc/integrating-clickbank-via-ins/</link>
		<comments>http://www.digitalaccesspass.com/doc/integrating-clickbank-via-ins/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 19:53:36 +0000</pubDate>
		<dc:creator>Veena Prashanth</dc:creator>
				<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[DAP]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Paypal Website Payments Pro]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Upsells & Downsells]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=766</guid>
		<description><![CDATA[Starting with DAP v3.9, DAP now has support for ClickBank&#8217;s Instant Notification Services (INS). This is very similar to Paypal&#8217;s Instant Payment Notification (IPN). The ClickBank INS notification will be processed instantly in real time, and your members will receive their welcome email with their membership login info instantly after purchase. For high-level ClickBank user-flow, see [...]]]></description>
			<content:encoded><![CDATA[<p>Starting with DAP v3.9, DAP now has support for ClickBank&#8217;s <strong>Instant Notification Services (INS)</strong>.</p>
<p>This is very similar to Paypal&#8217;s Instant Payment Notification (IPN).</p>
<p>The ClickBank INS notification will be processed instantly in real time, and your members will receive their welcome email with their membership login info instantly after purchase.</p>
<p>For <a title="ClickBank User Flow" href="http://www.digitalaccesspass.com/doc/user-flow/#clickbank" target="_blank">high-level ClickBank user-flow, see this post</a>.</p>
<h3>CB INS Setup</h3>
<p>1. Login to your ClickBank account</p>
<p>2. Go to the &#8220;<strong>Account Settings</strong>&#8221; tab at the top</p>
<p>3. Click on &#8220;<strong>My Site</strong>&#8221; from the sub-menu at the top.</p>
<p><img class="alignnone size-full wp-image-979" title="cbins_mysite" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/cbins_mysite.png" alt="" width="592" height="133" border="1" /></p>
<p>4. Under <strong>Advanced Tools</strong>, update the <strong>Instant Notification Service</strong> URL (accept the terms of service etc), and make sure the URL points to:</p>
<blockquote>
<h3><strong>http://YourSite.com/dap/dap-clickbank.php</strong></h3>
</blockquote>
<p>Replace <strong>YourSite.com</strong> above with your actual domain name.</p>
<p>5.  Screenshot below shows <strong>Version 1.0</strong>, but starting DAP v4.2, we have added support for CB INS 2.1.</p>
<p>So if you&#8217;re using <strong>DAP v4.2 or later</strong>, then select <strong>INS Version 2.0 and set the CB INS URL TO :</strong><strong></strong><strong></strong></p>
<h3><strong></strong><strong></strong><strong></strong><strong>http://YourSite.com/dap/dap-</strong><strong></strong><strong></strong><strong>clickbank-2.1</strong>.php</h3>
<p>But if you&#8217;re using <strong>DAP v4.1 or earlier</strong>, then select <strong>Version 1.0</strong></p>
<p>and set INS URL TO:</p>
<h3><strong></strong><strong>http://YourSite.com/dap/dap-clickbank.php</strong></h3>
<p><img class="alignnone size-full wp-image-980" title="cbins_insurl" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/cbins_insurl.png" alt="" width="642" height="103" border="1" /></p>
<p>6. Whatever value you put in the <strong>Secret Key</strong> field in ClickBank (see image above), put the same value (<strong>must be ALL UPPERCASE</strong>) in to your <strong>DAP Admin Dashboard</strong> on your web site, at:</p>
<p><strong>Setup &gt; Config &gt; Payment Processing &gt; Secret Authorization Key used when interfacing with external systems</strong></p>
<p><img class="alignnone size-full wp-image-981" title="cbins_secretkey" src="http://www.digitalaccesspass.com/doc/wp-content/uploads/2010/10/cbins_secretkey.png" alt="" width="437" height="151" border="1" /></p>
<p>7. The <strong>Product Title </strong>in CB must match the <strong>Product Name</strong> in DAP.</p>
<p>8. The <strong>Thank You Page</strong> url in CB product settings page, should be set to point a static thank-you page you create in your WordPress blog &#8211; something like http://YourSite.com/thank-you/ .</p>
<p>And the page should state something to the effect of&#8230;</p>
<blockquote><p>Thank you for your purchase. The download information for the product you just purchased has been sent to the email id you just use during the purchase.</p>
<p>Please check that email id in a few minutes, and you will see an email from us with your login information.</p></blockquote>
<p>That&#8217;s it!</p>
<h3><strong>Testing<br />
</strong></h3>
<p>Make a test purchase.</p>
<p>If the integration was setup correctly, the user will be registered in DAP.  You will find the user account in the DAP <strong>Users &gt; Manage</strong> screen and you will find the completed transaction / order details on the DAP <strong>Orders</strong> page.</p>
<p>If the test order is listed in DAP Orders page, then CB is correctly integrated with DAP.  Check the payment status in DAP Orders page. If it says <strong>Success</strong>, but no welcome/thank-you email got sent, then make sure you set the thank-you email for that product in DAP products page.</p>
<h3>Troubleshooting</h3>
<p>If no order is listed in DAP orders page for the test purchase, then CB is not integrated with DAP.</p>
<p>To troubleshoot, do the following:</p>
<ol>
<li>Set DAP <strong>Setup &gt; Config &gt; Log Level</strong> to 5.</li>
<li>Empty log content under <strong>System -&gt; Logs</strong>.</li>
<li>Run another test purchase.</li>
<li><a href="http://www.digitalaccesspass.com/support" target="_blank">Send us </a> the log snippet from <strong>System -&gt; Logs</strong>.</li>
</ol>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/integrating-clickbank-via-ins/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Data Loading Errors</title>
		<link>http://www.digitalaccesspass.com/doc/data-loading-errors/</link>
		<comments>http://www.digitalaccesspass.com/doc/data-loading-errors/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:19:47 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=592</guid>
		<description><![CDATA[Progress Bar Never Stops You&#8217;re seeing the green &#8220;Loading&#8230; Please Wait&#8221; progress bar continuosly running &#8211; it never stops and comes back with any data. If this is a new setup, then it&#8217;s possible that your web host does not have a library called &#8220;JSON&#8221; enabled. Just ask them to enable it for your server. [...]]]></description>
			<content:encoded><![CDATA[<h3>Progress Bar Never Stops</h3>
<p>You&#8217;re seeing the green &#8220;Loading&#8230; Please Wait&#8221; progress bar continuosly running &#8211; it never stops and comes back with any data.</p>
<p>If this is a new setup, then it&#8217;s possible that your web host does not have a library called &#8220;JSON&#8221; enabled. Just ask them to enable it for your server. It&#8217;s rather simple to do, and we&#8217;ve never seen a host that won&#8217;t do this for their customers.</p>
<p>If it&#8217;s an old setup, and it was working previously, then your host made some changes that caused the library to stop working. So you still need their help in resolving the issue.</p>
<h3>Error Message: &#8220;There was an error returning data&#8217;&#8221;.</h3>
<p>One possibility is that your database or web site is temporarily down, slow, or plain not responding for some reason. So DAP cannot connect to your database, and comes back with this error.</p>
<p>Or it could also be the &#8220;Progress Bar Never Stops&#8221; issue from above.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/data-loading-errors/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Troubleshooting Product Settings</title>
		<link>http://www.digitalaccesspass.com/doc/troubleshooting-product-settings/</link>
		<comments>http://www.digitalaccesspass.com/doc/troubleshooting-product-settings/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 05:49:52 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=546</guid>
		<description><![CDATA[1) &#8220;Logged-in URL&#8221; on Product page is not taking user to right page after log in. The Logged-In URL field will work only if user has access to just that one product. If user has access to more than 1-product, DAP cannot decide which Product&#8217;s &#8220;Logged-In URL&#8221; to redirect the user to. So it simply [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>1) &#8220;Logged-in URL&#8221; on Product page is not taking user to right page after log in.</strong></h3>
<p>The Logged-In URL field will work only if user has access to just that one product. If user has access to more than 1-product, DAP cannot decide which Product&#8217;s &#8220;Logged-In URL&#8221; to redirect the user to. So it simply uses the &#8220;Global&#8221; logged-in URL in &#8220;Setup &gt; Config &gt; URL to which User is redirected to, right after log in.</p>
<p>So if you&#8217;re testing the &#8220;Logged-In URL&#8221; field, make sure you create a test user with access to just that one product, and then log in as her and test.</p>
<h3><strong>2A)</strong> The Lock message says &#8220;Sorry, this content is for members only. Click here to get access&#8221; but the &#8220;Click here&#8221; just points to my home page.</h3>
<p><strong>OR</strong></p>
<h3>2B) <strong></strong><strong>&#8220;Sales Page URL&#8221; on error page not pointing to right URL</strong></h3>
<p>The Sales Page URL field of a Product will work only if a piece of content has been added to just that product. If the content has been added to more than one product, then DAP cannot decide which Product&#8217;s &#8220;Sales Page URL&#8221; to show on the &#8220;In-Page Error Message&#8221; shown to the viewer. So it simply points to the root of the domain. In a future version, this will be configurable, but for now, if you wish to have a custom Sales Page URL shown in the error message, then you can customize the error message HTML and then you&#8217;ll be able to enter whatever you want there. Or, instead of using an &#8220;In-Page&#8221; error page, you could simply redirect the viewer to a custom error page URL.</p>
<p>If you see the original <strong>dap/inc/error-notloggedin.php</strong> file, you&#8217;ll see a line in there that looks like this&#8230;.</p>
<blockquote><p><strong>&lt;a href=&#8221;<span style="color: #ff0000;">%%SALES_PAGE_URL%%</span>&#8220;&gt;Click here to get access.&lt;/a&gt;</strong></p></blockquote>
<p>So basically, if the page or post that the person is trying to visit, belongs to just one DAP Product, then the <strong>%%SALES_PAGE_URL%%</strong> in the above line will actually be replaced with the value of the &#8220;<strong>Sales Page URL</strong>&#8221; field from that DAP Product page. But if the same page/post is part of multiple DAP products, then DAP won&#8217;t know which Product&#8217;s &#8220;Sales Page URL&#8221; to use &#8211; so it will simply point the &#8220;Click here&#8221; link to the home page.</p>
<h3><strong>3) Clicking on a protected Category is not taking user to the correct &#8220;Error Page URL&#8221;</strong></h3>
<p>When you click on a category (instead of a single post), then because the category could contain many posts, each of which could be part of multiple Products. So DAP is unable to choose just 1 single Product from which to pick the &#8220;Error Page URL&#8221; and redirect the visitor to. So it just shows the <a href="http://www.digitalaccesspass.com/doc/customizing-error-messages-on-protected-pages/">error message with the padlock image</a>, which can be customized. <a href="http://www.digitalaccesspass.com/doc/customizing-error-messages-on-protected-pages/">Click here</a> for details.</p>
<h3></h3>
<p>&nbsp;</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<table style="margin-top: 3px; border: 1px solid #164677; background-color: #ffffff;" width="100%" cellspacing="1" cellpadding="0" align="center">
<tbody>
<tr>
<td style="background-color: #ffffff; padding: 5px;" colspan="2" align="left">3. The Lock, being generic, says &#8220;Sorry, this content is for members only.&#8221; but does not specify, as I (will) have several different types of members. It should say something like &#8220;Sorry, this content is for %%PRODUCT%% subscribers only.&#8221; Can this actually work? I am just guessing.</td>
</tr>
<tr>
<td class="visitorReplyInfoCell" colspan="2" align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="left"><em>Response Time: 28 Minutes</em></td>
<td align="right"><em>Wed 23 Mar 2011, 10:13am</em></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<p><a name="45641"></a></p>
<table style="margin-top: 3px; border: 1px solid #164677; background-color: #f0f6ff;" width="100%" cellspacing="1" cellpadding="0" align="center">
<tbody>
<tr>
<td style="background-color: #f0f6ff; padding: 5px;" align="left">» <strong>Reply by</strong>: Ravi Jayagopal</td>
<td style="background-color: #f0f6ff; padding: 5px;" align="right"><a title="Edit" href="../../support/admin/index.php?cmd=viewticket&amp;action=editreply&amp;id=7566&amp;reply=45641"><img src="../../support/admin/images/edit.gif" alt="" border="0" /></a> <a title="Delete" href="../../support/admin/index.php?cmd=viewticket&amp;action=deletereply&amp;id=7566&amp;reply=45641"><img src="../../support/admin/images/delete.gif" alt="" border="0" /></a></td>
</tr>
<tr>
<td style="background-color: #f0f6ff; padding: 5px;" colspan="2" align="left">&gt;&gt;1. Creating a new user account, for someone who is already logged in under a different email address.&lt;&lt;<br />
Yeah, that is on our list. Not something that will happen any time soon. Hopefully, we can schedule it for the next release.&gt;&gt;2. Several Emails say various things similar to &#8220;New User Signup (3rd Party Notification)&#8221; instead of actually telling me what product they signed up for, or even the amount that was made.&lt;&lt;<br />
Every one of them should have the product name in the body of the email. If it doesn&#8217;t, then something&#8217;s not right. So if you find one without a product, then let paste the email here, and we&#8217;ll take a look.Other than that, it&#8217;s not meant to be a full payment notification email. It&#8217;s just meant to be an alert, that&#8217;s all. The full payment notification will come from your payment processor.</p>
<p>It already does that to a certain extent. If you see the original error-notloggedin.php, you&#8217;ll see a line in there that says..</p>
<p>&lt;a href=&#8221;%%SALES_PAGE_URL%%&#8221;&gt;Click here to get access.&lt;/a&gt;</p>
<p>If the page or post belongs to just one Product, then the %%SALES_PAGE_URL%% in the above line will actually be replaced with the &#8220;Sales Page URL&#8221; field from that product. But if the same page/post is part of multiple products, then DAP won&#8217;t know which Product&#8217;s &#8220;Sales Page URL&#8221; to use &#8211; so it will just point to the home page.</td>
</tr>
</tbody>
</table>
</div>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/troubleshooting-product-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DAP-Supported Shopping Carts</title>
		<link>http://www.digitalaccesspass.com/doc/dap-supported-shopping-carts/</link>
		<comments>http://www.digitalaccesspass.com/doc/dap-supported-shopping-carts/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 06:32:59 +0000</pubDate>
		<dc:creator>Ravi Jayagopal</dc:creator>
				<category><![CDATA[1-Click Upsells]]></category>
		<category><![CDATA[1ShoppingCart]]></category>
		<category><![CDATA[3rd Party Integration]]></category>
		<category><![CDATA[Cancellations/Refunds]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Integration with Shopping Carts]]></category>
		<category><![CDATA[Payment Integration]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Paypal Website Payments Pro]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Subscription]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Upsell Tree]]></category>
		<category><![CDATA[Upsells & Downsells]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.digitalaccesspass.com/doc/?p=533</guid>
		<description><![CDATA[Direct Integration with Shopping Carts and Payment Processors DAP directly integrates with the following Payment Processors without the need for any additional third-party shopping carts: Authorize.net 2Checkout.com ClickBank Digiresults Google Checkout e-Junkie (e-J does not allow recurring payments) JVZoo Paypal Standard Paypal Website Payments Pro Plimus WorldPay WSO Pro (Warrior Plus) DAP also integrates with [...]]]></description>
			<content:encoded><![CDATA[<h3>Direct Integration with Shopping Carts and Payment Processors</h3>
<p>DAP directly integrates with the following Payment Processors without the need for any additional third-party shopping carts:</p>
<ul>
<li><strong>Authorize.net</strong></li>
<li>2Checkout.com</li>
<li><strong>ClickBank</strong></li>
<li>Digiresults</li>
<li><strong>Google Checkout</strong></li>
<li>e-Junkie (e-J does not allow recurring payments)</li>
<li><strong><a title="JV Zoo" href="http://DigitalAccessPass.com/jvzoo.php" target="_blank">JVZoo</a></strong></li>
<li>Paypal Standard</li>
<li><strong>Paypal Website Payments Pro</strong></li>
<li>Plimus</li>
<li><strong>WorldPay</strong></li>
<li>WSO Pro (Warrior Plus)</li>
</ul>
<p>DAP also integrates with the following Shopping Carts</p>
<ul>
<li><a href="http://1SiteAutomation.com" target="_blank">1SiteAutomation.com</a> (a 1shoppingcart private label)</li>
<li><a title="Premium Web Cart" href="http://DigitalAccessPass.com/pwc.php" target="_blank">Premium Web Cart</a></li>
<li>InfusionSoft</li>
<li><a title="WP eStore" href="http://DigitalAccessPass.com/wpestore.php" target="_blank">WP eStore</a></li>
</ul>
<h3>Indirect Integration through 3rd Party Shopping Carts</h3>
<p>Since DAP integrates with Shopping carts like <a title="1SiteAutomation" href="http://1SiteAutomation.com" target="_blank">1SiteAutomation.com</a> (our white label of 1Shoppingcart), e-Junkie, <a title="Premium Web Cart" href="http://digitalaccesspass.com/pwc.php" target="_blank">Premium Web Cart</a> and Infusionsoft, that means that it also integrates (albeit indirectly) with all of the Payment processors and gateways that these carts support. So, or example, since DAP works with 1SiteAutomation, it essentially integrates with <a href="http://1siteautomation.com/faq.asp" target="_blank">all payment providers supported by 1SiteAutomation</a>, like:</p>
<p><strong>2CheckOut.com</strong> (direct integration too)<br />
<strong>Authorize.net</strong> (direct integration too)<br />
Bank of America<br />
BluePay<br />
Concord EFSNet<br />
Cybercash<br />
DPI Merchant Services<br />
e-Commerce Exchange<br />
Echo Inc.<br />
ECX QuickCommerce 3.0<br />
Epoch Systems<br />
eProcessing Network<br />
EPS SecureNet<br />
EWAY (Australia)<br />
FastTransact<br />
Firepay<br />
<strong>Google Checkout</strong> (direct integration too)<br />
GoRealTime/EPP<br />
GoRealTime<br />
iBill<br />
IntelliPay ExpertLink<br />
IONGate (Costco)<br />
iTransact RediCharge<br />
LinkPoint Secure<br />
MCPS WebLink<br />
MerchantPartners<br />
Moneris<br />
NETbilling<br />
Network Merchants<br />
Paradata<br />
PayCom Processing<br />
<strong>Paymentech</strong> (direct integration via Authorize.net)<br />
<strong>PayPal</strong> (direct integration too)<br />
PayPal Payflow Pro (via e-Junkie)<br />
PayReady<br />
Planet Payment<br />
PRIGate<br />
PSiGate<br />
RightConnect<br />
RTWare WebLink<br />
Shift4<br />
SkipJack<br />
StrataPay<br />
Surepay<br />
TrialPay (via e-Junkie)<br />
TrustCommerce<br />
USAEpay<br />
uSight<br />
VeriPayment<br />
VeriSign PayFlow Pro<br />
ViaKlix (Nova Systems)<br />
<strong>WorldPay</strong> (direct integration too)<br />
YourPay</p>
<p><a href="http://1siteautomation.com/faq.asp" target="_blank">For the full list and more details, click here</a></p>
<h3>1-Click Upsells</h3>
<p>If you use DAP as a shopping cart, then you can do 1-Click Upsells/Downsells like the pros, without the need for any external shopping cart or upsell service provider.</p>
<p>DAP directly allows you to do 1-Click Upsells using <strong>Authorize.net</strong>, <strong>Paypal Website Payments Pro</strong> and <strong>Paypal Standard</strong>. Upsell-Tree plugin for Authorize.net and Paypal Website Payments Pro is included for free along with your purchase of DAP. However, the Upsell-Tree plugin for Paypal Standard is <a title="DAP Store" href="http://DigitalAccessPass.com/buynow.php#store" target="_blank">sold separately</a>.</p>
<p>Of course, if you need advanced shopping cart features &#8211; like ability to calculate shipping, tax, and coupons, then you&#8217;re better off using <a href="http://1SiteAutomation.com" target="_blank">1SiteAutomation.com</a>.</p>
<h3>1ShoppingCart &amp; GoDaddy</h3>
<p>If you want automated recurring order processing using 1ShoppingCart (1SC) or <a href="http://1SiteAutomation.com" target="_blank">1SiteAutomation.com</a>, then DAP needs to be able to process the recurring email notifications sent by 1ShoppingCart, which it does on the back-end when the <strong>DAP Cron Job</strong> runs every 10 minutes.</p>
<p>However, if you&#8217;re using Godaddy as your web host, then because <strong>GoDaddy disables a mandatory PHP library (&#8220;imap&#8221;) on all their servers</strong> for some reason, DAP is unable to process the recurring order email notifications from 1ShoppingCart.</p>
<p>This is not an issue if you are using GoDaddy as just your domain name registrar, and using some other service like <a href="http://dream-host.biz" target="_blank">Dreamhost</a> or <a href="http://www.HostMonster.Com/track/monsterpromo" target="_blank">Hostmonster</a> as your web host.</p>
<p>But if you&#8217;re using 1SC &amp; GoDaddy hosting, you will have to end up doing manual cancellations if any member cancels their subscription, or if their credit card fails and their recurring payments don&#8217;t get processed.</p>
<p>Please note that 1ShoppingCart order processing works great with <a href="http://www.digitalaccesspass.com/doc/dap-certified-web-hosts/">all other (non-GoDaddy) hosts</a>.</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://www.digitalaccesspass.com/doc/dap-supported-shopping-carts/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

