Title: error 500
Last modified: September 3, 2016

---

# error 500

 *  [Hakku](https://wordpress.org/support/users/hakku/)
 * (@hakku)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-500-587/)
 * Yeah, my site goes plank (error 500) also when activating this theme.

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

 *  Theme Author [Asmi Khalil](https://wordpress.org/support/users/asmi1/)
 * (@asmi1)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/error-500-587/#post-8041641)
 * Please remove the old theme and install the new one from WP.org.
    To see the 
   error text open **wp-config.php** and set **WP_DEBUG** to **True** and tell me
   which error are you getting.
 *  Thread Starter [Hakku](https://wordpress.org/support/users/hakku/)
 * (@hakku)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-500-587/#post-8041651)
 * Yes, sorry that I didn’t do that earlier.
    Error: Fatal error: Can’t use function
   return value in write context in /var/www/userhome/harris/sites/xxx.xx/secure-
   www/wp-content/themes/realistic/functions.php on line 432
 * Edit:
    This also on the front end
 * Warning: include(functions/widget-fblikebox.php): failed to open stream: No such
   file or directory in /var/www/userhome/harris/sites/xxx.xx/secure-www/wp-content/
   themes/realistic/functions.php on line 156
 * Warning: include(): Failed opening ‘functions/widget-fblikebox.php’ for inclusion(
   include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/userhome/harris/
   sites/xxx.xx/secure-www/wp-content/themes/realistic/functions.php on line 156
 *  Theme Author [Asmi Khalil](https://wordpress.org/support/users/asmi1/)
 * (@asmi1)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-500-587/#post-8041654)
 * For now, please do the following steps to fix the issue until the next version
   is released:
    open **functions.php** (line 432) and change this:
 *     ```
       if ( !empty( realistic_entry_tags() ) ) {
       	echo realistic_entry_tags();
       } ?>
       ```
   
 * To this:
 * `echo realistic_entry_tags(); ?>`
 * Next, remove this line (line 156):
 *     ```
       include("functions/widget-widget-fblikebox.php");
       ```
   
 * I doesn’t exist in the **functions.php** file of 1.1.1 version. I don’t know 
   why you still have that line?? I you are using an old version please update to
   version 1.1.1 then clear the cache (If you are using a caching plugin like WP
   Super Cache)

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

The topic ‘error 500’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/realistic/1.3.3/screenshot.png)
 * Realistic
 * [Support Threads](https://wordpress.org/support/theme/realistic/)
 * [Active Topics](https://wordpress.org/support/theme/realistic/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/realistic/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/realistic/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Asmi Khalil](https://wordpress.org/support/users/asmi1/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/error-500-587/#post-8041654)