Menu

installation problem, nothing happens!

Help
Anonymous
2002-05-08
2002-05-28
  • Anonymous

    Anonymous - 2002-05-08

    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

     
    • maciek

      maciek - 2002-05-14

      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

       
    • kas'jra

      kas'jra - 2002-05-17

      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?

       
    • Anonymous

      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:

      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..

       
    • Tom Williams

      Tom Williams - 2002-05-25

      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?

       
    • Anonymous

      Anonymous - 2002-05-26

      I'm using Apache 1.3.20.  I'll try it with the PHP you suggest and see what happens.

       
    • Anonymous

      Anonymous - 2002-05-27

      Tried PHP 4.1.2 and still no joy.  Exact same result as with 4.2.1.

       
      • Tom Williams

        Tom Williams - 2002-05-27

        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

         
        • Anonymous

          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.

           

Log in to post a comment.