https://bugs.contribs.org/show_bug.cgi?id=11086
--- Comment #6 from John Crisp <[email protected]> ---
Further errors
Error jsresourceloader Could not find resource core/js/files/client.js
to load
Error jsresourceloader Could not find resource
core/js/files/fileinfo.js to load
No current solution
https://github.com/nextcloud/server/issues/23542
Test
https://files.myserver.com/nextcloud/index.php/settings/integrity/failed
No errors have been found.
Debug notes.
Run OCC
sudo -u www php74 /usr/share/nextcloud/occ
"The current PHP memory limit is below the recommended value of 512MB.
Nextcloud 20.0.1"
That looks tricky.
Hard coded here:
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98nextcloud:44:
php_admin_value memory_limit 512M
But:
php74 -f ./phpinfo.php |grep -i memory_limit
memory_limit => 128M => 128M
And also noted here:
/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud:7: my
$memory_limit = ($nextcloud{MemoryLimit} || '512M');
/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud:8: $memory_limit
.= 'M' if ($memory_limit =~ m/^\d+$/);
/etc/e-smith/templates/etc/php-fpm.d/www.conf/15Nextcloud:37:php_admin_value[memory_limit]
= $memory_limit
Wonder if it picks it up from the generic value here?
opt/remi/php74/php-fpm.d/www.conf:38:php_admin_value[memory_limit] = 128M
We also have php74 hard coded here?
/etc/e-smith/templates/etc/crontab/98nextcloud:2:*/15 * * * * www scl
enable php74 'php --define memory_limit=512M -f /usr/share/nextcloud/cron.php >
/dev/null 2>&1'
/etc/e-smith/templates/etc/crontab/98nextcloud:5:19 2 * * * www cd
/usr/share/nextcloud ; echo 'y' | scl enable php74 'php --define
memory_limit=512M occ db:convert-filecache-bigint > /dev/null 2>&1'
Logs here
tail -f /home/e-smith/files/nextcloud/data/nextcloud.log
sudo -u www php74 /usr/share/nextcloud/occ log:tail
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/