mikehenrysr
Member
Posted 1 year ago #
Using WP 3.0.5 and WordPress SEO 0.2.5.4 which I upgraded last night, when anyone goes to the default Buddypress registration page I get the following error:
Call to undefined function is_post_type_archive() in /.../wp-content/plugins/wordpress-seo/frontend/class-frontend.php on line 474
http://wordpress.org/extend/plugins/wordpress-seo/
mikehenrysr
Member
Posted 1 year ago #
I should add, the page is /register/ and when I disable the plugin, everything works fine.
Mike...
WIBeditor
Member
Posted 1 year ago #
Ditto. Same problem, same version, same timeframe. Except I'm not using buddypress.
The issue is because is_post_type_archive was a new feature in 3.1, so upgrading to 3.1 will actually fix that. Or you'll have to wait for the next release which will make it work with 3.0 again.