Hello Allan,
This PHP warning is occuring again with PHP 8.0:PHP Warning: Undefined property: stdClass::$extract in /wp-content/plugins/validated/views/report.php on line 22
Hello Alan,
Two years has passsed without an update, which has triggered the notices again. Could you please check the compatibility with new WP versions and issue an update?
]]>Hello Allan,
Can you take a look at these notices thrown in PHP 7.4, WP 5.6:
PHP Notice: Undefined property: stdClass::$lastLine in /wp-content/plugins/validated/views/report.php on line 19
PHP Notice: Undefined property: stdClass::$extract in /wp-content/plugins/validated/views/report.php on line 22
]]>
Hi! I was expecting that plugin working both on posts and pages, but I only see the button on posts. Is there a specific reason for not having it in both of them? Thanks!
]]>Hello Alan,
This plugin is still very useful, but no updates for >2 years has triggered notices. Any chance of checking out the compatibility with new WP versions and issuing an update?
]]>Sometime validation fails with these 2 errors. Validating again seems to work OK.
Line Notice: Undefined property: stdClass::$lastLine in /path/to/wordpress/wp-content/plugins/validated/views/report.php on line 14
Call Stack: 0.0068 143452
1. {main}() /path/to/wordpress/wp-admin/admin-ajax.php:0 2.2265 18023340
2. do_action() /path/to/wordpress/wp-admin/admin-ajax.php:89 2.2266 18024224
3. call_user_func_array:{/path/to/wordpress/wp-includes/plugin.php:525}() /path/to/wordpress/wp-includes/plugin.php:525 2.2266 18024280
4. Validated->generate_report() /path/to/wordpress/wp-includes/plugin.php:525 2.2557 18054976
5. include('/path/to/wordpress/wp-content/plugins/validated/views/report.php') /path/to/wordpress/wp-content/plugins/validated/lib/class-validated.php:124 : End of file seen without seeing a doctype first. Expected e.g. “<!DOCTYPE html>”.
Notice: Undefined property: stdClass::$extract in /path/to/wordpress/wp-content/plugins/validated/views/report.php on line 17
Call Stack: 0.0068 143452
1. {main}() /path/to/wordpress/wp-admin/admin-ajax.php:0 2.2265 18023340
2. do_action() /path/to/wordpress/wp-admin/admin-ajax.php:89 2.2266 18024224
3. call_user_func_array:{/path/to/wordpress/wp-includes/plugin.php:525}() /path/to/wordpress/wp-includes/plugin.php:525 2.2266 18024280
4. Validated->generate_report() /path/to/wordpress/wp-includes/plugin.php:525 2.2557 18054976
5. include('/path/to/wordpress/wp-content/plugins/validated/views/report.php') /path/to/wordpress/wp-content/plugins/validated/lib/class-validated.php:124
Line Notice: Undefined property: stdClass::$lastLine in /path/to/wordpress/wp-content/plugins/validated/views/report.php on line 14
Call Stack: 0.0068 143452
1. {main}() /path/to/wordpress/wp-admin/admin-ajax.php:0 2.2265 18023340
2. do_action() /path/to/wordpress/wp-admin/admin-ajax.php:89 2.2266 18024224
3. call_user_func_array:{/path/to/wordpress/wp-includes/plugin.php:525}() /path/to/wordpress/wp-includes/plugin.php:525 2.2266 18024280
4. Validated->generate_report() /path/to/wordpress/wp-includes/plugin.php:525 2.2557 18054976
5. include('/path/to/wordpress/wp-content/plugins/validated/views/report.php') /path/to/wordpress/wp-content/plugins/validated/lib/class-validated.php:124 : Element “head” is missing a required instance of child element “title”.
Notice: Undefined property: stdClass::$extract in /path/to/wordpress/wp-content/plugins/validated/views/report.php on line 17
Call Stack: 0.0068 143452
1. {main}() /path/to/wordpress/wp-admin/admin-ajax.php:0 2.2265 18023340
2. do_action() /path/to/wordpress/wp-admin/admin-ajax.php:89 2.2266 18024224
3. call_user_func_array:{/path/to/wordpress/wp-includes/plugin.php:525}() /path/to/wordpress/wp-includes/plugin.php:525 2.2266 18024280
4. Validated->generate_report() /path/to/wordpress/wp-includes/plugin.php:525 2.2557 18054976
5. include('/path/to/wordpress/wp-content/plugins/validated/views/report.php') /path/to/wordpress/wp-content/plugins/validated/lib/class-validated.php:124
]]>
It says Something Went Wrong on all the pages.
]]>Hi Allan – thanks for taking the time to create this plugin.
Just a question…. it give your details of what errors need fixing, but not WHERE (in the editor there are many .php files (like front-page, header, and the css sheet) in the wordpress editor to fix these errors.
When I go to my individual pages, and click the “Check” button to see what the errors are and what needs fixing, I have no idea at all where to make these edits, what .php files to go to. I am completely lost.
Please help…
Thank so much
Anne
Hello,
I’ve just installed your great looking plugin and all pages get this error ” Something Went Wrong.” my site is live relief-from-pain.co.uk
Any ideas/ help please?
Thanks
Guy
I am getting 42 Errors, 4 warning(s)
Page is https://www.oratechsolve.com/elearning-tool-for-mothers-and-others/
How to fix these errors on the wordpress?
e.g. ?
Line 203, column 75: Attribute xmlns:v not allowed here
I see the line but how to make changes. which editor ….
Where is the html source code and how to make changes in the source code?
Regards,
Vijaya
]]>Validation-Link is gone from the Admin panel after the update. Using a direct link (created previously with v1.x) is displaying a page stating that I have insufficient rights to view the page.
Verified with 2 different self-hosted blogs. If you need further information please contact me.
Thanks a lot in advance for fixing it ??
]]>This plugin worked fine with my sub-directory installation up until setting up the .htaccess file so the site’s URL would hide that sub-dir.
So, I had to fix a few things in toptions.php
change line 22 to:
$url2=plugins_url('', __FILE__);
change line 42 to:
var checkurl='<?= $url2; ?>/check.php';
change line 234 to:
<tr><td colspan="4" align="center" class="first"><div id="loadingpic" style="width:128px;height:15px;background:url(<?= $url2;?>/load.gif);"> </div>
This is an older plugin now and hasn’t been updated to work around newer WordPress additions. One such addition is the nav_menu_item post_type, and it ends up trying to validate them.
To fix this, open up toptions.php and change line 14 to this:
$myQuery="SELECT ID,post_name,guid FROM " . $prefix . "posts WHERE post_status='publish' AND post_type!='nav_menu_item' ";
Hopefully this could get implemented into a future version, if the plugin developer is still among the living.
]]>