+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Issue with Messaging contact form

  1. #21
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello Bahram,

    it's used for escaping some symbols but the line breaks in message text are not replaced properly

  2. #22
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    go to ftp > request.ajax.php > case 'contactOwner':
    Hello Rudi I am having trouble locating this file in cpanel ? is there a better path to follow?

    thanks Pete

  3. #23
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello Pete,

    You can find it in the root derictory where your script is located

  4. #24
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Im sorry your going to have to call me stupid but I can not find that anywhere ? is there a path ?

    EDIT found the file under public_html > admin (request.ajax.php)

    but the code you have referred to is not included in any of the script ?


    case 'contactOwner':
    find:
    PHP Code:
    $message = $rlValid->xSql($_REQUEST['message']);
    and change to:
    PHP Code:
    $message = $_REQUEST['message'];
    is there a second file by this name in another location ?
    Last edited by Pete Young; March 23, 2018 at 01:03 PM.

  5. #25
    Hello Pete,

    The file request.ajax.php should locate in root directory
    jump to 1 step back from 'admin' folder and you should find this file. Happy searches.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #26
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Viktor View Post
    Hello Pete,

    The file request.ajax.php should locate in root directory
    jump to 1 step back from 'admin' folder and you should find this file. Happy searches.
    OK, thanks Viktor found that slippery little sucker (my screen did not scroll down enough to see that file first off) and I can confirm that the patch does work, thanks to the flynax team.

+ Reply to Thread