Wnd Posted November 5, 2013 Share Posted November 5, 2013 Hi, I'm getting a syntax error at this line and would like little help from you. Thanks for reply. trigger_error($text['errorMySQL'][$_SESSION['language']] .mysql_errno().':'.mysql_error(),E_USER_ERROR); Quote Link to comment Share on other sites More sharing options...
MDCode Posted November 5, 2013 Share Posted November 5, 2013 Extra bracket. Tip: Post the whole error message next time. Quote Link to comment Share on other sites More sharing options...
BrodaNoel Posted November 5, 2013 Share Posted November 5, 2013 In this line, we have not a sintax error... Only if trigger_error, or mysql_errno is not defined... but... I guess they are defined... Can you paste here the complete error message? Quote Link to comment Share on other sites More sharing options...
AbraCadaver Posted November 5, 2013 Share Posted November 5, 2013 If the error is from that line number then check the previous line. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.