Title: Error 500 &#8211; internal server error
Last modified: January 20, 2017

---

# Error 500 – internal server error

 *  Resolved [Lasha Peikrishvili](https://wordpress.org/support/users/tombstone_13/)
 * (@tombstone_13)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-internal-server-error-27/)
 * Hello, I’m using Zerif-lite theme. When I’m trying to enter on my page, getting
   error 500. The problem comes from functions.php. There is a row with function:
 * /* Load Jetpack compatibility file. */
 * require get_template_directory() . ‘/inc/jetpack.php’;
 * function zerif_wp_page_menu() {
    echo ‘<ul class=”nav navbar-nav navbar-right
   responsive-nav main-nav-list”>’; wp_list_pages(array(‘title_li’ => ”, ‘depth’
   => 1)); echo ‘‘; }
 * add_filter(‘the_title’, ‘zerif_default_title’);
    function zerif_default_title(
   $title) { if ($title == ”) $title = __(“Default title”,’zerif-lite’); return 
   $title; }
 * Guess there is a problem with jetpack installation files but if I delete that
   function from functions.php and enter on my page there will be just a white “
   Blank Page”.
 * How can I fix this?
 * Thank you

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

 *  Thread Starter [Lasha Peikrishvili](https://wordpress.org/support/users/tombstone_13/)
 * (@tombstone_13)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-internal-server-error-27/#post-8681725)
 * any ideas???
 *  [machine1104](https://wordpress.org/support/users/machine1104/)
 * (@machine1104)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-internal-server-error-27/#post-8682380)
 * same error same theme
    help me pls
 *  Thread Starter [Lasha Peikrishvili](https://wordpress.org/support/users/tombstone_13/)
 * (@tombstone_13)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-internal-server-error-27/#post-8709913)
 * Well the problem was some php code in theme files should be corrected. There 
   are no spaces between some php functions. Better if you check all theme php files
   and correct them just adding spaces between functions.
 * That was an issue of Error 500…

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

The topic ‘Error 500 – internal server error’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/zerif-lite/1.8.5.49/screenshot.
   png)
 * Zerif Lite
 * [Support Threads](https://wordpress.org/support/theme/zerif-lite/)
 * [Active Topics](https://wordpress.org/support/theme/zerif-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/zerif-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/zerif-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Lasha Peikrishvili](https://wordpress.org/support/users/tombstone_13/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/error-500-internal-server-error-27/#post-8709913)
 * Status: resolved