[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] gw - 0.9.16 problems
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] gw - 0.9.16 problems |
Date: |
Thu, 18 Sep 2003 13:57:05 +0000 |
Michal Køivka (address@hidden) wrote:
>
>1.) Due to bug in (Apache + mod_php) function file_exists is not working and
>must be replaced by file_exists(RealPath());
apache2? log a bug report on the web site. Just an FYI, the php team considers
apache2+php to be unstable and doesn't recomend using it in production.
>2.) App is not running without header.inc.php, it stops in setup/index.php
>line 34
>??? include(PHPGW_SERVER_ROOT.'/phpgwapi/setup/setup.inc.php'); in
>header.inc.php?????????????
no header? I don't get it...pasting exact error messages might be more useful.
>3.) When logged for Setup/config, I can click on UPGRADE button, but in
>setup/index.php, line 67 is redirected back to login
is this related to #2? how did you fix that one? do you have cookies enabled
in
your browser?
>4.) (Maybe the same problem as 3) When code in lines 67-75 (elseif ...) is
>removed, MySQL tables are selected, but in header.inc.php is:'db_type' =>
>'pgsql'
removing code from where and why? remove code and you should expect weird
things to
happen. That code is probably there for a reason, removing it will not fix the
problem, you have to determine why that bit of code does't do what you expect
and
fix that