原先設定:
[share]
dos charset = UTF-8
unix charset = UTF-8
display charset = UTF-8
錯誤訊息:
Unknown parameter encountered: "display charset"
。
修正後設定:
[global]
dos charset = cp950
unix charset = utf8
#display charset = UTF-8
[share]
dos charset = UTF-8
unix charset = UTF-8
display charset = UTF-8
Unknown parameter encountered: "display charset"
[global]
dos charset = cp950
unix charset = utf8
#display charset = UTF-8
How to make ReCaptcha readable with SlimerJS
There are two kind of versions of SlimerJS: standalone and lightweight.
- SlimerJS standalone version is recommended whether you have Firefox installed or not. The standalone version depends on operating system (OS) and architecture.
- For Windows: [download.slimerjs.org]
- For Mac: [download.slimerjs.org]
- For Linux i686: [download.slimerjs.org]
- For Linux x86_64: [download.slimerjs.org]
- You can use the lightweight version if you have Firefox installed. You can download SlimerJS lightweight version here. But because the lightweight version depends on your Firefox installation, breakages are possible in the future, you're on your own if you choose the lightweight version. You can use the lightweight version for all operating systems.
Steps to integrate SlimerJS with FRD. We use standalone version (0.9.6) for Windows as an example:
- Copy slimerjs-0.9.6-win32.zip (for Windows standalone version) to "tools" folder inside your FRD installation folder.
- Extract slimerjs-0.9.6-win32.zip. You'll get slimerjs-0.9.6-win32 folder, rename it to slimerjs.
‧‧‧‧‧‧‧‧‧‧‧‧‧‧‧
- Update recaptcha plugin to at least version 1.1.0 (Help -> Check for new plugins).
strict allocate = Yes
read raw = Yes
write raw = Yes
strict locking = No
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384