Hello all!
I cannot install E-Groupware.
My environment is: XP sp2, apache 2.2, php 5.1.4
After running setup tests, I got a ‘create header file’ page.
After clicking on write, or view, or download – nothing happens. Page
just reloads, but nothing happens.
I digged into sources and found that in file manageheader.php at line
202 there is a case:
$action = @get_var(‘action’,Array(‘POST’));
list($action) = @each($action);
$action='write';
switch($action)
{
case 'download':
…
I found that it always goes to default case.
After that I found that $action is always empty.
And, after all above, I got an answer: function get_var
(common_functions.inc.php) doesnot work.
It always returns empty values.
It seems that my PHP is misconfigured, so get_var cannot read cgi
parameters.
How should I configure my php? Or, what is the workaround?
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net’s Techsay panel and you’ll get the chance to share your
opinions on IT & business topics through brief surveys – and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers