From kmoran at servecentric.com Fri May 14 07:22:31 2004 From: kmoran at servecentric.com (Kevin Moran) Date: Fri May 14 07:49:49 2004 Subject: [MyClient] php error Message-ID: Hi, I just installed myclient and haven't been able to run due to the following php error on the index page (i.e. myclient.php) Fatal error: Call to undefined function: gzcompress() in /var/www/html/myclient/GzContent.php on line 128 Has anyone else seen this error? Thanks in advance, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://cj.fxsonet.com/pipermail/myclient_polarlava.com/attachments/20040514/eb4df93c/attachment.htm From kevinp at polarlava.com Fri May 14 07:59:54 2004 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Fri May 14 08:00:38 2004 Subject: [MyClient] php error Message-ID: Kevin, This would indicate that your PHP installation does not have the "zlib" support compiled in. You can disable output compression by adding: $enable_gz_output = FALSE; to your myclient_cfg.local.php file. Do not change it in the myclient_cfg.php file as this is the default file and your change will be overwritten then next time you upgrade. You can learn more about configuring MyClient in the "Configuration Options" section of the documentation, located here: http://myclient.polarlava.com/docs/ Thanks for using MyClient and if you need anything else, please let me know. -klp > This is a multi-part message in MIME format. > > > Hi, > > I just installed myclient and haven't been able to run due to the > following php error on the index page (i.e. myclient.php) > > Fatal error: Call to undefined function: gzcompress() in > /var/www/html/myclient/GzContent.php on line 128 > > Has anyone else seen this error? > > Thanks in advance, > Kevin > > From kevinp at polarlava.com Fri May 14 10:04:26 2004 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Fri May 14 10:04:48 2004 Subject: [MyClient] php error Message-ID: 1) What version of PHP are you running? 2) Is the "register_globals" directive ON? Unfortunately at this time MyClient requires this to be on. This is going to be addressed in the future, along with some other issues. 3) When you say it "just refreshes", do you just get the login screen again without a login failure message? If so, my initial guess would be #2 above. 4) Is the DB you accessing on same server (localhost) that you are running MyClient on? -klp > Thanks for the response it got rid of the error but I still can't log > in. It just refreshes and does nothing. I can definitely get onto the > server through port 3306 and I have granted access to the database. Do > you have any advice? > > Thanks, > Kevin > > > -----Original Message----- > From: Kevin L. Papendick [mailto:kevinp@polarlava.com] > Sent: 14 May 2004 13:00 > To: myclient@polarlava.com > Cc: Kevin Moran > Subject: Re: [MyClient] php error > > Kevin, > > This would indicate that your PHP installation does not have the "zlib" > support compiled in. You can disable output compression by adding: > > $enable_gz_output = FALSE; > > to your myclient_cfg.local.php file. Do not change it in the > myclient_cfg.php file as this is the default file and your change will > be overwritten then next time you upgrade. You can learn more about > configuring MyClient in the "Configuration Options" section of the > documentation, located here: http://myclient.polarlava.com/docs/ > > Thanks for using MyClient and if you need anything else, please let me > know. > > -klp > > > > This is a multi-part message in MIME format. > > > > > > Hi, > > > > I just installed myclient and haven't been able to run due to the > > following php error on the index page (i.e. myclient.php) > > > > Fatal error: Call to undefined function: gzcompress() in > > /var/www/html/myclient/GzContent.php on line 128 > > > > Has anyone else seen this error? > > > > Thanks in advance, > > Kevin > > > > > > > > >