I changed my password via command line - worked fine. My admin-toaster page still shows all of what I pasted below. I have verified my php.ini settings are safe_mode = Off & register_globals = On. Is there some file permissions problem that I might need to address?
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access qmailmrtg.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 137 Warning: fopen(qmailmrtg.module): failed to open stream: Success in /usr/share/toaster/include/admin.inc.php on line 137 Warning: filesize(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access qmailmrtg.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fread(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fclose(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 139 Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access vqadmin.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 137 Warning: fopen(vqadmin.module): failed to open stream: Success in /usr/share/toaster/include/admin.inc.php on line 137 Warning: filesize(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access vqadmin.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fread(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fclose(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 139 Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access email.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 137 Warning: fopen(email.module): failed to open stream: Success in /usr/share/toaster/include/admin.inc.php on line 137 Warning: filesize(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access email.module owned by uid 75 in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fread(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 138 Warning: fclose(): supplied argument is not a valid stream resource in /usr/share/toaster/include/admin.inc.php on line 139 -----Original Message----- From: Jake Vickers [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 11:21 AM To: [email protected] Subject: Re: [qmailtoaster] Multiple problems Jack D. Martin Jr. wrote: > >Jake, > >I just caught the first part of your reply - Yes Mandrake 10.2 and >LE2005 are one and the same. Depending on who you talk to - you get to >hear it called one or the other. The official name is Mandriva LE2005. > >I have verified that my php.ini settings are correct - I thought maybe >that was the reason for most of my problems. > >The password in /usr/share/toaster/include/admin.htpasswd is encrypted >The password in /usr/share/toaster/include/admin.pass says toaster (as >I would expect - it is the default) The vpopmail user is just a user, is it not? >Where do I change the password for that? I used the script for the >install >- shouldn't it all be correct? > > The password can be changed from the command line, by going into the dir and doing 'htpasswd -b admin.htpasswd admin newpassword'. As far as the vpopmail password, you want to make sure it's using the right one for the database. This can be changed at the command line by doing: echo "GRANT ALL PRIVILEGES ON vpopmail.* TO [EMAIL PROTECTED] IDENTIFIED BY 'SsEeCcRrEeTt'" | mysql -u root -p and using your Mysql root password. I wasn't able to change the admin password when I first installed mine, either. I changed it via the command line, and honestly never readdressed the issue. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.2/137 - Release Date: 10/16/2005 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
