Administration
In case of errors

Windows Server

7min
prepare the necessary information 1\ screenshot of the issue take a screenshot of the page where the problem or an error occurs it's best to take a screenshot of the page with the browser's developer console open example of such a screenshot here's how you can open the developer console in the most common browsers google chrome ctrl+shift+j shortcut; mozilla firefox ctrl+shift+i shortcut; opera ctrl+shift+i shortcut; safari cmd+option+i shortcut; internet explorer press the f12 key and go to the console tab 2\ php log file run powershell as administrator right click on the start icon in the lower left corner of the screen; select windows powershell (administrator) from the context menu connect modules to manage the web server powershell import module iisadministration import module webadministration add pssnapin phpmanagersnapin output the created iis websites using the command — get website get the php configuration from the passwork website powershell get phpconfiguration sitename "passwork web site" virtualpath "/" the path to the php log file will be located in the output powershell errorlog c \windows\temp\php 8 3 20 errors log 3\ iis log file iis log files are generated automatically and are located in powershell dir "$env\ systemdrive\inetpub\logs\logfiles\w3svc {1} or {2}\\" example of a log file name powershell u ex241003 log send the collected information you can send it to to info\@passwork pro mailto\ info\@passwork pro or the support technician you're in contact with