PDA

View Full Version : /public_html/vb/includes/functions_digest.php(225)



al7or
01-04-2009, 12:16 PM
hello
i have this error found in the error log
:


[04-Jan-2009 00:05:33] PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home1/username/public_html/vb/includes/functions_digest.php(225) : eval()'d code on line 7

what that means? and how can it be solved?

al7or
01-06-2009, 02:30 AM
any help , please?

sjlplat
01-06-2009, 02:38 AM
[04-Jan-2009 00:05:33] PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home1/username/public_html/vb/includes/functions_digest.php(225) : eval()'d code on line 7

Line 7 in file functions_digest.php located in directory /public_html/vb/includes/ of your account is missing a ']' character in the code.

To fix it, you need to locate the corresponding '[' and place the missing ']' in the appropriate location to close the open-ended code.

Based on what I can see from the error message, that is a vBulletin file. If you have not modified it in any fashion, then you can simply replace it with a new copy.

al7or
01-06-2009, 03:48 PM
thank u for replying on me