I have the same problem with the install page.
Checked the php.ini file to be sure but register_globals = On
any other idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-24
I'm also having the same problem. Tried IE6, Netscape 4.79, and Mozilla on the install.php page. Also changed set register_globals = On. No joy. My install.php page:
I hit "next" and it just reloads page 1/10.
Suggestions?
Gettext extension: [INSTALLED]
PEAR: [INSTALLED]
PEAR modules:
Crypt::HCEMD5... [INSTALLED]
Mail... [INSTALLED]
Mail::sendmail... [INSTALLED]
Mail::smtp... [INSTALLED]
File permissions:
config/config.php... writable..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, this is how I have Apache 1.3.24 configured with PHP-4.1.2 in my httpd.conf file:
<IfModule mod_php4.c>
php_value include_path ".:../../:/usr/local/php-4.1.2/lib/php"
php_flag safe_mode on
php_flag magic_quotes_gpc off
php_flag register_globals on
</IfModule>
I have PHP 4.1.2 compiled as a DSO and I don't have a php.ini file. I'm sure putting these settings in the php.ini file would work also.
Are you building PHP as a DSO or compiling it INTO Apache itself?
Peace.....
Tom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-28
It's compiled as a DSO. I didn't realize you could put config directives for php into the httpd.conf, but it seems to work either way I do it (putting them in php.ini or in httpd.conf).
Does safe_mode have to be set to 'on' because mine is off, but from reading the description it looks like that shouldn't affect things if it's set to off.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
I just Installed jawmail-1.0-rc1
the instalation seems to go right (install.php), but when I press next nothing happens and I get the same screen again?! I dont see any errors:
Checks:
Installed PHP version: 4.2.0 - required: PHP 4.0.4 - [OK]
Magic_quotes_gpc setting: OFF
IMAP extension: [INSTALLED]
Gettext extension: [INSTALLED]
PEAR: [INSTALLED]
PEAR modules:
Crypt::HCEMD5... [INSTALLED]
Mail... [INSTALLED]
Mail::sendmail... [INSTALLED]
Mail::smtp... [INSTALLED]
File permissions:
config/config.php... writable..
Database driver: MySQL
Can anyone help me with this?
thnx in advance
Andree
set in your php.ini
register_globals = On
instalation script don't see variables sended by forms with register_globals turn off, read php documentation in php.ini-recomended
Hi,
I have the same problem with the install page.
Checked the php.ini file to be sure but register_globals = On
any other idea?
I'm also having the same problem. Tried IE6, Netscape 4.79, and Mozilla on the install.php page. Also changed set register_globals = On. No joy. My install.php page:
Checks:
Installed PHP version: 4.2.1 - required: PHP 4.0.4 - [OK]
Magic_quotes_gpc setting: OFF
IMAP extension: [INSTALLED]
I hit "next" and it just reloads page 1/10.
Suggestions?
Gettext extension: [INSTALLED]
PEAR: [INSTALLED]
PEAR modules:
Crypt::HCEMD5... [INSTALLED]
Mail... [INSTALLED]
Mail::sendmail... [INSTALLED]
Mail::smtp... [INSTALLED]
File permissions:
config/config.php... writable..
I'm not sure JAWmail supports PHP 4.2.x yet. I've read that globals are handled differently in PHP 4.2.x than in previous versions.
Try running PHP-4.1.2 instead of 4.2.x and see if you can get things to work.
Good luck!
Peace...
Tom
P.S. Are you guys running Apache 1.3.x w/ PHP-4.2.x or Apache 2.0.x w/ PHP-4.2.x?
I'm using Apache 1.3.20. I'll try it with the PHP you suggest and see what happens.
Tried PHP 4.1.2 and still no joy. Exact same result as with 4.2.1.
Ok, this is how I have Apache 1.3.24 configured with PHP-4.1.2 in my httpd.conf file:
<IfModule mod_php4.c>
php_value include_path ".:../../:/usr/local/php-4.1.2/lib/php"
php_flag safe_mode on
php_flag magic_quotes_gpc off
php_flag register_globals on
</IfModule>
I have PHP 4.1.2 compiled as a DSO and I don't have a php.ini file. I'm sure putting these settings in the php.ini file would work also.
Are you building PHP as a DSO or compiling it INTO Apache itself?
Peace.....
Tom
It's compiled as a DSO. I didn't realize you could put config directives for php into the httpd.conf, but it seems to work either way I do it (putting them in php.ini or in httpd.conf).
Does safe_mode have to be set to 'on' because mine is off, but from reading the description it looks like that shouldn't affect things if it's set to off.