CMS Builder - Photo Gallery

14 posts by 5 authors in: Forums > CMS Builder
Last Post: April 24, 2008   (RSS)

Re: [sagentic] The markup?

By Dave - April 24, 2008

Feel free to attach that file (photos1.php) to the post and we can have a look.

Based on the errors it sounds like $listRows isn't defined. You probably have a different variable name in yours. Look from some code like this (search for "getListRows"):

list($listRows, $listDetails) = getListRows($options);

Check the variable name being used instead of $listRows and replace $listRows in the rest of your code with that one.

See if that helps, and/or post the file and we'll have a look!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] The markup?

By Kenny - April 24, 2008

I don't know what I did - but it works now

Re: [sagentic] The markup?

By Dave - April 24, 2008

Sounds good! :) Let us know if you need more help in future.
Dave Edis - Senior Developer
interactivetools.com