Menu

#4 Inventory will not log in

open
nobody
None
5
2004-11-05
2004-11-05
Anonymous
No

Hi,

I just installed inventory on my Suse 9.1 linux box
with Apache 2.0.49 and PHP 4.3.4. I used the "quick
and dirty method" to install the system. Every thing
seemed to go through the installation without a hitch,
until I tried to log on as "admin/admin". Whenever I
hit the "Login" button, it just seems to clear the
password fields and reload the page. No errors are in
my error_log.. Any ideas?

Thanks,
Dan

drohan@gmail.com

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Sorry, wrong place, and the forum helped me figure it out.
    Great work!

    -Dan Rohan

     
  • Norcas

    Norcas - 2005-06-02

    Logged In: YES
    user_id=302230

    That's exaclty what happens if you have register_globals off
    which is a good idea for security reasons.

    But to get inventory working you'll have to enable it. One can
    place the following snippet in httpd.conf assuimng that your
    inventory installation is placed in /srv/www/htdocs/inv

    <Directory "/srv/www/htdocs/inv*">
    php_admin_flag register_globals on
    </Directory>

     
  • Nobody/Anonymous

    Logged In: NO

    set register glogals =true

     

Log in to post a comment.