You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Comment by Tusko Saturday Mar 19, 2016 at 08:26 GMT
the same error
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
/home/tusko/http_pub/0_dev/zhuk.devpreview.xyz/wp-content/plugins/qtranslate-x/qtranslate_widget.php
on line
30
Warning
: Cannot modify header information - headers already sent by (output started at /home/tusko/http_pub/0_dev/zhuk.devpreview.xyz/wp-content/plugins/qtranslate-x/qtranslate_widget.php:30) in
/home/tusko/http_pub/0_dev/zhuk.devpreview.xyz/wp-content/plugins/qtranslate-x/qtranslate_core.php
on line
384
Monday Feb 29, 2016 at 08:16 GMT
Originally opened as qTranslate-Team/qtranslate-x#359
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: