-
Notifications
You must be signed in to change notification settings - Fork 111
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
[ACF Module] Function WP_Scripts::localize was called incorrectly #1341
Comments
Ok, I found out why the settings screen was broken. Versions:{
"PHP_VERSION": "8.0.8",
"WP_VERSION": "6.2.2",
"QTX_VERSION": "3.15.1",
"Plugins": [
"ACF Autosize 2.0.15",
"Advanced Custom Fields: Unique ID Field 1.0.0",
"Admin Collapse Subpages 2.4",
"Admin Post Navigation 2.1",
"Advanced Custom Fields PRO 6.1.6",
"Category Checklist Tree 1.3.2",
"Check & Log Email 1.0.7",
"Classic Editor 1.6.3",
"Debug Bar 1.1.4",
"Yoast Duplicate Post 4.5",
"Email Address Encoder 1.0.22",
"Enable Media Replace 4.1.2",
"Filenames to latin 2.7",
"Git Updater 12.2.1",
"iOS Images Fixer 1.2.4",
"Limit Login Attempts 1.7.2",
"Loop Post Navigation Links 3.0.2",
"Post Type Switcher 3.2.1",
"qTranslate-XT 3.15.1",
"Regenerate Thumbnails 3.1.5",
"Relevanssi 4.20.0",
"Rewrite Rules Inspector 1.3.1",
"RH Admin Utilities 1.9.0",
"RH Privacy Consent 1.1.2",
"RH Shortcodes 1.1.3",
"RH Updater 1.2.0",
"Safe SVG 2.1.1",
"External Links 6.8.1",
"Simple Page Ordering 2.5.0",
"YIKES Simple Taxonomy Ordering 2.3.4",
"Term Management Tools 2.0.1",
"User Switching 1.7.0",
"WordPress Importer 0.8.1",
"Yoast SEO 20.7",
"Media Library Categories Premium 2.1.1",
"WP Super Cache 1.9.4",
"WP-Sweep 1.1.8",
"WP Sync DB 1.6"
]
} I also de-activated the ACF module and re-activated it again. Now the other warning is gone. |
Good catch, there's a bug the first time when the option does not exist. When you save the QTX options once it will go away. The CSS is something else, need to check better. |
Released in 3.15.2. |
Describe the bug
When on one of my post edit screens, I am getting this warning:
A backtrace lead me to this line:
This option is an empty string for me, leading to the error being displayed. I tried de-activating and re-activating qtranslate-xt, but it doesn't help.
To Reproduce
Steps to reproduce the behavior:
WP_DEBUG
totrue
Expected behavior
No error
Screenshots
If applicable, add screenshots to help explain your problem.
Debug info
Go to
<YOUR_SITE>/wp-admin/options-general.php?page=qtranslate-xt#troubleshooting
.I can't access this tab at the moment. Seems to be another issue, it's just blank:
The text was updated successfully, but these errors were encountered: