PDA

View Full Version : I dont understand this error


mokujin
11-24-2008, 08:51 PM
Hi all, I am trying to make a mod,
but there always show that errors:

Webpage Script Errors

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SV1; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 3.5.21022)
Timestamp: Mon, 24 Nov 2008 22:48:34 UTC


Message: Expected ')'
Line: 683
Char: 14
Code: 0
URI: http://localhost/upload/forumdisplay.php?s=&f=2&page=1&pp=20&sort=lastpost&order=desc&daysprune=-1


Message: Expected ')'
Line: 874
Char: 11
Code: 0
URI: http://localhost/upload/forumdisplay.php?s=&f=2&page=1&pp=20&sort=lastpost&order=desc&daysprune=-1
What is Expected ')' ? How can I remove that error?
Thank you :)

Lynne
11-24-2008, 09:35 PM
It sounds like the php page expected an end parenthesis to something and didn't get it. Make sure the page is uploaded completely (I have sometimes seen that error when something happened during upload so part of the page is missing).