• it may require a manual sql:
    CREATE TABLE IF NOT EXISTSwp_cinemarx_ieme` (
    cache_id char(32) CHARACTER SET utf8 NOT NULL DEFAULT ”,
    cache_content text CHARACTER SET utf8 NOT NULL,
    cache_time int(11) unsigned NOT NULL DEFAULT ‘0’,
    PRIMARY KEY (cache_id)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;`

    and it gives the notice:
    Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /srv/http/isaksen.biz/blog/wp-includes/functions.php on line 3466

    Apart from that it is great

    http://wordpress.org/extend/plugins/imdb-easy-movie-embed-ieme/

  • The topic ‘[Plugin: IMDb Easy Movie Embed (IEME)] It works but…..’ is closed to new replies.