• 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();
                }

The topic ‘Plugin doesn’t work if pecl_http is installed’ is closed to new replies.