Failed to activate theme

Home Forums WordPress Theme Support VideoZine Pro Failed to activate theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8424
    Raja CRN
    Keymaster

    Hello,

    We are checking your error. Need your WordPress temporary Login details. Also, share your PHP Version. Looks like you are using the oldest version of the PHP. We’ve found the solution. However we need further information from you to fix those issues.

    Note: Set as Private Reply

    #8425
    Raja CRN
    Keymaster

    Hello,

    Goto videozine/includes/functions/theme-functions.php

    Find the following line and Replace with below code.

    $firstpage = array_values($my_liked_posts)[0];

    With

    $firstpage_tmp = array_values($my_liked_posts);
    $firstpage = $firstpage_tmp[0];

    It will fix the errors.

Viewing 2 posts - 1 through 2 (of 2 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .