PHP install/upgrade
...
Add the following (it may already exist)
- extension=php_odbc.dll
Save the php.ini file
...
- Name: FworkSQLLic
- Description (optional): Enter a description for the database connection. For example, Framework ECM.
- Server: Select the SQL Server from the Server drop-down list.
OR
Enter the SQL Server name.
If there is an error following Step 8, change the server name above to: \[server name]\SQLEXPRESS
7. Click the Next button.
...
Folder Permissions for InternetGuestAccount(servername_IUSR)
Folder | Permissions |
---|---|
C:\inetpub\wwwroot\SupplierConnect\ | Read |
C:\inetpub\wwwroot\SupplierConnect\Sessions | Read Write Modify |
For the user account to give permissions, this must be the one that the web service is configured for.
E.g.,
- IIS_IUSRS
- IUSR
From the folder, right-click and go to properties.
On the security tab, press the Edit option
Press the Add option and find the user account to add the permissions to
Tick the required permissions options per the above table
Configure Website Files
Edit the file 'C:\inetpub\wwwroot\SupplierConnect\inc_files\config.php' using Notepad.
If this file is currently read-only, you must edit the properties of the file and uncheck this.
Modify the following lines with the DSN Name, Username and Password you used to create the ODBC Connection above.
...
$emailFromAddr = "SupplierConnect@frameworkecm.com.au"; // From email addresses,
Setting below is used to determine if the Email Receipt checkbox is automatically checked (on) or not checked (off).Setting below is used to determine if the Email Receipt checkbox is automatically checked (on) or not checked (off). Switch between "on" and "off". NOTE: If the response is a call off the checkbox will NOT be checked regardless of this setting.
$emailResponseReceiptOn = "off";
Check FrameworkSupplierConnect Portal
...