Error: you login.txt does not match ...

bisel

Joined: 2004-09-27
Posts: 5
Posted: Sat, 2009-08-22 19:52

I have read through the various FAQs and many forum entries but the installer cannot get past authentication. It keeps saying login.txt does not match correctly.

Here are the msgs ... any help appreciated ..

Thanks ... Steve

Msgs start here:
===================================

Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_0f3ee2c353b17a29e1cbc98d12346e2d, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 357

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class:357) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 357

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class:357) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 357

Warning: session_start() [function.session-start]: open(/var/php_sessions/sess_1a7dccecccb7c2ad113bb10b1b098577, O_RDWR) failed: No such file or directory (2) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 76

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class:357) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 76

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class:357) in /hermes/bosweb/web141/b1412/ipw.lieboner/public_html/gallery2/lib/support/GallerySetupUtilities.class on line 76

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Sat, 2009-08-22 20:09

Post a link to phpinfo, this link explains how:
FAQ: What information is required when I ask for help in the forums?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
bisel

Joined: 2004-09-27
Posts: 5
Posted: Sat, 2009-08-22 21:36

I hope I am providing what you are asking for. My site admin panel does not have an option to run "Site Admin -> Maintenance -> System information" ... there is an option to view server info maybe this is what you think is required... (see below) ... I am also attaching a text file with error log entries.

I did create a phpino.php file ... here is link ... http://www.dphaz.com/gallery2/phpinfo.php

Here is the Server Info that I hope is the the "system info" your are looking for ..

==================================================
Server Information
Configuration for members.ipower.com
Path to FTP ftp.dphaz.com
Incoming Mail Server pop.dphaz.com
Outgoing Mail Server smtp.dphaz.com
Webmail URL http://webmail.dphaz.com
Control Panel URL http://controlpanel.dphaz.com
CGI Active
Document Root /home/users/web/b1412/ipw.lieboner/public_html
FrontPage Extensions Yes
Logs http://members.ipower.com/webControl/LogFiles.bml
Platform
Type Debian
MySQL Version
MySQL Version 5.0.45
Perl Version
Perl 5.8.8
PHP Version
PHP 5.2.2
Path to SendMail
Sendmail /usr/sbin/sendmail
Path to Perl
Perl Path /usr/bin/perl
Path to PHP
PHP Path /usr/local/bin/php
Secure FTP (SFTP) Port
Port 2222

AttachmentSize
php error log.txt7.44 KB
 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Sat, 2009-08-22 23:11

You need to change 2 things

1) session.save_path the directory /var/php_sessions apparently doesn't exist or you or your server can't write to that, that'll need to be changed to a directory that your web server or PHP can write to.
Here's one post on how to do that with .htaccess, search google for more info:
http://forum.mamboserver.com/showthread.php?t=35390

2) memory limit should be increased to 32MB:
This will explain how:
FAQ: PHP memory_limit - Why do I get the error Allowed memory size of Xxx bytes exhausted?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here