[Plugin – MultiPress AutoBlogged] functions.php error!
-
Hey guys!
I just got this cool autoblog multiPress plugin. But I am getting an error when trying to use it. This is what I get.!
Warning: fopen(/home/sakiani/public_html/wp-content/plugins/multipress-content/core/../multipress-content.php) [function.fopen]: failed to open stream: No such file or directory in /home/sakiani/public_html/wp-includes/functions.php on line 4339
Warning: fread(): supplied argument is not a valid stream resource in /home/sakiani/public_html/wp-includes/functions.php on line 4342
Warning: fclose(): supplied argument is not a valid stream resource in /home/sakiani/public_html/wp-includes/functions.php on line 4345
I’m looking into the coding.. I’m not understanding what to do..! If anyone can help, i’d greatly appreciate it.
this is code line 4339 – 4345
$fp = fopen( $file, 'r' ); // Pull only the first 8kiB of the file in. $file_data = fread( $fp, 8192 ); // PHP will close file handle, but we are good citizens. fclose( $fp );
The topic ‘[Plugin – MultiPress AutoBlogged] functions.php error!’ is closed to new replies.