|
From: Richard C. <ri...@cy...> - 2006-08-03 07:50:16
|
Hi Danilo,
It's a bug -- I suppose it worked in another version of PHP but =20
doesn't work in the latest versions. I've fixed it in CVS. To make it =20=
work for you, either get the latest code from CVS, or fix it in your =20
local copy by making a small change to the two lines mentioned in the =20=
error messages: Insert a space to change '<?php{' into '<?php {'. =20
Then it should work.
Best,
Richard
On 3 Aug 2006, at 04:41, Danilo Saldanha Bizarro wrote:
> Hi
>
> There are some erros when i try to use RDFDB INTERFACE:
>
> EDIT: Parse error: parse error, unexpected '}' in c:\arquivos de
> programas\apache group\Apache\htdocs\rdfapi-php\tools\rdfdb-utils=20
> \query.php
> on line 376
>
> QUERY: Parse error: parse error, unexpected '}' in c:\arquivos de
> programas\apache group\Apache\htdocs\rdfapi-php\tools\rdfdb-utils=20
> \query.php
> on line 376
>
> NAMESPACE: Parse error: parse error, unexpected '}' in c:\arquivos de
> programas\apache group\Apache\htdocs\rdfapi-php\tools\rdfdb-utils=20
> \namesp.php
> on line 155
>
>
> The remain of options are working on. The database and the model =20
> haven been
> created normally. I can upload triples and they are stored.
>
> What can be that errors ?
>
> Thank you very much
>
> _________________________________________________________________
> Acompanhe os desfiles do evento S=E3o Paulo Fashion Week.
> http://www.msn.com.br/diversao/spfw/
>
>
> ----------------------------------------------------------------------=20=
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to =20
> share your
> opinions on IT & business topics through brief surveys -- and earn =20
> cash
> http://www.techsay.com/default.php?=20
> page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV
> _______________________________________________
> Rdfapi-php-interest mailing list
> Rdf...@li...
> https://lists.sourceforge.net/lists/listinfo/rdfapi-php-interest
>
|