+ Reply to Thread
Results 1 to 5 of 5

Thread: It is safe to delete content of fl_listing to clear all listings/accounts?

  1. #1
    Senior Member
    Join Date
    Mar 2016
    Posts
    181

    Question It is safe to delete content in phpAdmin?

    Hi. It is safe to delete content of fl_listing to clear all listings/accounts and fl_categories? i saw some deleted datas (cleared the trash box) but still in the there.

    Attached Images Attached Images
    Last edited by PQB; August 25, 2022 at 05:37 PM.

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

    Yes, you can remove them from the table

    Also, apply this solution for removing categories from trashbox:

    in includes > classes > admin > rlAdmin.class.php > public function deleteTrashItem

    find case 'listings': and before break; add this code:

    PHP Code:
    Only registered members can view the code
    then below the line case 'categories': before break; add:
    PHP Code:
    Only registered members can view the code

  3. #3
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    Great! No more listing's remains after emptying the trash box.

    But applying the code above has direct connection in rebuilding MultiField: Rebuild Multi Fields (Add missing fields) and refreshing MultiField: Refresh Paths?
    both are not working.

    Mysql Error: Too many keys specified; max 64 keys allowed on line# 2224 (file: /plugins/multiField/rlMultiFieldAP.class.php)


    Thank you so much Rudi.
    Last edited by PQB; August 26, 2022 at 04:41 PM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I need your valid ftp details to check this

  5. #5
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    Hi Rudi. I sent it to Flynax's ticketing system.

    thank you so much Rudi.

+ Reply to Thread