Home > Archive > PHP Language > November 2007 > Re: Fatal error non-object
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Fatal error non-object
|
|
| 6eWmA67gxAebq@jeanpierredaviau.com 2007-11-28, 10:00 pm |
| On 27 nov, 07:03, Norman Peelman <npeel...@cfl.rr.com> wrote:
> Jean Pierre Daviau wrote:
>
>
>
>
>
>
> The function expects a filename. You are trying to do the work of the
> function yourself. Leave the other code out and add in some error checking=
..
>
> $tag =3D id3_get_tag($fichier, ID3_V2_3 );
>
> Please see:http://us.php.net/manual/en/function.id3-get-tag.php
>
> and:
>
> http://us.php.net/manual/en/functio...get-version.php
>
> Norm- Masquer le texte des messages pr=E9c=E9dents -
>
> - Afficher le texte des messages pr=E9c=E9dents -
It seems my newsreader has problem . . .
I tried to change for a newer dll without success.
As I am on Windows XP it is probably the specified bug even though
nothing crashes.
Thanks
| |
| Jean Pierre Daviau 2007-11-29, 7:01 pm |
| I putted php_id3.dll version 5.2.1.1 [jeudi 29 novembre
2007, 09:30:12 ]and it works :o) with the CLI and the browser.
echo dl('php_id3.dll');
print_r(get_loaded_extensions());
Thanks to Stephan Schmidt
---------------
What is a tif?
Parse error: syntax error, unexpected T_IF
| |
|
| "Jean Pierre Daviau" <Once@WasEno.ugh> schreef in bericht
news:hFA3j.1623$By5.892@wagner.videotron.net...
>I putted php_id3.dll version 5.2.1.1 [jeudi 29 novembre 2007,
>09:30:12 ]and it works :o) with the CLI and the browser.
> echo dl('php_id3.dll');
> print_r(get_loaded_extensions());
>
> Thanks to Stephan Schmidt
> ---------------
>
> What is a tif?
>
> Parse error: syntax error, unexpected T_IF
>
>
It means: unexpected "if".
You have an if-statement and just before this there is a syntax error.
Probably a forgotten semicolon (;) or curly-brace (})
Frank
|
|
|
|
|