Riversatile
Forum Replies Created
-
Here is a link example :
Temporarys linkScreenshot :
Screenshot- This reply was modified 4 years, 1 month ago by Riversatile.
- This reply was modified 4 years, 1 month ago by Riversatile.
@katsushi-kawamori Thanks 😉
For me, regarding the error
Undefined variable: headers
The error is certainly somewhere below (line 1002) :$headers .= "MIME-Version: 1.0\n"; $headers = 'From: wordpress@' . preg_replace('#^www\.#', '', sanitize_text_field(strtolower($_SERVER['SERVER_NAME']))) . "\n"; $headers .= "Content-Type: multipart/mixed; boundary=\"$boundary\"\n";It’s confirmed. If I disable WP_DB_BACKUP plugin, my CRON Job runs without any error.
Hi,
Since August 24th, I updated WordPress (I cannot remember exactly when), I can see errors in Logs for the CRON Tasks at my hosting provider.
Undefined index: SERVER_NAMEThen, following some help from some forums, I update my “wp-config.php” file with
if (!isset($_SERVER['SERVER_NAME'])) $_SERVER['SERVER_NAME']="localhost";Now, in the CRON Logs, I can see error :
Undefined variable: headersThere is something wrong with the forms field and variable that seem to not be defined by WP-DB-BACKUP since WordPress 5.0 or above
Forum: Plugins
In reply to: [WP CleanFix] after installing got fatal errorHi,
Got the same error message on my French distribution of WordPress.
Mandatory to downgrade to previous version 3.0.2The WP CleanFix developper should add a function to check if “get_plugins()” function exists…
Reference: http://codex.wordpress.org/Function_Reference/get_pluginsTo do so…
Edit the file “wp_kickstart.php” and replace lines 34 and 35 by :// Get current plugins // Check if get_plugins() function exists. This is required on the front end of the // site, since it is in a file that is normally only loaded in the admin. if ( ! function_exists( 'get_plugins' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } $plugins = get_plugins();The plugin works now… but I got this disclaimer :
The WP CleanFix plugin requires the wpXtreme Framework plugin to run properly.
This forces us to install WP Xtrem extension !
https://wpxtre.me/🙁 🙁 🙁
It worked for me !
Thanks @WPMU DEVForum: Plugins
In reply to: [The Google+ plugin] Fatal error: Class 'apiAuth' not foundIt worked for me !
Thanks @WPMU DEVForum: Plugins
In reply to: [The Google+ plugin] Fatal error: Class 'apiAuth' not foundFor the moment, downgrade “Google +1” plugin with the previous version.
Dowload the previous version here : https://downloads.wordpress.org/plugin/google.1.3.3.zipThen, go to “Extensions”, click “Add”, then “Add an extension”.
Click on “Choose a file” button, select the .Zip file and click “Install Now” button.For the moment, downgrade “Google +1” plugin with the previous version :
https://downloads.wordpress.org/plugin/google.1.3.3.zipI got the same error :
Fatal error: Class 'apiAuth' not found in /web/riversatile/www/wp-content/plugins/google/lib/external/google/auth/apiAuthNone.php on line 24Forum: Plugins
In reply to: [The Google+ plugin] Fatal error: Class 'apiAuth' not foundI got the same error :
Fatal error: Class 'apiAuth' not found in /web/riversatile/www/wp-content/plugins/google/lib/external/google/auth/apiAuthNone.php on line 24Forum: Fixing WordPress
In reply to: 404 Permalinks ErrorDid you try to refresh the permalink policy via ../wp-admin/options-permalink.php ?
Forum: Fixing WordPress
In reply to: Can't update my PluginsI suggest you to create a new topic in this forum.
Forum: Fixing WordPress
In reply to: Can't update my PluginsDid you recently installed a second WordPress on the same file space ?