-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi Alberto, following your instructions on a clean 2.6.4, the theme is not working.
In addition it results in a error 500 for the whole site.
Curl, nodejs, npm and make are installed and the make command works:
cd /path/to/atom/
make -C plugins/arAPPlugin/
make: Entering directory '/path/to/atom/plugins/arAPPlugin'
Running LESS compiler...
lessc --compress --relative-urls css/main.less > css/main.css
make: Leaving directory '/path/to/atom/plugins/arAPPlugin'
I only see the next error in the logs:
2022/12/03 10:25:57 [error] 952#952: *37 FastCGI sent in stderr: "PHP message: Unknown record property "ancestors" on "QubitActor"" while reading response header from upstream, client: IP-SERVER, server: domain.com, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php7.2-fpm.atom.sock:", host: "domain.com"
I have seen some replies on this:
https://groups.google.com/g/ica-atom-users/c/zk-cukGD6lQ/m/-C9s_i4KBAAJ
But can you please confirm that the theme is not compatible with 2.6.4?, maybe only works with 2.6.0?, and in that case, do you plan to update it?
Thanks in advance,