lordcris
lordcris
Are we going to get a new release? Thanks
I'm afraid that's not correct. megasync is linked against the system qt libraries. $ ldd /usr/bin/megasync /usr/bin/megasync: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/bin/megasync) /usr/bin/megasync: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not...
I was able to do it by editing user/plugins/sitemap/sitemap.xml:287 from: `'lastmod' => date($this->datetime_format, $page->modified()),` to `'lastmod' => date($this->datetime_format, $page->date() ?: $page->modified()),`
I have the same error with 7.2.9