Forums / Developer / ez Publish API is not working
Brijesh Tekrawala
Wednesday 06 April 2011 7:13:45 am
Hi All, i am using eZ Publish API in one my custom PHP script. when browsing it is giving an error on UAT server. it is working fine locally so no issue with script. Can you please let me know what setting we need to do to run eZ API from PHP page. Thanks Brijesh
Nicolas Pastorino
Wednesday 06 April 2011 9:05:48 am
Hi Brijesh,
How did you integrate your PHP script ? Embedded in an eZ Publish module for instance ? Also, what errors do you get, concretely ?
Let us know,Cheers,
-- Nicolas Pastorino Director Community - eZ Member of the Community Project Board eZ Publish Community on twitter: http://twitter.com/ezcommunity t : http://twitter.com/jeanvoye G+ : http://plus.tl/jeanvoye
André R.
Thursday 07 April 2011 2:06:36 am
I assume what your trying to do is using eZ Publish classes (the word API is a bit misleading here as we don't have a public api yet in a SDK sense, so API in this context refers to general classes in eZ Publish) outside of the eZ Publish context.
In this context there are two issues:
Both can maybe be worked around by changing current working directory* before you include autloader and start using classes, but there are no guarantees of it though.* Just adding include path would be enough for class loading, but to make sure misc cache and filesystem code don't break changing cwd is probably better.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Sunday 10 April 2011 12:16:19 am
Thanks, We will check it out.