+ Reply to Thread
Results 1 to 6 of 6

Thread: duplicated search form

  1. #1

    duplicated search form

    Hello
    I have duplicated search form when i create one two created
    i delete one two deleted
    on site appear two in same location
    no error logo recorded
    any advice
    Thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Never have encountered this before.

    How do you determine that they are the same?

  3. #3
    They take same id in url when open, delete one of the deleted two, change name of one changed two

  4. #4
    dub.PNG
    They take same id in url when open, delete one of the deleted two, change name of one changed two

  5. #5
    Screenshot 2024-02-24 225123.png
    i found duplicated inside database
    and found many deleted search forms but not deleted from database

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Ok,

    try to apply this solution:

    edit this file: includes/classes/admin/rlAdmin.class.php > public function deleteTrashItem

    after this code:
    PHP Code:
    Only registered members can view the code
    insert a line:
    PHP Code:
    Only registered members can view the code
    It should remove all search forms from the database once you clear your trashbox

+ Reply to Thread