Hi All,

Didn't see any way to search the archives, and googling didn't turn up hits, so 
my apologies if recently discussed...

What does this error mean, and what general steps can I take to address it?

PAGE CHECK FAILED: nested SELECTs|totalTime=8.145562|available=0

The context of the error is that I've just loaded a page with a form on it 
using the following:

go http://<URL HERE>
code 200                          # check server response code for OK status
notfind "<b>Notice</b>:"          # make sure no php errors found on page
notfind "<b>Error</b>:"           # make sure no php errors found on page
notfind "<b>Warning</b>:"         # make sure no php errors found on page
find "All Rights Reserved."       # find text in footer to ensure entire page 
loaded

which works fine.

BUT - when i add the following lines to populate a field (name) in the form 
(EditView)

#

## create a new account and submit the form

#

formvalue EditView name "Test112358132134"

I get the nested selects error.

What general steps can i take - the form and HTML seem properly constructed.

--Rusty



_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to