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

[PHP] Call to undefined function: dbase_open()

2004-04-09 Thread Joukje
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

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

2001-09-01 Thread yang
i want try to open the test.dbf files .. but have the problem Call to undefined function: dbase_open() in -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [