Fatal Error: Path Cannot be Empty
-
PHP Fatal error: Uncaught ValueError: Path cannot be empty in public_html/wp-content/plugins/seriously-simple-podcasting/php/includes/ssp-functions.php:675
The line in question is:
$handle = fopen( $file, ‘r’ );
if ( false === $handle ) {
return false;
}Any tips on how to fix that?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Fatal Error: Path Cannot be Empty’ is closed to new replies.