Plugin generates PHP Warnings in admin
-
When you open your plugin settings, you try to load something from other plugins without checking whether those plugins exist:
Warning: opendir(.../wp-content/plugins/ai-image-generator-lab): Failed to open directory: No such file or directory
Warning: opendir(.../wp-content/plugins/wp-layouts): Failed to open directory: No such file or directory
Warning: opendir(.../wp-content/plugins/product-sales-report-for-woocommerce): Failed to open directory: No such file or directory
Warning: opendir(.../wp-content/plugins/export-order-items-for-woocommerce): Failed to open directory: No such file or directory
Warning: opendir(.../wp-content/plugins/shortcodes-for-divi): Failed to open directory: No such file or directoryOther than that, the orders are generated with no issues that I can see as of right now.
- You must be logged in to reply to this topic.