Home Forums Theme support Kingpin PHP 7.0 Compatibility Errors Reply To: Kingpin PHP 7.0 Compatibility Errors

Ok, that’s really strange, we checked the files, i.e. “widgets.php”, and it does not contain the function “create_function()” (see error log in your first post). If you want, you can send us ( info @ 7theme . net ) a link + login for your website, then we can take a look at the files.

I see in a post in your forum you mention that it is a php.ini file being the issue. If this is the case please give me the exact information to add to a php.ini file. My hosting company said this should not be the problem.

Sorry, forgot to answer this question from your first post. If you want, you can add this in your index.php file in the root of your website (right after the “<?php” line ):


ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
error_reporting(0);

This is the easiest way if you know how to edit your files. You can write this also your hosting provider, for the PHP.ini file it’s nearly the same, they will know what to do