phpgroupware

Problems

First read, check and understand doc/php-configuration.txt A collection of problems from users that cover a wide variety of subjects (many having nothing to do with phpgroupware)

If you decide to post to the mailing list or the irc forum with a problem, please include the name and version number of:
name and version of your webserver (on redhat the default webserver is apache, get the version rpm -qa | grep httpd)
name and version of your database (on redhat rpm -qa | grep mysql or rpm -qa | grep postgresql)
version of php (on redhat rpm -qa | grep php)
version of phpgw (the login-box gives u the version and it might also be on the bottom of other screens)


We're just adding to these as they come up .. so be patient


MAKE SURE YOU HAVE READ AND FOLLOWED THE PREVIOUS SECTIONS OF THIS DOCUMENT !!


PHP
most people can get apache and php installed but many people then run into problems
  1. php pages display as source code .. look into the php settings you should have in httpd.conf
  2. make sure you have installed php-imap (you need php-imap in order to connect to an imap server from php) and php-pgsql and php-mysql (you need one of these in order to connect to your database server) if you intend to use any of them (they're usually separate software packages)


Email

System setup for Email gets so many problems that it gets it's own section: email-FAQ

Here's some general info to get you started
  1. imap and pop3 is for recieving, smtp is for sending
  2. can't send or can't receive. Before you do anything else, please check your server settings in Admin, Email, Site Configuration and also try to use email through another email client program
  3. small size limit on email (0.5 MB). For apache 2 and up, there is a setting in php.conf that says LimitRequestBody 524288 which is 512k, change it to a higher size (for 8meg LimitRequestBody 8388608) and restart your apache webserver
  4. email app folder list includes .dot files in my home directory. Look into your imap setup and make sure your email server is putting you email in a subdir of your home directory, not your home directory itself
  5. sometimes I get Variable passed to each() error on class.mail_dcom_imap_sock.inc.php, and sometimes it works fine - socket support isn't finished, install php-imap


This document cannot be edited | View document history | Preferences
Document last modified Tue, 22 Jul 2003 11:38:08

(C) 2000-2003 Free Software Foundation Inc