booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Error adding users on Administrator account from User Profile #170

Closed Alantkw closed 4 weeks ago

Alantkw commented 1 month ago

Hi there is an issue on using administrator account logged in the APP when we go to User Profile > Users > + > when input all users account then it appears Error Occured

Version using 1.3.9.1 Screenshot_2024-05-29-18-57-53-30_f7a32a2186c421c1988c11beed6af50b

Alantkw commented 1 month ago

It works fine before login using Sign Up section. But not after login using administrator account

AdilSoomro commented 1 month ago

Hi,

Can you make sure the Anyone can register option is checked in Admin Panel > Setting > Anyone can register.

Additionally, can you also check if the Register is enabled in ThemeOption as well. See attached.

image

Alantkw commented 1 month ago

Hi both is enable

IMG_20240529_193523.jpg

IMG_20240529_193544.jpg

MuhammadSulemanSaleem commented 4 weeks ago

Hi there,

Please follow these steps to resolve the issue:

  1. Make a backup of your current project.
  2. Download the houzi-rest-api-1.3.9.1_1.zip file, deactivate you current houzi-rest-api plugin and install the new plugin on your Wordpress. (For details visit How to install Houzi Plugin).
  3. Download the houzi-app-fixes.zip and unzip it (you will find 6 files in the unzipped folder).
  4. Navigate to the path PROJECT_NAME/packages/houzi_package/lib/interfaces/api_provider_interface.dart and replace the api_provider_interface.dart with the downloaded one.
  5. Navigate to the path PROJECT_NAME/packages/houzi_package/lib/providers/api_providers and replace the houzez_api_provider.dart and property_api_provider.dart with the downloaded ones.
  6. Navigate to the path PROJECT_NAME/packages/houzi_package/lib/repo/property_repository.dart and replace the property_repository.dart with the downloaded one.
  7. Navigate to the path PROJECT_NAME/packages/houzi_package/lib/blocs/property_bloc.dart and replace the property_bloc.dart with the downloaded one.
  8. Navigate to the path PROJECT_NAME/packages/houzi_package/lib/pages/home_screen_drawer_menu_pages/user_related/admin_user_signup.dart and replace the admin_user_signup.dart with the downloaded one.

I hope this will help you resolve the issue.

Alantkw commented 4 weeks ago

Thank you