[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Tables Created Not Visible In Interbase
- Subject: Re: [cobalt-users] Tables Created Not Visible In Interbase
- From: Dave Robinson <domino27@xxxxxxxxxxxx>
- Date: Sat Dec 8 06:37:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
John Poynton wrote:
> > script .....
> $conn=ibase_connect("localhost:/home/opt/interbase/bin/
> > error...... Call to undefined function: ibase_connect() in
> /home/sites......
> > always get stuck with this same error... (tried it with pconnect as well
> by the way)
>
> I may be completely off-base here, but ...
>
> Does the version of php you have installed come with interbase support
> enabled?
> And if not, have you installed the Interbase module and edited php.ini to
> add -
> extension=interbase.so to the Dynamic Extensions?
>
> I have had similar mysql connect problems with vanilla installs of php that,
> of course, do not come with mysql support pre-defined.
>
> John
Thanks John..
Changed the extension=interbase.so
And at least we`re logging now....
ns.xxx.co.uk Sat Dec 8 11:10:00 2001 INET/inet_error: connect errno = 111
A Google search on this gives...
Question: When I execute -start command with IBMGR the server(SuperServer)
successfully starts but in the interbase.log file this message appears:
INET/inet_error: connect errno = 111
Answer: After you execute the start command IBMGR immediately tries to connect
to isc4.gdb. This happens before the server is ready to accept connections so it
generates the error, "INET/inet_error: connect errno = 111". IBMGR will try
again to connect to isc4.gdb and the usually the server is ready to accept
connections so
the next entry in the log will probably be, "/opt/interbase/bin/ibguard:
guardian starting bin/ibserver" indicating that the server has been successfully
started.
I do`nt get the IBguard bit though....
My colleague has asked me to check that...
Check and ensure that /etc/services has the entry of:
gds_db 3050
So it`s a question of checking now I have the correct PHP module and a bit more
research I guess.
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users