Damn, this auto-update is killing me. Are there requests on getting that fixed up?
There is a problem with the user permissions that will not allow CryptoGlance to update.
Please run the command "sudo sh permissionfix.sh" in the root of the CryptoGlance directory to fix this issue.
********************
* Please contact support via reddit, bitcointalk, or IRC if you need assistance!
Yeah, we're trying

We don't have this issue, so we're trying to identify what is wrong. The latest nightly has better handling of permission issues, it's just a matter of getting there.
What OS are you running?
CentOs 6 32bit. I'll try to save the user_data and reinstall for the third time. When it does work, it works great. I have all my ports forwarded to the miners and I can access the URL anywhere on the Interent.
Can you SSH into the machine and run the following:
ps aux | egrep '(apache|httpd)'
The beginning of the line should say what the user group is. EG:
www-data 26244 0.0 0.4 385000 13224 ? S 10:38 0:00 /usr/sbin/apache2 -k start
Then, navigate to cryptoglance: cd /var/www/ (or whatever you have called it)
sudo chmod -R 777 *
sudo chown -R www-data:www-data *
(Replace www-data:www-data with whatever your usergroup is... eg httpd:httpd or apache:apach2, etc)
root 1068 0.0 0.2 13972 4696 ? Ss Apr14 0:05 /usr/local/apache/bin/httpd -k start -DSSL
nobody 20266 0.0 0.1 14104 3516 ? S 11:06 0:00 /usr/local/apache/bin/httpd -k start -DSSL
EDIT:
I signed in without the root account and received this back:
deligus 1659 0.0 0.0 2084 548 ? S+ 13:03 0:00 egrep (apache|httpd)
I made the appropriate changes and soon as I chmod 777 I get internal server error. So apparently everytime I need to update I need to reinstall and re-upload the master files all over again. Arghhh.