[Plugin: One Quick Post] PHP notices
-
I get these notices when using the plugin:
Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 213 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: class-snoopy.php is <strong>deprecated</strong> since version 3.0! Use wp-includes/http.php instead. in /var/www/vhosts/[redacted]/httpdocs/wp-includes/functions.php on line 3507 Notice: Undefined index: crop in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/theme.php on line 872 Notice: Undefined index: crop in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/theme.php on line 872 Notice: Undefined offset: 1 in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/admin/admin.php on line 182 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 213 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: Undefined offset: 1 in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/admin/admin.php on line 182 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 213 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: Trying to get property of non-object in /var/www/vhosts/[redacted]/httpdocs/wp-content/plugins/one-quick-post/includes/oqp-core.php on line 207 Notice: get_plugin_data was called with an argument that is <strong>deprecated</strong> since version 3.0! The <code>Site Wide Only: true</code> plugin header is deprecated. Use <code>Network: true</code> instead. in /var/www/vhosts/[redacted]/httpdocs/wp-includes/functions.php on line 3551 Notice: get_plugin_data was called with an argument that is <strong>deprecated</strong> since version 3.0! The <code>Site Wide Only: true</code> plugin header is deprecated. Use <code>Network: true</code> instead. in /var/www/vhosts/[redacted]/httpdocs/wp-includes/functions.php on line 3551 Notice: get_plugin_data was called with an argument that is <strong>deprecated</strong> since version 3.0! The <code>Site Wide Only: true</code> plugin header is deprecated. Use <code>Network: true</code> instead. in /var/www/vhosts/[redacted]/httpdocs/wp-includes/functions.php on line 3551
There are also other notices on the settings page, and creating a new form breaks because the headers have already been output.
If you set
WP_DEBUG
totrue
in wp-config.php you’ll see them too.
- The topic ‘[Plugin: One Quick Post] PHP notices’ is closed to new replies.