LiveCode 7.0.3: a new meme

Brahmanathaswami brahma at hindu.org
Sat Feb 28 01:46:36 EST 2015


Richard Gaskin wrote:
> the point of my post is to identify issues that may prevent people 
> from migrating to v7. 

Richard: recently someone else on our team using  LC 7 server (community 
-- digital ocean ubuntu 12.* with all the needed libraries) had trouble 
with this simple xml tree creation.    We had a paid support ticket in  
with LC HQ who simply confirmed "Yes you have all the libraries... so it 
must be the LC server... we will look into it."  And that was the last 
we heard of it.

Can someone with a working server 7 test and confirm that all the revXML 
functions are working?

This would be mission critical for us to migrate our web site to Digital 
Ocean and also use LC v7 on the desktop and server -- we use XML 
"everywhere"

I can do a local test on my machine for 7.0.3  but I have no way to test 
the server version

<?lc
    set the errormode to "inline"
    put url "binfile:/home/mydomain/cgi-bin/funds.xml" into tXML
    get revCreateXMLTree(tXML, true, true, false)
?>


This is the error I get:
file "/home/mydomain/public_html/index.lc  <http://index.lc>"
    row 20, col 5: Function: error in function handler (revCreateXMLTree)
    row 20, col 5: get: error in expression





More information about the use-livecode mailing list