Scott Botkins
Forum Replies Created
-
They are on separate domains. I believe it’s using separate Square accounts but not 100% sure. Does the client just need to migrate the customers data in Square from Website A to Website B Square account to fix this issue?
It only affects existing users on Website A who are trying to sign up on Website B. New users are registering fine.
https://ft.events/ftuniversity/
Screenshot: http://ft.events/ftuniversity/wp-content/uploads/2025/02/Screenshot-2025-02-24-at-11.44.16 PM.png
https://pastebin.com/wgdS0fsF – status report
https://pastebin.com/htcJDKed – fatal error
For clarification on the users – they are WordPress users with inactive membership accounts related to the WooCommerce Membership plugin. When they try to purchase/checkout on WooCommerce a membership to become active that is when they get the error.
Hi Moses,
Website A was cloned to website B by importing files and database. Then I logged in and removed all of the subscriptions, memberships and WooCommerce orders from Website B so it was clean, however, all of the users remained so they can login to still access the site. Website A remains up only to collect current/previous recurring subscriptions until everybody signs up on Website B.
The issue is only happening on Website B.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] “no file with such file id” error messageI have a client reporting the same issue so I came here. Hopefully we hear back soon on how to fix this.
Forum: Fixing WordPress
In reply to: "https://www.domain.com" Redirect to "https://domain.com"Place the following in your .htaccess file
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://domain.com/$1 [R,L]Make sure to edit domain.com to your website.