We are aware of a potentially service impacting issue. Learn more

Statistic Problem در Directadmin Print


در صورتی هنگام مشاهده آمار Statistic  در Directadmin  خطای زیر را مشاهده می نمایید:

1

File does not exist

1

You must wait for the stats to be computed. This will only happen *after* logs exist

دستورات زیر را اجرا نمایید:

1

2

3

4

5

wget -O /usr/bin/webalizer http://files.directadmin.com/services/es_6.0_64/webalizer

chmod 755 /usr/bin/webalizer

echo "action=tally&value=all&type=user" >> /usr/local/directadmin/data/task.queue

yum install gd gd-devel

yum install libgd.so.2

وارد مسیر زیر شوید:

1

/usr/local/directadmin/custombuild

دستورات زیر را اجرا نمایید:

1

2

3

4

5

6

./build update

./build clean

./build set webalizer yes

./build webalizer d

./build libjpeg

./build libpng

در صورتی که با خطای زیر مواجه شدید:

webalizer: error while loading shared libraries: libdb-4.7.so: cannot open shared object file: No such file or directory 

دستور زیر را اجرا نمایید:

1

ln -s /lib/libdb-4.3.so /lib/libdb-4.7.so

 


Was this answer helpful?

  • 0
« Back