We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorException [ Notice ]: Undefined property: Simplepie\Factory::$javascript PKGPATH/simplepie/classes/simplepie/item.php @line 2503
SOLUTION: $this->data['enclosures'][ ] = new ... (...., $this->feed->javascript, ...)
must be changed to null
Greetings
The text was updated successfully, but these errors were encountered:
Can you send a pull request to fix this? I'm not in a position to push myself at the moment...
Sorry, something went wrong.
Merge pull request #4 from nicola-amatucci/master
0dfbc01
Issue #3
No branches or pull requests
ErrorException [ Notice ]: Undefined property: Simplepie\Factory::$javascript
PKGPATH/simplepie/classes/simplepie/item.php @line 2503
SOLUTION:
$this->data['enclosures'][ ] = new ... (...., $this->feed->javascript, ...)
must be changed to null
Greetings
The text was updated successfully, but these errors were encountered: