Quote:
Originally Posted by mariosipad
SSH into your QNAP and go to ./web
Then (and print the outcome here):
ls -l COPS
cd COPS
ls -l checkconfig.php
In other words check the permissions of the copied cops files.
|
Here are the results:
Code:
[/share/Web] # ls -l COPS
lrwxrwxrwx 1 admin administ 37 May 18 06:46 COPS -> /share/CACHEDEV1_DATA/.qpkg/COPS/COPS/
[/share/Web] # cd COPS
[/share/Web/COPS] # ls -l checkconfig.php
-rw-r--r-- 1 admin administ 8670 Dec 7 2014 checkconfig.php
[/share/Web/COPS] #
I did a chmod +x checkconfig.php, and tried again, same results.