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

Error en modo depuración #54

Closed
ximosa opened this issue Oct 25, 2023 · 2 comments · Fixed by #132
Closed

Error en modo depuración #54

ximosa opened this issue Oct 25, 2023 · 2 comments · Fixed by #132

Comments

@ximosa
Copy link

ximosa commented Oct 25, 2023

EN MODO DEPURACION TENGO ESTE ERROR

Deprecated: strtoupper(): Passing null to parameter # 1 ($string) of type string is deprecated in /bitnami/wordpress/wp-content/plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-token.php on line 222

Algún experto me dice porque?

Saludos

@bradstimpson
Copy link

bradstimpson commented Jul 18, 2024

+1

Looks like an issue with > PHP8.1, I am running: 8.3.9

Did this and the problem went away:

sed -i "s/strtoupper( $this->value )/strtoupper( $this->value ?? '' )/g" $WORDPRESS_ROOT/wp-content/plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-token.php

@aristath
Copy link
Member

PR in #132 👍

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

Successfully merging a pull request may close this issue.

3 participants