• Resolved rcktech

    (@rcktech)


    Ok here is what happened, after the latest wordpress update, I couldn’t get to my son’s website. got that error (Fatal error: Call to undefined function session_status() …..

    followed some instruction here to add some code to hdflvvideoshare.php… Nothing happened! so I renamed the plugin folder and deleted from my wordpress admin (bad move) I lost all the database hence all my video are gone. that’s ok I don’t have lots of videos for him so I added all the video back, removed the new extra pages from the top menu (Playlist, watch list, my channel etc..) and kept my original (Video and Video Categories)

    1-Now when I click on any video it takes me to a (page not found)
    2-The categories title are missing…

    what did I do wrong ?

    here is the website http://www.guitarbydimitri.com

    https://wordpress.org/plugins/contus-video-gallery/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter rcktech

    (@rcktech)

    Any one have any idea Please…

    Thank you,

    Make sure you have enabled post name permalink. If you have already enabled it, change it to default and check. If it is working fine, then change back to post name. This is to flush the rewrite rule in wordpress. If you are still facing the issue, contact the support team at assist@apptha.com

    Thread Starter rcktech

    (@rcktech)

    Thank you so much Karthikeyani.

    That worked, it’s odd though!! I never made any the change to the permalink, it must have changed when wordpress updated.

    Any idea about the missing Category Titles?

    Thank you,

    I think I have already shared you the step for category titles. Not sure. Ok. Here you go. Open wp-content/plugins/contus-video-gallery/front/views/videomore.php and find more_title. Before that you can find clear. Just remove it.

    eg :

    $div .= ‘<div class=”titleouter”> <h4 class=”clear more_title”>’ . $catList->playlist_name . ‘</h4></div>’;

    replace with

    $div .= ‘<div class=”titleouter”> <h4 class=”more_title”>’ . $catList->playlist_name . ‘</h4></div>’;

    Thread Starter rcktech

    (@rcktech)

    I know you did !!! I looked all over for that post but I couldn’t find it.

    Thank you so much for your help !

    That’s ok 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘everything broke down’ is closed to new replies.