-
-
Hello,
Do you have any plans to make your themes compatible with PHP 7?
I used a handy plugin called “PHP Compatibility Checker”, which checks themes and plugins for compatibility issues with PHP 7.
Should you be interested, here is the outputted error log for Tower:
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/scssphp/scss.inc.php
————————————————————————————————————————————
FOUND 4 ERRORS AFFECTING 4 LINES
————————————————————————————————————————————
3384 | ERROR | ‘string’ is a reserved keyword introduced in PHP version 7.0 and cannot be invoked as a function (T_STRING)
3582 | ERROR | Function name, class name, namespace name or constant name can not be reserved keyword ‘string’ (since version 7.0)
3695 | ERROR | ‘string’ is a reserved keyword introduced in PHP version 7.0 and cannot be invoked as a function (T_STRING)
3939 | ERROR | ‘string’ is a reserved keyword introduced in PHP version 7.0 and cannot be invoked as a function (T_STRING)
————————————————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/sysinfo.php
————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————
230 | ERROR | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/validation/css/csstidy/class.csstidy_optimise.php
———————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————
870 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/validation/css/csstidy/class.csstidy.php
————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————
1195 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
————————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/validation/css/csstidy/class.csstidy_print.php
——————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————————
396 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
——————————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/browser.php
——————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————-
1210 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
——————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/admin/inc/fields/codeless_import/class.wordpress-importer.php
———————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————–
1121 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————————————–
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_topnavwidget.php
—————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————-
154 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
—————————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_mostpopular.php
—————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————
91 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
—————————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_socialwidget.php
—————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————-
87 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
—————————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_flickr.php
———————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————-
67 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_ads.php
——————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————-
77 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
——————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_twitter.php
———————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————–
75 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————–
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/widgets/codeless_shortcodewidget.php
——————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————-
54 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
——————————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/core/shortcodes/shortcodes.php
————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————-
65 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
————————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/core/codeless_megamenu.php
———————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————
90 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/core/codeless_slideshow.php
———————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————-
255 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
———————————————————————————————-
FILE: /home/abc/public_html/wp-app/wp-content/themes/tower/includes/codeless-slider/codeless_slider.php
——————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————
296 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7
——————————————————————————————————
-
Hello,
Thank you for your for suggestion. We will consider that on the next updates of the theme.Best regards!
-
You must be logged in to reply to this topic.