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

Deprecated with PHP 8.2 #223

Open
aryansann opened this issue Aug 14, 2023 · 1 comment
Open

Deprecated with PHP 8.2 #223

aryansann opened this issue Aug 14, 2023 · 1 comment

Comments

@aryansann
Copy link

Choosing Merlin WP to work on my domain with PHP 8.2 gives me an error for a few files in merlin-class.php as deprecated. Can you help me on this while it works smoothly on 8.1

@oobi
Copy link

oobi commented Feb 7, 2024

There are a bunch of undeclared variables which need to be fixed. Add this to the top of that class with the other declarations.

	/**
	 * missing declarations
	 */
	protected $ready_big_button_url = null;
	protected $slug = null;
	protected $hook_suffix = null;

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

2 participants