• Nice plugin!

    With WP_DEBUG enabled…

    Upon creating a gallery, I’m seeing a PHP notice:

    Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /srv/www/dev.wp/src/wp-content/plugins/rocket-galleries/includes/Database.php on line 488

    After saving the gallery, the title field is filled with a notice:

    Notice:  Trying to get property of non-object in /srv/www/dev.wp/src/wp-content/plugins/rocket-galleries/admin/edit-gallery.php on line 6

    The side meta box displays two notices:

    Notice: Trying to get property of non-object in /srv/www/dev.wp/src/wp-content/plugins/rocket-galleries/admin/edit-gallery.php on line 50

    and the URL doesn’t contain the newly created gallery ID:

    http://wp.dev/wp-admin/admin.php?page=rocketgalleries_edit_galleries&edit=

    Do you have a github repo for this plugin where I can send PRs to? 🙂

    https://wordpress.org/plugins/rocket-galleries/

Viewing 1 replies (of 1 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hey @dzikri, these are all issues related to PHP 5.5 removing support for the mysql extension. It’s actually across a few of my plugins, so I’m working on resolving it as soon as possible 🙂

    Sorry for any inconvenience caused. Hopefully I’ll have the update released tomorrow.

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