-
Notifications
You must be signed in to change notification settings - Fork 43
Class not found #3
Comments
I'm getting the same error. Can't test the plugin properly because of this. |
Well! I fixed this issue by including the messing classes public function __construct() { require 'classes/wp-async-request.php'; } Then create a folder named classes in your plugin and add these two PHP files inside the folder "download the files in the link below": https://github.com/boonebgorges/wp-background-processing/tree/master/classes I hope this fixes your problem. |
I have also fixed this error. First, create a new folder named classes in the plugin and add these two files to the classes folder. After that, you need to add the below code in your plugin main file's construct
I have checked in my local and its working perfectly. I hope its resolved your issue. |
Hello, Here is another way to solve this issue. Actually, it is a list of "must be done" steps to connect library this the plugin. Any plugin.
You will get: Regards, PS. @A5hleyRich , maybe you can add this as a part of Readme.dm instruction? |
Hello!
Thank you for this great library!
I tried to activate your plugin but it won't activate!!, the PHP log shows
Class 'WP_Async_Request' not found in ..
Class 'WP_Background_Process' not found in ...
Could you please help me fix this issue!
Thank you
The text was updated successfully, but these errors were encountered: