-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract PHP warning messages from log
- Loading branch information
Showing
6 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PHP Warning: file_exists(): open_basedir restriction in effect. File(../includes/nusoap/lib/class.*) is not within the allowed path(s): (D:\path\htdocs;D:\path\documents;D:\path\test;D:\path\dev;c:\tools\php) in D:\path\htdocs\install\upgrade2.php on line 4135 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::warning file=D%3A/path/htdocs/install/upgrade2.php,line=4135::file_exists(): open_basedir restriction in effect. File(../includes/nusoap/lib/class.*) is not within the allowed path(s): (D:\path\htdocs;D:\path\documents;D:\path\test;D:\path\dev;c:\tools\php) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='utf_8'?> | ||
<checkstyle version="6.5"><file name="D:\path\htdocs\install\upgrade2.php"><error severity="warning" line="4135" message="file_exists(): open_basedir restriction in effect. File(../includes/nusoap/lib/class.*) is not within the allowed path(s): (D:\path\htdocs;D:\path\documents;D:\path\test;D:\path\dev;c:\tools\php)" /></file></checkstyle> |