Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bram Dekker

    (@bramdnl)

    Dear CannedBear,

    First of all thank you for the input.

    Unfortunately I did not test my plugin yet with the new wordpress version due to lack of time but I will test it out this week.

    I will get back to you within a few days.

    Hi,

    i ran into the same error. It is caused by the line below:

    $user = $wpdb->get_results(‘SELECT * FROM ‘.SRM_DB_USERS.’ WHERE id=”‘.$id.'” LIMIT 1’, ARRAY_A)[0];

    If I delete the ‘[0]’ at the end, the error will disappear, but a review’s user cannot be read anymore.

    I am currently running PHP Version 5.2.17. Is this a potential error source?

    Cheers

    Dominik

    I just updated my server’s php version to 5.6.7 and now it is working!

    Plugin Author Bram Dekker

    (@bramdnl)

    Thank you for sharing your findings dosenlunch! I will see if I can also make the plugin compatible with 5.2 if I have the time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error on activation’ is closed to new replies.