If the automatic installation fails, you can manually upload the plugin:
After installing the plugin, create a .env file in the plugin directory with these settings:
# Zoho API Credentials ZOHO_CLIENT_ID=your_client_id_here ZOHO_CLIENT_SECRET=your_client_secret_here ZOHO_REDIRECT_URI=/wp-admin/admin-ajax.php?action=zoho_oauth_callback ZOHO_REFRESH_TOKEN=your_refresh_token_here # Site URL Settings UPSKILL_STAGING_URL=
.env file exists in the plugin directory.
'; } else { echo '.env file does not exist in the plugin directory.
'; } } else { if (file_exists($plugin_dir)) { echo 'HVAC Community Events plugin is installed but not active.
'; } else { echo 'HVAC Community Events plugin is not installed.
'; } } ?>