Thanks again.
I meant the Admin -> System -> Installation Check which shows everything OK
all extensions loaded, filestore shown as writable OK
Checked the subdirectories of filestore and did a:
find ./* \( -type d -exec chmod 775 {} + \) -o \( -type f -exec chmod 664 {} + \)
and now it works!!