I get the following error when I activate the plugin:
Notice: Undefined index: page in /[...]/wp-content/plugins/gallery-plugin/gallery-plugin.php on line 949
I get the following error when I activate the plugin:
Notice: Undefined index: page in /[...]/wp-content/plugins/gallery-plugin/gallery-plugin.php on line 949
I can be completely wrong in how I go about doing this but add
error_reporting(E_ALL ^ E_NOTICE);
to your wp-config.php file, it sound like your server does not have the default error reporting settings and this will change that.
You must log in to post.