+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Issue with Messaging contact form

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    188

    Issue with Messaging contact form

    I discovered an issue with the Messaging contact form that is on the listing detail page and used to contact the Seller. I don't know if it's just my Flynax site or if anyone else is having this issue.

    What's happening is ... if I enter text into the "Message" field and hit the "Enter" key a couple of times to add space between the text ... the form will not submit. The button will show "Loading..." and nothing happens.

    If you're a Flynax user, can you test your site and let us know if the same thing is happening on your end?

    Thank you
    Ron

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    using general simple latest version / yes I have the same problem
    Last edited by Pete Young; March 3, 2017 at 10:17 PM.

  3. #3
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Thanks Pete.
    It's good to know that it's just not my site/installation. Let's see if anyone else is having the same issue.

  4. #4
    Senior Member
    Join Date
    Mar 2015
    Posts
    130
    hello QuickRon mine working . but my main categories on subdomain . i washave error and flynax fıxed that time ..

  5. #5
    Senior Member
    Join Date
    Jun 2013
    Posts
    188
    Can anyone else please check their site and test to see if the contact form (on the listing page) does not submit if you add hard breaks (ie new lines, hit "Enter" twice) in the Message field?

    Thank you
    Ron

  6. #6
    Hi all,

    1. The problem related with security in webhost. Web-server blocked ajax requests in GET format with special chats in content.
    2. Solution is simple: replace GET to POST


    find method contactOwnerSubmit() in file: \templates\general_modern\js\lib.js



    and changed it:



    also you need changes in php file /includes/classes/rlMessage.class.php in method contactOwner()

    find code:

    PHP Code:
    Only registered members can view the code
    and replace it to:

    PHP Code:
    Only registered members can view the code
    Attached Images Attached Images
    Thank you, Curtis.
    @Flynax Company

  7. #7
    [QUOTE=Curtis;17788]Hi all,

    1. The problem related with security in webhost. Web-server blocked ajax requests in GET format with special chats in content.
    2. Solution is simple: replace GET to POST


    find method contactOwnerSubmit() in file: \templates\general_modern\js\lib.js



    and changed it:



    also you need changes in php file /includes/classes/rlMessage.class.php in method contactOwner()

    find code:

    PHP Code:
    Only registered members can view the code
    and replace it to:

    PHP Code:
    Only registered members can view the code
    /QUOTE]

    So does this fix the issue Curtis,

    I'm thinking of updating the software to 4.5.2 this weekend?
    Anyone confirm? I read Pete comment on the first page and it seems not working for him but Ron said it worked for him

  8. #8
    Yes that resolved the error :-)

  9. #9
    Quote Originally Posted by Stephane Boultgen View Post
    Yes that resolved the error :-)
    Thanks Stephane

  10. #10
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Wei Hong View Post
    So does this fix the issue Curtis,

    I'm thinking of updating the software to 4.5.2 this weekend?
    Anyone confirm? I read Pete comment on the first page and it seems not working for him but Ron said it worked for him
    yes the fix is fine I have another unrelated problem with the contact seller

+ Reply to Thread