Okay
  Public Ticket #3134080
Error while register a new user
Closed

Comments

  • eazisol started the conversation

    Dear Concern,

    1. I am getting an error while register a new user on localhost, installed fresh copy and no changes made in code. The screenshot is attached below named "reg.png". Can you please refer me the files or data to check?

    2. On register page, short-code is not working in footer. Secondly, the validation message isn't correctly appearing. It show an error "validation.unique". See screenshot "short-code-error.png". How can I set right text in this validation message?


    Thanking in anticipation.

    Warm Regards,

    Asad Awan

    Attached files:  reg.png
      short-code-error.png

  •  239
    The replied

    Hi

    - The first issue related to email sending. You need to config email server correct in Setting Email to can send email or turn off  Verify account's email in Real estate > Setting

    - Are you delete all data related to static block in admin?

  • eazisol replied

    Thank you for reply. 

    Second questions answer is not clear. I didn't delete anything, I didn't' change anything. 

    Questions: 

    1. On register page, short-code is not working in footer. This is not even working on your live demo. 

    2. Secondly, the validation message isn't correctly appearing. It show an error "validation.unique". How can I set a validation message i.e. "User already exist" or something like this? 


  •  239
    The replied

    + I guess some shortcodes were deleted. Could you check in admin > static block?

    + Related to translation, you can do it in Amin translations but by default, when you download and run in our script with demo database it should work well as demo site

  • eazisol replied

    Hi, thank you for your reply. 

    Again: I didn't touch anything. 

    In you demo side: Register (thesky9.com)

    It's the same (short-code not working). Please check carefully, it's now third time, I'm trying to explain. 

    Attached files:  Screenshot 2022-09-29 121753.png

  •  239
    The replied

    Sorry for the issue that you facing.

    We will release a patch version soon however you can manually update to can work

    Update platform/themes/resido/widgets/shortcode/templates/frontend.blade.php file

    <div class="widget_shortcode">
        {!! do_shortcode(BaseHelper::clean($config['content'])) !!}
    </div>

  • eazisol replied

    Thank you for your reply. 

    It worked. 

  • eazisol replied

    May I know, if it's different on each footer? Can you specify, where we can see for other pages? 

  • eazisol replied

    Now my second questions answer is still awaited. 
    On register a new user, if user already exist in the database. 

    Where can I set message "User already exist"? Currently it says "Validation.unique". See screenshots in my first message.

  •  239
    The replied

    Could you check if exist lang folder in root ?

    6289082435.png

    + Footer is the same for all pages and cannot custom for each page