Installation
Form Processor Pro 4.1 installation process can be divided into the
following steps:
| Step 1. |
Unpack Form Processor Pro 4.1 installation package, using any
archive-extraction program (e.g., WinZIP). |
| Step 2. |
Upload Form Processor Pro 4.1 extracted files to the server, using any FTP
client (e.g., CuteFTP).
Form Processor Pro 4.1 Perl executable (formprocessorpro.pl) must be located in
the folder that has executable permission. Most often it is /cgi-bin/ folder.
Form Processor Pro 4.1 PHP executable (formprocessorpro.php) has no specific
location restriction. |
| Step 3. |
Set permissions, using Unix shell command or any FTP client (e.g., CuteFTP)
1) Executable (read/execute) permissions for Form Processor Pro 4.1 Perl
executable (if you don't use PHP executable)
Unix shell command: chmod 755 formprocessorpro.pl
2) Write Enabled (read/write) for files and folders that need to be accessed
for writing. For example DB or log files, folder for user uploads - attachments
(see section Learning to Work
with FPP)
Unix shell command: chmod 666 <filedir_name>,
Where <filedir_name> is file or folder in question |
For Form Processor Pro 4.1 forms configuration please refer to section
FPP Configuration |
|