Blogs / Steven E. Bailey
You need to be logged in to get access to the forums. You can do so here
Friday 19 August 2011 12:52
by Steven E. Bailey | 4 comments
So I'm trying to debug a site which has ajax calls to a module that serves xml. Of course the debug output appended to the xml breaks it. I've had this problem before but I never bothered looking closer at it until now.
Thursday 18 August 2011 09:22
by Steven E. Bailey | 0 comments
For a customer i had to find the objects (out of hundreds) that had an attribute filled out, I figured an attribute filter would be the easiest:
Sunday 10 July 2011 10:54
by Steven E. Bailey | 2 comments
If you are using suhosin you WILL end up having a problem when trying to edit a class with more than 20 attributes if you don't first increase the suhosin.post.max_vars and suhosin.request.max_vars to more than the default 200.
Friday 01 July 2011 02:55
Here's code that I've used in a bunch of places - especially for automated syncing scripts:
Thursday 30 June 2011 04:18
by Steven E. Bailey | 3 comments
Here's a little script I use when I have get the info from a class or classes:
Wednesday 29 June 2011 02:47
by Steven E. Bailey | 7 comments
I had to find objects that had multiple locations for a client. This is what I came up with:
Thursday 26 May 2011 03:13
As a novice eZPublish programmer 6 year ago my biggest problem was always trying to find my data. Of course attribute(show) was invaluable... and at first I wrote a shell script to parse that data to make it readable and years later I wrote ezfire to make that data more accessible... But, for much of the time I was cursing and thinking - to paraphrase Mojo Nixon - "Where the hell's my data."
‹‹ Previous month
Next month ››