Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] FATAL ERROR 5.0.0Sorry, I’m not available for testing the beta version, but I would appreciate if you make sure to add the
function_exists()check in all files, not just patch one and leave the rest.
I appreciate your efforts in making plugin but this kind of rough coding leads to fatal errors and breaks live sites and frustrates client and users.
As this plugin is already approved, don’t stop following basic WordPress coding standards.
Thanks.if ( ! function_exists( 'function_name' ) ) {
function function_name() {
// code
}
}Forum: Plugins
In reply to: [LoginPress | wp-login Custom Login Page Customizer] FATAL ERROR 5.0.0Hello @abdulwahab610
Plugin is again throwing different error after fixing previous one
Fatal error: Cannot redeclare loginpress_custom_js() (previously declared in /wp-content/plugins/loginpress/js/script-login.php:9) in /wp-content/plugins/loginpress/js/script-login.php on line 9Forum: Plugins
In reply to: [Contact Form 7] Fatal Error on publish productUploading Plugin again solved my issue
ThanksForum: Plugins
In reply to: [Contact Form 7] Fatal Error on publish productI have to disable the plugin to publish the product