Title: [Plugin &#8211; MultiPress AutoBlogged] functions.php error!
Last modified: August 20, 2016

---

# [Plugin – MultiPress AutoBlogged] functions.php error!

 *  [affbizz](https://wordpress.org/support/users/affbizz/)
 * (@affbizz)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multipress-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 );
       ```
   

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

 *  [Justin Greer](https://wordpress.org/support/users/justingreerbbi/)
 * (@justingreerbbi)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multipress-error/#post-2441016)
 * Missing what ever file it is looking for maybe?
 *  Thread Starter [affbizz](https://wordpress.org/support/users/affbizz/)
 * (@affbizz)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multipress-error/#post-2441018)
 * I’m not sure…! I got it from the original website download tho….
 *  Thread Starter [affbizz](https://wordpress.org/support/users/affbizz/)
 * (@affbizz)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multipress-error/#post-2441023)
 * 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [affbizz](https://wordpress.org/support/users/affbizz/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/multipress-error/#post-2441023)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
