phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-users] (no subject)


From: Matt
Subject: RE: [Phpgroupware-users] (no subject)
Date: Mon, 13 Dec 2004 19:14:45 -0000

hi,

thanks for the advice.  At least I have some leads now.

-Matt.

-----Original Message-----
From: address@hidden
[mailto:address@hidden
Behalf Of Chris Weiss
Sent: 13 December 2004 16:26
To: address@hidden
Subject: Re: [Phpgroupware-users] (no subject)


> Database error: connect(, , $Password) failed.
> MySQL Error: ()

unless you removed the host and username from this error, you don't
have one set in the header.inc.php.

And if you did,
> Warning: mysql_connect(): Access denied for user: 'address@hidden'
(Using
password: NO)
means that no password is in your header.inc.php for use database user
"madden".

>Warning: fopen(/tmp/sess_3ff5674249a463c926a11523091f2aaa): failed to
open stream: Permission denied

means that for some reason the user apache runs as cannot write new
files to /tmp.  Either it's full or someone's taken "world rwx"
permissions from it.

>world/registration/main.php
don't know what that means, but "registration" is an officially
unsupported and unmaintained app, you WILL have to hack at it to make
it work.

I have personaly had an "apt-get upgrade" do an upgrade in such a way
that mysql changed a default that ended up not being compatable with
the way it was setup before.  I don't recall the exact issue or fix
just that none of mysql users could login anymore, it involved simply
changing a conf setting in mysql and restarting it to fix the problem.



On Mon, 13 Dec 2004 16:00:41 -0000, Matt <address@hidden> wrote:
> Hi,
>
> Thanks for trying to help
>
> but...
>
> That makes even less sense as I was still able to use the system as admin
> and a user who's account already existed was able to use the system too.
>
> Either there is an intermittent fault with the code, me or the host or I
> have no idea and officially give up.  I've a fair amount of code running
on
> the account at any one time and no limit to the number of Databases (I
have
> 9), email address etc.  I don't get it.
>
> -Matt
>
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden
> Behalf Of Joel Merrick
> Sent: 12 December 2004 17:25
> To: address@hidden
> Subject: RE: [Phpgroupware-users] (no subject)
>
> I think your getting confused between the DB username/password, which
> PHP/mySQL uses to talk to the database
>
> This has nothing to do with the user logon credentials, which are held
> within the database.. therefore you have to have the correct credentials
> (within you config file) to connect to the db and then be able to use
> the db for user authentication.
>
> h.t.h
>
> Joel
>
> On Sun, 2004-12-12 at 09:57 +0000, Matt wrote:
> > on the sign up screen?
> > at that stage a user has no user name or password, that's what they are
> > after.
> >
> > -----Original Message-----
> > From: address@hidden
> > [mailto:address@hidden
> > Behalf Of Chris Weiss
> > Sent: 10 December 2004 20:39
> > To: address@hidden
> > Subject: Re: [Phpgroupware-users] (no subject)
> >
> >
> > you have no db user/pass entered?
> >
> >
> > On Fri, 10 Dec 2004 14:12:51 -0000, Matt <address@hidden> wrote:
> > > today for no reason is a day of errors...
> > >
> > > Warning: mysql_connect(): Access denied for user: 'address@hidden'
> > (Using
> > > password: NO) in
> > > /home/madden/public_html/world/phpgwapi/inc/class.db_mysql.inc.php on
> line
> > > 82
> > > Database error: connect(, , $Password) failed.
> > > MySQL Error: ()
> > >
> > > Session halted.
> > > Fatal error: Call to a member function on a non-object in
> > > /home/madden/public_html/world/phpgwapi/inc/class.db_mysql.inc.php on
> line
> > > 561
> > >
> > > world/registration/main.php
> > >
> > > changing prefrences caused
> > >
> > > Warning: fopen(/tmp/sess_3ff5674249a463c926a11523091f2aaa): failed to
> open
> > > stream: Permission denied in
> > >
/home/madden/public_html/world/phpgwapi/inc/class.sessions_php4.inc.php
> on
> > > line 215
> > >
> > > Warning: fread(): supplied argument is not a valid stream resource in
> > >
/home/madden/public_html/world/phpgwapi/inc/class.sessions_php4.inc.php
> on
> > > line 219
> > >
> > > Warning: fclose(): supplied argument is not a valid stream resource in
> > >
/home/madden/public_html/world/phpgwapi/inc/class.sessions_php4.inc.php
> on
> > > line 223
> > >
> > > endlessly repeated
> > >
> > > -Matt
> > >
> > > M.C.S.E :- Minesweeper Consultant & Solitaire Expert
> > >
> > > _______________________________________________
> > > Phpgroupware-users mailing list
> > > address@hidden
> > > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> > >
> > >
> >
> >
> > _______________________________________________
> > Phpgroupware-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> >
> >
> >
> > _______________________________________________
> > Phpgroupware-users mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> --
> Joel Merrick
>
> email:  <address@hidden>
> mobile: 07929 208 567
> ServiceStyle Ltd. - Manchester's Technology Experts
> https://www.servicestyle.com
>
> GPG Public Key - https://www.servicestyle.com/joel_servicestyle.asc
>
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users
>
>


_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/phpgroupware-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]