PDA

View Full Version : error in my admin cp


djjeffa
05 Jan 2005, 23:21
i must have did a boo boo cause in tha admin cp when i go to user group manager i get :Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/djjeffa/public_html/vb/admincp/usergroup.php on line 139

line 139

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



here is some of the coding wher line 139 is


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Link14716
05 Jan 2005, 23:28
Yes, there is something wrong there.

Replace this:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


With this:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Always look for comma placement.

djjeffa
05 Jan 2005, 23:54
Yes, there is something wrong there.

Replace this:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


With this:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Always look for comma placement.
thank you for the fast and perfect responce
having a cellphone forum with over 10,000 members I know its hard to be ther to answer each question and I apreciate it.