Admin login is not working for me
dgalant1
Joined: 2002-09-25
Posts: 6 |
Posted: Wed, 2002-09-25 03:43 |
First off, I've been using gallery on a unix platform for a bout a year with no issues. i'm moving to an Apache 1.3.26 server with Php 4.2.3 and having tons of issues. When I login as admin the screen refreshes but I no not see any of the admin features. You can see this at... http://12.249.29.50/gallery/albums.php login: admin i'm pretty sure its an issue with some php.ini setting but I've checked the following safe_mode = Off or http://12.249.29.50/gallery/setup/phpinfo.php what other setting could be screwing this up?? thanks for your help... |
|
Posts: 7994
I can tell from browsing your site that your session code is not working properly. Run the "Check sessions" diagnostic linked from the config wizard and take whatever steps are necessary to get that working. Once it's working, Gallery will work.
Posts: 6
right, that page view value is not changing.. I have Php installed as a module.. does that matter, should I have it installed as a CGI binary instead?
Installing php as a module requires 3 additional lines to the httpd.conf file..
AddType application/x-httpd-php .php .phtml
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
anything I'm forgtting...
-dave
Posts: 6
tried using the php.ini.dist file instead of the php.ini.recommended file..
everything works..
thanks..
-dave