Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

giving me deprecated error #4231

Open
Krspies opened this issue Apr 9, 2022 · 5 comments
Open

giving me deprecated error #4231

Krspies opened this issue Apr 9, 2022 · 5 comments

Comments

@Krspies
Copy link

Krspies commented Apr 9, 2022

Update, Problem Resolved-ish - I found that when I deactivated the backup demo content extension the error went away. so that is good but if it's supposed to work why doesn't it?

Hello,

I have an error showing up on my wordpress site from this plugin. I can't seem to find an answer on how to fix it. Please assist. Here is the error I am getting:
site_errorunyson_

Deprecated: Required parameter $zip_path follows optional parameter $full in /wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-module-tasks.php on line 985

here is my environment info:

== Server Environment ==
Operating System: Linux
Software: Apache
MySQL version: MariaDB Server v10.3.24
PHP Version: 8.0.17
PHP Max Input Vars: 1000
PHP Max Post Size: 74M
GD Installed: Yes
ZIP Installed: Yes
Write Permissions: All right
Elementor Library: Connected

== WordPress Environment ==
Version: 5.8.3
Site URL: https://kspacific.com
Home URL: https://kspacific.com
WP Multisite: No
Max Upload Size: 64 MB
Memory limit: 512M
Permalink Structure: /%postname%/
Language: en-US
Timezone: 0

Debug Mode: Active

== Theme ==
Name: Instive Child
Version: 1.0
Author: Tripples
Child Theme: Yes
Parent Theme Name: instive
Parent Theme Version: 1.0.6
Parent Theme Author: Tripples

=
== Active Plugins ==
Akismet Anti-Spam
Version: 4.2.2
Author: Automattic

Client Portal : SuiteDash Direct Login
	Version: 1.7.1
	Author: SuiteDash :: ONE Dashboard®

Contact Form 7
	Version: 5.5.6
	Author: Takayuki Miyoshi

Customizer Export/Import
	Version: 0.9.4
	Author: The Beaver Builder Team

Elementor
	Version: 3.5.5
	Author: Elementor.com

Elementor Pro
	Version: 3.5.0
	Author: Elementor.com

ElementsKit Lite
	Version: 2.5.5
	Author: Wpmet

Everest Forms
	Version: 1.8.6
	Author: WPEverest

Instive Essentials
	Version: 1.3.1
	Author: 

MetForm
	Version: 2.1.3
	Author: Wpmet

Nifty Coming Soon & Maintenance page
	Version: 2.0.0
	Author: WP Concern

Site Kit by Google
	Version: 1.71.0
	Author: Google

Slider Revolution
	Version: 6.5.19
	Author: ThemePunch

Slider Revolution Bubblemorph AddOn
	Version: 3.0.5
	Author: ThemePunch

Slider Revolution Reveal Preloaders
	Version: 3.0.2
	Author: ThemePunch

Slider Revolution Typewriter Effect
	Version: 3.0.5
	Author: ThemePunch

Unyson
	Version: 2.7.26
	Author: ThemeFuse

WP Downgrade | Specific Core Version
	Version: 1.2.5
	Author: Reisetiger

WP Fastest Cache
	Version: 1.0.0
	Author: Emre Vona
@onebelarusianguy
Copy link

It occurs because of PHP 8 version, not critical, but definitely should be fixed.

@Krspies
Copy link
Author

Krspies commented Apr 26, 2022 via email

@josipWebbite
Copy link

Hi, I have the same problem when switched PHP from 7.4 to 8.0

PHP Deprecated: Required parameter $zip_path follows optional parameter $full in /hidde_path/public_html/wp-content/plugins/unyson/framework/extensions/backups/includes/module/tasks/class--fw-ext-backups-module-tasks.php on line 985

Any solution for this problem?

@onebelarusianguy
Copy link

@Krspies, @josipWebbite you can fix it yourself - make this line look like this:
public function do_restore($full, $zip_path, $filesystem_args = array()) {

@josipWebbite
Copy link

Hi @Krspies yes I am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants