Results 1 to 2 of 2

Thread: Not displaying sidebar after upgrading

  1. #1
    Thread Starter
    Junior Member nene's Avatar
    Join Date
    Dec 2010
    Location
    Slovenia
    Posts
    28
    Thanks
    1
    Thanked 1 Time in 1 Post

    Not displaying sidebar after upgrading

    After upgrade my sidebar in the ad view didn't work, on homepage it worked fine. I discovered the problem with Firebug:

    In /includes/theme-comments.php on line 135:

    PHP Code:
    <?php if ( get_option('comment_registration') && !$is_user_logged_in() ) : ?>
    I removed this part:

    PHP Code:
    && !$is_user_logged_in() 
    because the error was

    Code:
    Fatal error: Function name must be a string in /public_html/wp-content/themes/classipress/includes/theme-comments.php
    on line 135
    Any ideas how to fix this? Because now users can comment even if not logged in.

    Thanks

  2. #2
    Thread Starter
    Junior Member nene's Avatar
    Join Date
    Dec 2010
    Location
    Slovenia
    Posts
    28
    Thanks
    1
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. upgrading to 3.1
    By rrokni in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: July 12th, 2011, 09:06 AM
  2. Displaying a different sidebar
    By gibbere in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: March 29th, 2011, 07:40 AM
  3. [SOLVED] Upgrading from 3.0 to 3.0.4
    By ejikoala in forum Help Using ClassiPress
    Replies: 2
    Last Post: October 6th, 2010, 09:34 AM