Chrysalis said:updated to 2.0.1 but I still see a blank user list.
fusionictnl said:Could you run following command as admin:
su admin if you logged in as root through ssh.
cat /etc/passwd | grep /home/ | awk -F: '{ print $1 }' | tr '\n' ':'
OR
cat /etc/passwd | grep /usr/home/ | awk -F: '{ print $1 }' | tr '\n' ':' [/B]
Chrysalis said:it was hard for you to do since I gave you the root use rline but the actual users are listed with /home and not /usr/home, the same command like this
cat /etc/passwd | grep /home/ | awk -F: '{ print $1 }' | tr '\n' ':'
lists the users seperated by : symbols
UltimeWWW said:When toggling everything, we can't save.
We have to do it manually.
Is it because I try to access it through the "http://ourcp.com/~user" url?Error: Couldn't open config file "awstats.obelix.ourdomain.se.conf" nor "awstats.conf" after searching in path ".,/etc/awstats,/usr/local/etc/awstats,/etc,/etc/opt/awstats": No such file or directory
- Did you use the correct URL ?
Example: http://localhost/awstats/awstats.pl?config=mysite
Example: http://127.0.0.1/cgi-bin/awstats.pl?config=mysite
- Did you create your config file 'awstats.obelix.ourdomain.se.conf' ?
If not, you can run "./../../tools/configure.pl" from command line, or create it manually.
Check config file, permissions and AWStats documentation (in 'docs' directory).