|
Posted by Rik on 07/16/07 20:15
On Mon, 16 Jul 2007 22:10:56 +0200, mtuller <mituller@gmail.com> wrote:
> I am having very strange issues today. The scripts that I have, that
> worked fine on Friday, now do not work properly. I can connect fine
> with a client application like MySql tools. I can do queries, and
> everything. I can even connect properly with mysqli, but apps that use
> mysql to connect do not retrieve the information needed. I don't get
> errors, so I don't know what is going on. This all worked for weeks
> until this weekend. I am at a loss as to what this could be.
>
> I also tested by connecting to a different database, and the same
> results. PHP isn't reading and writing to the database properly.
>
> I have no idea where to start, so if anyone has some idea, please let
> em know.
First course of action: ask the hoster what they've changed. MySQL isn't
automatically included in packages anymore, maybe they did not realize
that while upgrading.
Then again, you should either get errors or empty recordsets. Are you sure
display_errors is enabled with a proper error_reporting setting? 'Does not
work properly' does not compute here. Exactly what doesn't work, and how.
--
Rik Wasmus
Navigation:
[Reply to this message]
|