revServer (again)

Mark Schonewille m.schonewille at economy-x-talk.com
Fri Nov 25 07:25:50 EST 2011


Hi,

My externals folder contains another folder with database drivers. I suppose this means that the server folder would contain externals plus one folder. Therefore, you might want to do

sudo chmod -R 755 *

to make it recursive.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Become our partner in sales http://qery.us/1bq Start selling Color Converter today. 20% commission!

On 25 nov 2011, at 13:12, Mike Bonner wrote:

> 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