Blogs / Steven E. Bailey

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

You need to be logged in to get access to the forums. You can do so here

Turning off debug for xml output

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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.

Finding the objects of a class with non-null values

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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:

Protip suhosin

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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.

Using php to pass database values to a bash shell

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Friday 01 July 2011 02:55

by Steven E. Bailey  | 0 comments

Here's code that I've used in a bunch of places - especially for automated syncing scripts:

Dumping classes

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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:

Finding double-published items

  • Currently 4 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

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:

Wherefore art thou Data?

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Thursday 26 May 2011 03:13

by Steven E. Bailey  | 7 comments

As a novice Exponential 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."