Subject | Re: [firebird-php] Strange browser error |
---|---|
Author | Umberto Masotti |
Post date | 2011-07-03T11:24:10Z |
Hi Sakhile,
On 03/07/2011 11:44, Sakhile Njoko wrote:
> Thanks Umberto but just like my initial script your script works fine but Firefox error console still raises exactly the same error with your script.
>
Mmmhhh...
I don't see "objects" in my script, because other things are Firebird's
resources (or normal vars).
Firefox error Console? Do you mean Firebug (in Firefox) error Console?
In that case missing object is a DOM object (or Javascript error) in
other parts.
Try that script from console, i.e. in a Linux OS you can try:
php -f test.php
where test.php is your minimal script and check output starting with
"<table>".
And, now I can see that a PHP error reports the source line in which
this happens unless you have explicitly disabled that feature in php.ini
or ini_set().
Report the exact line where PHP say that you have an error.
Ciao.
Mimmo.