E_COMPILE_ERROR When Using PHP 7.4.6
-
I’m getting the below error on PHP 7.4
An error of type E_COMPILE_ERROR was caused in line 19 of the file /home/sitenamehere/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/0-all.php. Error message: require_once(): Failed opening required ‘/home/sitenamehere/public_html/wp-content/plugins/shortcodes-ultimate/includes/shortcodes/service.php’ (include_path=’.:/opt/cpanel/ea-php74/root/usr/share/pear’)I checked line 19 of that file and it’s
require_once $this->plugin_path . ‘includes/shortcodes/service.php’;and oddly includes/shortcodes/service.php is actually there.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘E_COMPILE_ERROR When Using PHP 7.4.6’ is closed to new replies.