-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
Error in reference to object.. #2668
Comments
Hi my first assumption would be that your php version is to modern for the scraping library that is behind the full text feature. There is an upgrade available but to use it we had to drop support for PHP 8.0 I think. |
Nextcloud 28/29 = PHP 8.3 too modern? .... |
Seems like you didn't understand me, which is fine. You can open a PR if you have a suggestion. My tip would be to use a different distro for something like nextcloud + community apps. |
First of all i am a sysadmin... (OpenVMS + Linux on the side), not a PHP programmer, i can read code and do simple patches so I guess a PR is a big ask. grepping....repalceChild shows this file show hits. The lib/Scanner/Scanner.php in the error is public function getRTL(bool $default = false): bool
{
if ($this->readability === null) { #<-- Line 78
return $default;
} Version 8.4 is mentioned in recent changes (last month). |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
Call to a member function replaceChild() on null
Error while running background job OCA\News\Cron\UpdaterJob (id: 611, arguments: null)
Steps to Reproduce
Explain what you did to encounter the issue
System Information
Contents of nextcloud/data/nextcloud.log
ErrorContents of Browser Error Console
Read http://ggnome.com/wiki/Using_The_Browser_Error_Console if you are unsure what to put hereThe text was updated successfully, but these errors were encountered: