-
Notifications
You must be signed in to change notification settings - Fork 147
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
Php 7 compatibility issues #359
Comments
the same error Deprecated Warning |
Thank you very much for the report. It will be fixed in the next release.
with line
|
Using the plugin with PHP 7 generates some compatibility issues:
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; qTranslateXWidget has a deprecated constructor in qtranslate-x/qtranslate_widget.php on line 30
( ! ) Warning: Cannot modify header information - headers already sent by (output started at qtranslate-x/qtranslate_widget.php:30) in qtranslate-x/qtranslate_core.php on line 384
Notice: Undefined property: stdClass::$0 in qtranslate-x/qtranslate_core.php on line 1422
Do you plan to expand support even for php 7?
The text was updated successfully, but these errors were encountered: