Re: [PHP] Call to undefined function: dbase_open()

2004-04-13 Thread William Lovaton
May be you should load the corresponding extension in your php.ini and restart the web server. Something like this: extension=dbase.so Then look back at your phpinfo(), you should see information about that module. -William El mar, 13-04-2004 a las 02:26, Joukje de Haan escribió: > Yes, the

Re: [PHP] Call to undefined function: dbase_open()

2004-04-13 Thread Joukje de Haan
Yes, the ./configure string includes enable-dbase. But that's the only place I see the word "dbase" on the page. John Nichel wrote: > > Joukje wrote: > > Hi, > > > > I tried to open a dbf with, but I got an error message: > > "Call to undefined function: dbase_open()". > > PHP was compiled (on li

Re: [PHP] Call to undefined function: dbase_open()

2004-04-09 Thread John Nichel
Joukje wrote: Hi, I tried to open a dbf with, but I got an error message: "Call to undefined function: dbase_open()". PHP was compiled (on linux) with the option enable-dbase. Does anyone have an idea of what's wrong? Joukje When you look at a phpinfo() on that server, do you see the enable-dbas

RE: [PHP] Call to undefined function: dbase_open()

2004-04-09 Thread Jay Blanchard
[snip] I tried to open a dbf with, but I got an error message: "Call to undefined function: dbase_open()". PHP was compiled (on linux) with the option enable-dbase. Does anyone have an idea of what's wrong? [/snip] Have you run phpinfo() to make sure the option is in? -- PHP General Mailing List