since the xml works and the database stuff doesn't, sounds like everything
is in the right location but there might be a permissions problem. If the
externalcommands doesn't show the db stuff, list the files in the externals
folder (which should be in the same folder as livecode-server)
ls -la to get a complete list of files with all details, see if permissions
differ for any of the files, and if so make the non-working externals match
the working ones.

or if nothing else, while in there do a sudo chmod 755 *
Which will set read, write, execute for the owner, and read and execute for
group, and everyone on all files in that folder. (will set the perms on the
.txt file in there too but it shouldn't hurt anything.)
Then give it a shot.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to