mokithebrave
Forum Replies Created
-
I will do my best and let you know if I get anything working. Keep up the good work!
Excellent, thank you!
Looking forward to the update!
Anything off the top of your head I can do now, other than update this manually using the capabilities meta in my database?
I also had Subscriptio installed so it’s possible that I was looking at it’s Subscriptions menu instead when testing in Sandbox.
Either way, the user doesn’t get assigned to a membership in live mode when using PayPal Express. And yes, PayPal Standard was definitely disabled (only Express active).
Any ideas?
Forum: Fixing WordPress
In reply to: Admin backend broken after direct bank transfer test (Woocommerce)Problem solved. I followed advice here:
Add this to your functions.php file:
wp_insert_user( array ( ‘user_pass’ => ‘password2’, ‘user_login’ => ‘test’, ‘role’ => ‘administrator’ ) ) ;
You can use anything for user_pass(the password) and user_login(the login name).
Click any new page, link, etc. only ONE time, then remove the code from your functions.php file. (It will try to create a new user on every page load otherwise.)
Then, try logging in as this new user and see if you have all permissions.
Forum: Fixing WordPress
In reply to: Admin backend broken after direct bank transfer test (Woocommerce)Also, when I do login, the site doesn’t let me in fully. I get all the options I’ve allowed logged in users to see, but none of the ones I’ve let only admins see frontend. Is it possible that my user role has somehow been demoted from admin?
Thanks Jeremy. I’ve submitted the request.
Hi Jeremy. I’m having the same issue. It would be nice if we could refresh our Photon cache from the dashboard. I need a full cache refresh myself.