Yeah, but I've seen the same thing in my code, and it turned out I wasn't calling the 'foreach' properly.
Look at the response you are getting from the server (I'm assuming ajax) or look for a tag not closed properly or something. Posting code or link is the only way we can help here. On Mar 24, 5:18 pm, Asinox <asi...@gmail.com> wrote: > Hi, but im doing... i have a foreach with php for load the images, in > the home pages i got the message, but in the another part to the > website is fine... > > On Mar 24, 7:16 pm, pedalpete <p...@hearwhere.com> wrote: > > > The message means that there isn't enough data in the cycle for it to > > cycle through. > > Likely you are only loading your cycle wrapper once, but you didn't > > include any code or a url, so it's tough to tell.