I've looked thru the forums and not found anything really enlightening on this....
When trying to create a counter using the CGI script in CPanel, all the images are missing.
Anyone with any ideas on this? I am using 10.6.0. C66
thanks
I've looked thru the forums and not found anything really enlightening on this....
When trying to create a counter using the CGI script in CPanel, all the images are missing.
Anyone with any ideas on this? I am using 10.6.0. C66
thanks
same problem in 10.6.0-R55
Same problem here with 10.8
![]()
Same here....also in WHM Disk Usage image not show...![]()
I think it happened after cPanel updated, so same here
Solved from my support ticket, works now.
Stephen wrote at 2005-09-19 14:29:35 :
Frank,
This was due to a permissions mismatch on that cgi-script. All of the cgi-scripts within /usr/local/cpanel/cgi-sys will need to be owned by root:wheel in order to be executed by apache. I have modified the ownership to be reflective of this, and was successfully able to access the counter after doing so.
Please let me know if you have any further questions or issues
Regards,
Stephen Bee
cPanel Support
Typing
chown root cgi-sys?
Not resolved for me :-(
Last edited by black&white; 09-20-2005 at 09:41 AM.
Type this:
chown -R root:wheel /usr/local/cpanel/cgi-sys/Count.cgi
It worked fine for me
Thanks MapleOne
Originally Posted by saver0
Thank you Saver!
It's ok now!