10 likes | 122 Vues
This document outlines several error notices encountered in the block.php file located at D:hostingwww124. The errors include "Undefined index" notices for variables like who, HTTP_USER_AGENT, HTTP_ACCEPT_LANGUAGE, and HTTP_VIA on multiple lines. Additionally, there is a "Fatal error" indicating that the maximum execution time of 30 seconds was exceeded, specifically on line 70. Developers should address these issues to ensure proper variable initialization and to manage script execution time limits.
E N D
<br /> <b>Notice</b>: Undefined index: who in <b>D:\hosting\www\124\block.php</b> on line <b>60</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_USER_AGENT in <b>D:\hosting\www\124\block.php</b> on line <b>16</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_ACCEPT_LANGUAGE in <b>D:\hosting\www\124\block.php</b> on line <b>50</b><br /> <br /> <b>Notice</b>: Undefined offset: 1 in <b>D:\hosting\www\124\block.php</b> on line <b>51</b><br /> <br /> <b>Notice</b>: Undefined variable: flag in <b>D:\hosting\www\124\block.php</b> on line <b>55</b><br /> <br /> <b>Notice</b>: Undefined index: HTTP_VIA in <b>D:\hosting\www\124\block.php</b> on line <b>65</b><br /> <br /> <b>Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>D:\hosting\www\124\block.php</b> on line <b>70</b><br />