Salesforce

Resolving Web Client HTTP 500 Error for Assignment Operations

« Go Back

Information

 
TitleResolving Web Client HTTP 500 Error for Assignment Operations
SummaryA guide to look at PHP settings to resolve HTTP 500 Error when trying to open Assignment-Operations in Web-Client.
URL NameResolving-Web-Client-HTTP-500-Error-for-Assignment-Operations
Resolution
1. Go to Server where Web Server and PHP are installed.
2. Go to Windows Directory and Search for PHP.ini file. 
3. Open and modify settings by commenting out or changing values to reflect the following values.  

memory_limit = 512M
post_max_size = 512M

4. Comment out the following lines:

;mbstring.language = Neutral
;mbstring.internal_encoding = UTF-8
;mbstring.http_input = auto
;mbstring.http_output = UTF-8
;mbstring.encoding_translation = On
;mbstring.detect_order = auto

5. Ensure that following is uncommented out

extension=php_mbstring.dll

6. Restart web server services.
7. Clear WAFFLE Cache and compiled Templates in the Admin Page (http://Server/instance/admin).
8. Clear local browser cache.
9. Open Mobile Supervisor > Assignment Operations.
ProductsWarehouse Labor Management
ModuleWeb Client, Mobile Supervisor
VersionVersions with Corresponding WAFFLE Web Client
Error Message Code
When clicking "Assignment Operations" the page never loads and instead generates a HTTP 500 error.

Mobile Supervisor -> Assignment Operators

"500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed."
Cause
Settings within PHP.ini file do not allow the page to load. 
Additional Information
This may be applied to other web pages within the client. 
Publication StatusPublished

Powered by