revServer (again)

Mike Bonner bonnmike at gmail.com
Fri Nov 25 07:12:29 EST 2011


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.



More information about the use-livecode mailing list