RE: [phplib] phplib not working properly at my hosting provider From: Ignatius Teo (iteo <email protected>)
Date: 08/10/00

This is a PHP config issue - not PHPLIB. If your hosting provider is running PHP4 as an Apache module, you can set any php.ini setting in a .htaccess file. See the php manual on how to do this. eg.

php_magic_quotes_gpc on

Ignatius

> -----Original Message-----
> From: Langelotz <email protected> [mailto:Langelotz <email protected>]
> Sent: Thursday, 10 August 2000 22:41
> To: phplib <email protected>
> Subject: [phplib] phplib not working properly at my hosting provider
>
>
> Hello,
>
> I have the following problem: I am currently writing a little
> application
> for the web using phplib an its auth and session objects. At
> home all works
> fine with php3 and mysql. My new Hosting Provider uses php4 with
>
> magic_qoutes_gpc = on
> magic_qoutes_runtime = on
>
> I know it's recommended that these are turned off but I cannot change
> that.
>
> So, using the page_open-function I get the following error message:
>
> Database error: Invalid SQL:
> MySQL Error: 1065 (Query was empty)
> Session halted.
>
> My question is: What could I have to change to make it work?
>
> I hope I gave enough information to get a good answer. Thanks.
>
> Enno
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>