This topic has 2 replies, 3 voices, and was last updated 9 years by Abe.

  • Author
  • #123368
     smartworker
    Participant

    There is an excpetion in kleo/lib/theme-functions.php on line 2388: “Trying to get property of non object…”

    Fix is to change

    if( $category ) {

    to

    if( is_object($category) ) {

    In my opinion anyway.. 🙂

    #123397
     Radu
    Moderator
    Not marked as solution
    #123412
     Abe
    Keymaster
    Not marked as solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?