Permalink set to Post name, but still got warning. Went ahead despite a 404 page not found- no Admin page. Went back to Permalink page to try another setting, but got 500 Internal Server Error – The server encountered an internal error or misconfiguration and was unable to complete your request. Could not access any other pages. Deleted plugin via FTP, but site down and inaccessible.
On checking .htacess, I found that Plugin Check had changed the code. Deleted the code and replacing with the standard basic WordPress code allowed the site to be accessed again.
Recommend not to try this plugin on a live site!
]]>Hi,
I am trying to check my plugins with plugincheck and i am getting the following errors:
Error: File: /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-content/plugins/plugincheck/admin/ajax/compile.php Line: 227: Message: Uncaught Error: Call to a member function __get() on null in /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-content/plugins/plugincheck/admin/ajax/compile.php:227 Stack trace: #0 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-content/plugins/plugincheck/admin/ajax/compile.php(80): compile(‘rss-feed-tweaks…’) #1 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-content/plugins/plugincheck/admin/ajax/compile.php(53): validate(Array) #2 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-content/plugins/plugincheck/EzPlugin.php(331): include(‘/Users/rupakdhi…’) #3 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-includes/plugin.php(600): EzPlugin->parseRequest(Object(WP)) #4 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-includes/class-wp.php(386): do_action_ref_array(‘parse_request’, Array) #5 /Users/rupakdhiman/Sites/cssjockey/envato/rss-feed-tweaks/wp-includes/class-wp.php(725): WP->parse_request(”) #6 /Users/rupakdhiman/Sites/cssj
]]>Hi-
At first, thanks for the plugin.
With version 4.6 is the function wp_get_sites()
deprecated and you should change a little bid. I develop always on the last nightly and I have change this.
Funktion mkEndPoint()
in EzPlugin.php, line 47, switch to the new function get_sites()
:
if (function_exists(‘get_sites’)) {
$info = get_sites();
if (!empty($info[1]) && $info[1]->path == “/”) {
Thanks.
]]>Hello,
When i upload zipped plugin on the Automated Checks, an javascript error :
Error : ReferenceError: event is not defined
Source : /wp-content/plugins/plugin-check/admin/compile-automated.php
Line : 343
Thank you !
]]>I always get this message:
https://pasteboard.co/HwAt8yy.png
I saved a new permlink structure and saved ad htaccess. Also i didnt have Adblock installed in the Browser i am using for this.
I am trying this on a local apache on a macbook and with a webserver (Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.73-2+deb7u1 x86_64 GNU/Linux).
Browser: Chrome, Firefox and Safari.
Hello,
Can’t use the plugin. showing following error message when trying to check.
Error: Unknown action!File: /home/domain/public_html/wp-content/plugins/plugincheck/admin/ajax/compile.php Line: 34:
Message: Undefined index: action
I have tried in standalone mode too.
Thanks!
]]>Hi Team,
I’ve developed one plugin and i’m checking with “Plugin Check” plugin and that displaying that my functions not found error but those functions are available from the WordPress Codex.
Let me give you some of function for those i’m getting error,
wp_star_rating
get_current_screen
Can you please resolve all those WordPress default functions from error section?
Thanks
]]>Can you please help me? Do you guys have any idea Why this $wpdb::get_var also listed as method not found?
PLease check the screenshot https://snag.gy/wTvRJ.jpg
Thanks in advance,
Pradeep.S
My plugin test site is multisite, but this doesn’t work as it doesn’t find the plugins locally. For MS, I’d suggest having the ability to run the test on the network admin page.
David.
]]>Hello,
Thanks for this awesome plugin. But when I tried to activate it shows a fatal error.
Fatal error: Call to a member function fetch_assoc() on boolean in /Applications/MAMP/htdocs/mv.dev/wp-content/plugins/plugincheck/DbHelper.php on line 303
Plugin will not run.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Nothing in error log.
Any idea?
]]>