php warning that fills logs
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
11 years 2 months ago - 11 years 2 months ago #2049
by js
Notice: Undefined index: PATH_INFO in ....plugins/system/redj/redj.php on line 117
Just change line 117 to
if (array_key_exists("PATH_INFO",$_SERVER) && strlen(trim($_SERVER)) > 0) {
Last edit: 11 years 2 months ago by js.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.126 seconds