Title: Fatal error in Ads Quick Edit
Last modified: April 23, 2026

---

# Fatal error in Ads Quick Edit

 *  Resolved [entangler](https://wordpress.org/support/users/antenn/)
 * (@antenn)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/)
 * 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.4PHP 8.4.15

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

 *  Plugin Support [ahmeddr](https://wordpress.org/support/users/ahmeddr/)
 * (@ahmeddr)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/#post-18889088)
 * 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,
 *  [justhere1319](https://wordpress.org/support/users/justmark1319/)
 * (@justmark1319)
 * [1 week, 3 days ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/#post-18891358)
 * 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, 3 days ago by [justhere1319](https://wordpress.org/support/users/justmark1319/).
 *  Plugin Support [ahmeddr](https://wordpress.org/support/users/ahmeddr/)
 * (@ahmeddr)
 * [1 week ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/#post-18894870)
 * 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](https://wordpress.org/support/users/antenn/)
 * (@antenn)
 * [2 days, 18 hours ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/#post-18898269)
 * Thank you for the fix.
 * Best

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffatal-error-in-ads-quick-edit%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/advanced-ads/assets/icon-256x256.gif?rev=2773443)
 * [Advanced Ads – Ad Manager & AdSense](https://wordpress.org/plugins/advanced-ads/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-ads/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-ads/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-ads/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-ads/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-ads/reviews/)

## Tags

 * [namespace](https://wordpress.org/support/topic-tag/namespace/)

 * 4 replies
 * 3 participants
 * Last reply from: [entangler](https://wordpress.org/support/users/antenn/)
 * Last activity: [2 days, 18 hours ago](https://wordpress.org/support/topic/fatal-error-in-ads-quick-edit/#post-18898269)
 * Status: resolved