bitstash
Forum Replies Created
-
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountYes the v0.2.4 the latest development version works just as expected on multisite. No issues what so ever at this time.
I greatly appreciate your assistance in getting this to work properly.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountThe recent development release has worked!!! v.0.2.3
However there are some minor issues.
When a user logins/registers to site 1 it limits the users access to only this site.
When the same eth address/user tries to login/register on site 2 (or another site in the network) it does not associate that site. Login is successful however it redirect them back to site 1 being logged in.I really appreciate your help and assistance in getting this to work!
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountUsing MarinaDB could this be the issue?
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountWhen trying to add the database reference I get the following error:
ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountI will try this in the next few days. The code provided can this be ran directly into mysql?
wp-admin/includes/upgrade.php
provides a 500 error.- This reply was modified 5 years, 8 months ago by bitstash.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountHey so I was going through the database, and there is no reference to “ethpress_addresses” within the list of tables.
With the most recent development version, install works as expected.
However now upon first registration the user will receive an “error” it does not give any more information except “error”
The console provides this error message: Failed to load resource: the server responded with a status of 502 ()
Upon trying to login / register again it receives the previous error that the user already exists.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountI am using subdomain install.
With the recent development version 0.2.1 upon activating I get the following fatal error:
Fatal error: Uncaught Error: Class 'losnappas\Ethpress\Upgrade' not found in ../bitstash.co/html/wp-content/plugins/ethpress/app/Plugin.php:206 Stack trace: #0 ../bitstash.co/html/wp-includes/class-wp-hook.php(286): losnappas\Ethpress\Plugin::activate('') #1 ../bitstash.co/html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #2 ../bitstash.co/html/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #3 ../bitstash.co/html/wp-admin/plugins.php(177): do_action('activate_ethpre...') #4 {main} thrown in ../bitstash.co/html/wp-content/plugins/ethpress/app/Plugin.php on line 206
I don’t believe I have another plugin changing user IDs
It did not like the code: Upgrade::handle_upgrades();
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountI deleted the users from the network, and used the new version 0.2.0 however the same error occurred.
First a user can register, then after logout and log back in. Error: username already exists.
Note: I tried with a newly created eth address as well (that was not already on the database, and the same error occurred).
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountThanks for the fast responses, however I have just tried the development version and the same error seems to be happening.
I tried activating at the site level and also network level both had the same results.
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountThank you for your response! Please let me know what you discover.
It will show that the user is register to the site but I think the database calls might be different when verifying the user?
The solution worked for woocommerce login, thank you
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountAfter further testing it seems this is an issue when using with multisite.
Is there any support for multisite in the near future?
Forum: Plugins
In reply to: [EthPress - Web3 Login] Does not allow users to log back into their accountNote the first login / account creation went as planned. However when logging out of the account and trying to log back in is when the issue arises saying “Error: username already exists”