Your plugin causes a Fatal Error!
-
You are not allone, as developer at WordPress!
If you use some of php classes with your “autoloader”, you must also check, if this file (with coresponding class) are also available.Your plugin call a Fatal Error, when other plugins trying to call the class “Dropbox”.
For example, in your function “sns_autoloader”:elseif( strpos( $class , 'Dropbox' ) !== false ){ $class = str_replace('\\', SNS_DS, $class); require_once(SNS_BACKUP_ROOT . $class . '.php'); }
Please check with your php code at first, if the file are available, before your call your own “Dropbox” class.
I write in this message about the class of “dropbox” only for an example.
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Your plugin causes a Fatal Error!’ is closed to new replies.