Topic: .../lang is not writable error

Hello there,

I got this error message during installation:

Error: The language files folder ../lang is not writable. Change its permissions so it is, then re-run the operation.

All other parameters appeared to be ok.

I have no idea where to find this folder.  I have looked in the frontaccounting installation folder fa2 and the web sever folder and couldn't find it there.

The installation directory was:

http://my_website.com/fa2/install/index.php?sessions_checked=true

Can anybody help?

Thanks

Re: .../lang is not writable error

Looks like you installed into a directory called fa2.  The lang directory will be immediately below this: ..../fa2/lang.

You can locate the lang directory on linux with: find / -name lang  .  On windows, change to the root directory and do: dir lang /s  .