• Resolved entangler

    (@antenn)


    Description:
    When opening Quick Edit for an ad in wp-admin, a fatal error is triggered because the quick edit template references the wrong class namespace.

    Behavior:
    Class “AdvancedAds\Admin\Quick_Bulk_Edit” not found, thrown from views/admin/quick-edit.php.

    Root cause:
    The template uses AdvancedAds\Admin\Quick_Bulk_Edit, but the class is defined as AdvancedAds\Admin\Ads\Quick_Bulk_Edit.

    Suggested fix:
    Update the class reference in the quick edit template to AdvancedAds\Admin\Ads\Quick_Bulk_Edit (or import that class and call it directly).

    Advanced Ads 2.0.20
    WordPress 6.9.4
    PHP 8.4.15

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support ahmeddr

    (@ahmeddr)

    Hi there,

    Thank you for letting us know.

    We’re currently working to finalize the updates, and we’re aiming to release a fix for this issue as soon as possible.

    If this is significantly affecting your site or workflow, you can revert to the previous version via Advanced Ads > Tools > Version Control.

    Have a great day!

    Best regards,

    This should fix it.

    open your quick-edit.php file and navigate to line 26. Replace the existing line with this corrected version:

    <?php \AdvancedAds\Admin\Ads\Quick_Bulk_Edit::print_date_time_inputs(); ?>

    By adding Ads\ to the path, you are telling WordPress exactly where the missing class is located. The error will disappear instantly once you save and upload the file back to your server.

    • This reply was modified 1 week, 2 days ago by justhere1319.
    Plugin Support ahmeddr

    (@ahmeddr)

    Hi there,

    Thank you for your patience!

    This error has been fixed in the latest releases. Please update to the newest available versions, and the issue should be resolved.

    Best regards,

    Thread Starter entangler

    (@antenn)

    Thank you for the fix.

    Best

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.