• 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 );
Viewing 3 replies - 1 through 3 (of 3 total)
  • Missing what ever file it is looking for maybe?

    Thread Starter affbizz

    (@affbizz)

    I’m not sure…! I got it from the original website download tho….

    Thread Starter affbizz

    (@affbizz)

    So here is the deal –

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/sakiani/public_html/wp-content/plugins/multipress-content/core/license.php(1) : eval()’d code(1) : eval()’d codeon line 3

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/sakiani/public_html/wp-content/plugins/multipress-content/core/license.php(1) : eval()’d code(1) : eval()’d code on line 3

    Warning: join() [function.join]: Invalid arguments passed in /home/sakiani/public_html/wp-content/plugins/multipress-content/core/license.php(1) : eval()’d code(1) : eval()’d code on line 3

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/sakiani/public_html/wp-content/plugins/multipress-content/core/license.php(1) : eval()’d code(1) : eval()’d code on line 3

    Warning: join() [function.join]: Invalid arguments passed in /home/sakiani/public_html/wp-content/plugins/multipress-content/core/license.php(1) : eval()’d code(1) : eval()’d code on line 3

    I did some research and someone stated that if I rename the plugin in wp-content/plugin/multipress-content – and rename the file[multipress-content.php to multipress-content-full.php it fixes the issue.. but then I get another error with is…

    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

    It’s a mess! I need help!! lol =\

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin – MultiPress AutoBlogged] functions.php error!’ is closed to new replies.