Hello, in 0.53 (reading the changelog I think the bug is there from 0.5) if pect_http is installed there is this error
PHP Fatal error: Uncaught Error: Class 'org\desone\wordpress\wpLinkedData\PeclHttpContentNegotiation' not found in /var/www/html/wp-content/plugins/wp-linked-data/wp-linked-data-initialize.php:31"
This is because this code tries to load a deleted class
if (self::isPeclHttpInstalled ()) {
return new \org\desone\wordpress\wpLinkedData\PeclHttpContentNegotiation();
}
]]>
This looks almost exactly like something I was thinking of making. One quick question – will this play well with Buddypress?
]]>Or at least not in many cases. A blog post, page, etc is an information resource, so the URI used for it can be the same as the URL used to retrieve it.
Of course, some people create custom post types to represent non-information resources, and #it is appropriate.
So it would be good to allow #it to be used or not used on a post-by-post basis, with a default for each post type.
]]>Hi
Would you be kind to prepare the plugin for localization ?
Best
Amaury
]]>Hello!
How can I solve the following error:
]]>Fatal error: Call to undefined function http_negotiate_content_type() in wp-content/plugins/wp-linked-data/request/PeclHttpContentNegotiation.php on line 17
Stack trace:
1. {main}() index.php:0
2. require() index.php:17
3. wp() wp-blog-header.php:14
4. WP->main() wp-includes/functions.php:829
5. do_action_ref_array() wp-includes/class-wp.php:623
6. call_user_func_array() wp-includes/plugin.php:546
7. org\desone\wordpress\wpLinkedData\RequestInterceptor->intercept() wp-includes/plugin.php:546
8. org\desone\wordpress\wpLinkedData\PeclHttpContentNegotiation->negotiateRdfContentType() wp-content/plugins/wp-linked-data/request/RequestInterceptor.php:35