• I’m getting this error when I use [movies] on a page or any variation of it. Any suggestions? I’ve used this plugin in the past (with a different host) and never had any trouble.

    Fatal error: Call to private method WPMOLY_Shortcodes::prepare_movies() from context ” in /home/evankroc/public_html/wp-content/plugins/wpmovielibrary/public/class-wpmoly-shortcodes.php on line 199

    https://www.ads-software.com/plugins/wpmovielibrary/

Viewing 1 replies (of 1 total)
  • Hi ekrocker,

    Which version of PHP are you running? To fix the error try editing the public/class-wpmoly-shortcodes.php and replace line 818 (private static function prepare_movies( $query, $atts ) {) with public static function prepare_movies( $query, $atts ) { and it should be ok!

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error’ is closed to new replies.