Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Thank you for sharing your solution. Looks good to me.
July 12, 2021 at 5:37 pm in reply to: ERROR. Trying to access array offset on value of type bool in /home/.on line 312 #83332adminKeymasterHave a look at this post that shows how you can use an action hook to stamp additional text. If you are a developer, you can use this example to create your own customization that reads the currently logged-in user’s username and adds to the stamping:
FYI, if your post has too many URLs, the forum software may mark it as spam.
adminKeymasterThis is going to be an issue with this server.
Is the CURL library for PHP properly setup on this server? Ask the hosting provider if PHP cURL library is installed correctly.
- This reply was modified 3 years, 6 months ago by wzp.
adminKeymasterI meant that you can reply back to that support email thread. But what you did is fine, I already had a look at the file.
Couple of issues:
#1) You need to look at the sample file given on this following page and make sure you look at the values of columns to understand what kind of values are expected:
If you look at the “membership_level” column, you can see the value is a number which means it needs to be a membership level ID number. In your import file, it has a string which won’t work.
#2) The Date values need to be in the following format which you can see in the sample file:
yyyy-mm-dd
Example Date Value: 2021-01-30
You entered the date values in a different format in your import file which won’t work.
#3) This is just an FYI. The “account_state” column’s value is currently set to “inactive” so these member’s won’t have access to any content after the import.
adminKeymasterYou can reply to the same email thread (where we did troubleshooting for this topic) and attach the file there.
adminKeymasterLooks like the issue was related to user importing via CSV file.
adminKeymasterLooks like the registration for that user is already complete. There is something weird happening on this site. I will check your setup.
July 3, 2021 at 6:11 pm in reply to: Payment Gateway Bundle fails at registration with Wishlist #83282adminKeymasterIf you want to use Stripe, then setup the following Stripe option to use card checkout via stripe:
adminKeymasterLooks like something got messed up on this site and now there is a leftover folder with the name “wp-cart-for-digital-products” (with missing plugin files potentially) that’s triggering the error.
Go to the plugins menu of your site and make sure the plugin is fully deleted. Reload the plugins menu of your admin dashboard to verify that the plugin is not being shown there. Then log in via FTP and go to the following folder of your server and delete that folder (to make sure there is no failed installation remnant left behind):
/wp-content/plugins/wp-cart-for-digital-products/
Once it is clean, upload a new copy of the plugin to install and activate it.
adminKeymasterThat “pending” response is from the MailChimp API. You need to ask MailChimp why signups to your mailchimp account is going to “pending” state. They should be able to look at your account’s configuration, status and the list to tell you why.
adminKeymasterThe convertkit API calls from our plugin looks to be working correctly.
You can disable the generic autoresponder option from the settings menu of eStore since that is not required for convertkit.
June 22, 2021 at 7:33 pm in reply to: ERROR. Trying to access array offset on value of type bool in /home/.on line 312 #83236adminKeymasterI have sent an email to you so I can take a look at the setup.
June 22, 2021 at 7:31 pm in reply to: Unable to add the Start Date to Additional Membership Levels #83235adminKeymasterWe no longer use the following JS library so lets try to find out where that is coming from:
jquery.tools18.min.js
There should be a full path or URL with that error that gives a clue as to which plugin or addon it is coming from. Can you take a look to see where that is coming from?
June 21, 2021 at 6:53 pm in reply to: Unable to add the Start Date to Additional Membership Levels #83221adminKeymasterAlso, a good idea to do the following (just to make sure):
-
AuthorPosts