Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi,

    The plugin requires PHP 5.4.x and you’re using PHP 5.3.24, which is kinda old. You should be able to update your PHP version in your hosting dashboard; what’s your hosting company?

    We’re currently testing the plugin on older PHP version and will probably release a fix to make it compatible with PHP 5.3, but we encourage updating to newer 5.4 or 5.5 versions nevertheless.

    bustel

    (@bustel)

    I have the same problem… the dashboard shows:

    WPMovieLibrary error: your environment does not meet all of the system requirements listed below.

    PHP 5.4+ (You’re running version 5.3.29)
    WordPress 3.8+ (You’re running version 4.0)

    If you need to upgrade your version of PHP you can ask your hosting company for assistance, and if you need help upgrading WordPress you can refer to the Codex.

    So the problem is the PHP version? it’s not working at all…

    That’s a safety, actually: the plugin detects an older PHP version than the one it requires, so it shuts itself down to avoid any crash.

    We’ll have an update released in a couple days or so to ensure comparability with PHP 5.3, but like I you should really consider updating PHP to a more recent version. Most hosts allow this quite easily.

    We’ll keep you posted when the fix is out!

    Thread Starter thncom

    (@thncom)

    Have managed to upgrade the PHP so error message is now not showing, however, now none of the movie info is showing. EG. https://www.thehollywoodnews.com/movies/annie/

    I am using the Hottopix theme

    Film Complet En Francais

    (@film-complet-en-francais)

    I’m stuck with Namecheap Shared Hosting which runs PHP 5.3.29

    Film Complet En Francais: oh. Didn’t know some hosts still stuck users to old PHP versions… Guess we’ll have to support PHP 5.3 for a while.

    thncom: that’s normal behavior, movies need a little update to adapt to the new metadata format introduced in v2. See this ticket and the version 2.0 release note.

    … That being said, and I should have started by saying this, you can easily bypass this PHP version restriction by editing the main plugin file, wp-content/plugins/wpmovielibrary/wpmovielibrary.php, and replace line 41:

    define( 'WPMOLY_REQUIRED_PHP_VERSION', '5.4' );

    By:

    define( 'WPMOLY_REQUIRED_PHP_VERSION', '5.3' );

    But, your doing this at your own risks. Be sure to have your FTP client open to reverse this is if it causes the plugin to crash. I’m testing it right now on PHP 5.3.10 (Ubuntu 12.04 style) and it seems to work, but you never know.

    In any case, let me know how it works and report any bug you may encounter ??

    bustel

    (@bustel)

    by the way, i have updated my PHP and the problems are solved, thanks! nice plugin!!!

    Thread Starter thncom

    (@thncom)

    Got all of that working, but now cannot import new movies. It just gives that life-line gif and then nothing. No meta-data loads

    Arg. No way I can help you on this without looking directly at your site. Would you consider granting me a temporary admin access so that I can test this?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Plugin not working’ is closed to new replies.