Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author CJ_Jackson

    (@cj_jackson)

    Hi,

    It’s sound like a SQL problem, your WordPress database prefix probably contains spaces or SQL keywords and that can cause problem unless it wrap round in ticks (`).

    Anyway I just committed version 0.1.2, I wrap the prefix and table names in ticks (`), hopefully that should fix the problem. Version 0.1.2 should appear in 15 minutes.

    Cheers,
    Chris.

    Thread Starter desean84

    (@desean84)

    My WordPress database prefix is wp_7wv2yi and I still have the same error after upgrading to 0.1.4.

    Any idea what’s wrong?

    Plugin Author CJ_Jackson

    (@cj_jackson)

    It sound like your installation of MySQL is failing to run a query that involves count(). I have added a failsafe to version 0.1.5, PHP will determine if the query failed or not, on fail PHP will instruct MySQL to fetch all records, then PHP will count them.

    Version 0.1.5 should be on www.remarpro.com within 15 minutes.

    Cheers,
    Chris.

    Thread Starter desean84

    (@desean84)

    Using 0.1.7 now.

    The setting page is fine now but looks odd to me.

    See screenshot here: https://imageshack.us/photo/my-images/837/capturehu.png/

    Plugin Author CJ_Jackson

    (@cj_jackson)

    Actually I already know about that, I noticed that just after I deleted the tables, it’s just a quirk and won’t lead to any problem, as soon as you add a new video or audio that quirk should disappear. The page heavily on relies on AJAX.

    Anyway I can easily fix the quirk, but I will do it later.

    Cheers,
    Chris.

    Thread Starter desean84

    (@desean84)

    great! thanks ??

    Hi CJ,

    It looks like a terriffic plugin I’d love to use, but I unfortunately get a very similar error when saving a JPEG and opening the editor.
    In the edtor popup it says:

    Fatal error: Call to a member function getType() on a non-object in /var/www/domainroot/wp-content/plugins/html5avmanager/html5avmanager.php on line 398

    Any thoughts? I’m using PDO Driver for MySQL Client API version 5.1.41, PHP Version 5.3.2-1ubuntu4.9 and MySQL Client API Version 5.1.41.

    Edit: Working with v0.1.13 with WP 3.2.1

    Cheers,
    Paul

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: HTML5 AV Manager for WordPress] Call to a member function fetch() on a non-object in html5a’ is closed to new replies.