After installing your timesheet script this is the error message I've got on my mozilla browser:
"Content Encoding Error:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
* Please contact the website owners to inform them of this problem."
I ftp-ed script to my local "WAMP" server and after I tried to install index.php?page=install that's the error I could see on my browser. What did I do wrong? Thanks for your help
> After installing your timesheet script this is the error
> message I've got on my mozilla browser:
> "Content Encoding Error:
> The page you are trying to view cannot be shown because it
> uses an invalid or unsupported form of compression.
> * Please contact the website owners to inform them of this
> problem."
Odd - I wonder if the webserver you are using already has gz compression enabled? If it does this could be the cause. You may want to look at the index.php file, and make sure to remove the "ob_start" line. That should fix it.