silent fail of revDataFromQuery() in standalone; works in IDE

Mike Bonner bonnmike at gmail.com
Sat May 24 10:17:21 EDT 2014


I wonder if the compiler is for some reason not including the sqlite
driver.  MIght look at the standalone settings and manually include the
sqlite drivers and rebuild.  Or put a try/catch around the revdatafromquery
and see if you can get an error message out.


On Sat, May 24, 2014 at 2:23 AM, Pierre Sahores <sc at sahores-conseil.com>wrote:

> Hi Richard,
>
> I don’t know how the below value are set in LC-Server preferences (PHP
> values shown below) :
>
> max_execution_time      30      30
> max_file_uploads        20      20
> max_input_nesting_level 64      64
> max_input_time  60      60
> max_input_vars  1000    1000
> memory_limit    64M
>
> but i expect your script could die because it reaches one of the
> corresponding ones.
>
> HTH,
>
> Pierre
>
> Le 24 mai 2014 à 02:57, Dr. Hawkins <dochawk at gmail.com> a écrit :
>
> > On Fri, May 23, 2014 at 3:50 PM, Matthias Rebbe | M-R-D <
> > matthias_livecode_150811 at m-r-d.de> wrote:
> >
> >> Is it possible that you have a SaveStackRequest handler in your card or
> >> stack script?
> >> And if so, could you check if maybe the line "pass savestackrequest" in
> >> that handler is missing?
> >>
> >
> > Nope.  Only just learned of it in this message :)
> >
> > In a script of hundreds of lines, it hits that line, executes the line
> > before revDataFromQuery(), and never reaches the line after (where I
> could
> > test the result!)
> >
> > Oh, and I'm usually using 5.5.4, but confirmed on 6.5.1 as well.
> >
> >
> > --
> > Dr. Richard E. Hawkins, Esq.
> > (702) 508-8462
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> --
> Pierre Sahores
> mobile : 06 03 95 77 70
> www.sahores-conseil.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list