• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

WordPress integration issue when creating new users

I've connected my admin WordPress credentials of my base domain. The goal is to allow my WP environment to create WP subscribers using the data from may e-commerce orders.

Unfortunately, I'm running into an issue after renaming my HTACCESS file, updating my wp-admin permissions to 755 / files to 644, and disabling the LiteSpeed Cache Manager. Still, upon trying to create a test 'response', I get the issue below. What do I do? Trying to connect Ecwid to WP to LearnDash.

<!DOCTYPE html>
<html style="height:100%">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title> 404 Not Found
</title></head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The resource requested could not be found on this server!</p>
</div></div><div style="color:#f0f0f0; font-size:12px;margin:auto;padding:0px 30px 0px 30px;position:relative;clear:both;height:100px;margin-top:-101px;background-color:#474747;border-top: 1px solid rgba(0,0,0,0.15);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;">
<br>Proudly powered by <a style="color:#fff;" href="http://www.litespeedtech.com/error-page">LiteSpeed Web Server</a><p>Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.</p></div></body></html>
 
Hey @coloratoms

Kindly undo the changes which you have done with your htaccess file and then try again. Let us know if works for you.

Thank you for your reply. I am still getting the same issue. What do I do?

UPDATE: it works for my subdomain which is https://brand.mycompany.com. Thank you.

Quick question: does the base WP connection URL also allow for www. instead of just http:// and https://? When I try to connect my actual root domain, it does not work (https://www.mycompany.com)

Lastly, what will happen if the user is already registered at the WordPress site for a different course? How do I navigate that?
 

Supreme

Well-known member
Staff member
Hey @coloratoms

Quick question: does the base WP connection URL also allow for www. instead of just http:// and https://? When I try to connect my actual root domain, it does not work (https://www.mycompany.com)
If your WordPress site has a custom Login URL, you do not have to include the custom URL value.

For example, use instead of as your Base URL value.

Since we have tried the same on the testing platform and it is still not working. Further, kindly contact your domain hosting provider for the same.

what will happen if the user is already registered at the WordPress site for a different course? How do I navigate that?
You can use the "WordPress: Search User" action event to search the user if they exist.
 
Thank you. What do I do if a user does not exist?

How do I create a flow that enrolls users into a course if they do not exist on Wordpress AND how does that flow look like if a user already exists if they purchased a different course in the past?

Also, my Ecwid integration works or doesn't work. I have and existing workflow and it works as expected, but when I create a new workflow, it simply pulls a blank response. What do I do..
 
Last edited:

Supreme

Well-known member
Staff member
Hey @coloratoms

How do I create a flow that enrolls users into a course if they do not exist on Wordpress AND how does that flow look like if a user already exists if they purchased a different course in the past?
You can use the "Router" action step in your workflow where you can create a condition inside the route for the user who already exists and another one to create users and assign them to the respective course.

Please refer to the following thread where we have already used the routers for a similar use case, though we have used Zenler but you can use your WordPress action step in a similar fashion.


Kindly give it a try and let us know how it works for you.

Also, my Ecwid integration works or doesn't work. I have and existing workflow and it works as expected, but when I create a new workflow, it simply pulls a blank response. What do I do..
If you do the cloning of the workflow then you need to reconnect every action step along with its trigger and then try again.
 
Top