Dear all,
I updated my web (only uploaded two pdf form) and since than instead of my web is this information: “Fatal error: Cannot redeclare is_executable() in bla bla /wp-content/plugins/auto-post-images-api/php/phpThumb/phpthumb.functions.php on line 973”
if (!function_exists(‘is_executable’)) {
// in PHP v3+, but v5.0+ for Windows
function is_executable($filename) { —————— this is line 973
// poor substitute, but better than nothing
return file_exists($filename);
Does anybody know how to fix it?
br, Karel