At 06:31 PM 27/02/2001, Jaxon wrote:
>Hi all,
>
>Can anyone tell me why I¹m getting an unhelpful error when trying to pull up
>a file?
>
>The index.php I¹m calling is including a functions file ­ functions.inc.php
>
>I¹m getting a parse error on line 144 ­ but functions.inc.php only has 143
>lines...!
>
>does this actually mean anything, or is it just poor error reporting??


Chances are, you are missing a } closing off something in that file, and 
its assuming that .... "well, if you havent closed it off yet, you need to 
do it at least by the last line" so its assuming that you need to add in a 
line 144 with a closing }

in reality, it means you have to go back into your functions.inc.php and 
see where you are missing the } and the error should go away.



Chris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to