Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Parse error: syntax error, unexpected T_STRING (1 viewing) (1) Guest
TOPIC: Parse error: syntax error, unexpected T_STRING
#21578
Parse error: syntax error, unexpected T_STRING 1 Year, 4 Months ago  
Parse error: syntax error, unexpected T_STRING in /home/******/public_html/administrator/components/com_fireboard/admin.fireboard.php on line 291

This is the error i get when i try to access backend component.

last i did on fire board was a couple of days back and that was to install a new language, but after that everything worked fine!

I'm runing
Joomla 1.0.12
FireBoard 1.0.3

What may be the problem?
ikrstic (User)
http://www.riznica.net/ Serbian Media Portal
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Riznica.net ikrstic@gmail.com Location: Gracanica Birthdate: 1981-10-12
Logged Logged
 
www.riznica.net/ Serbian Media Portal
 
 
#21581
Re:Parse error: syntax error, unexpected T_STRING 1 Year, 4 Months ago  
Missing a ; somewhere around the line reported!?
BLaCKie_MoRGaN (User)
Hit me... Nail me.. Make me GOD!!!
Junior Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BLaCKie_MoRGaN kostas_milkos@hotmail.com Location: Ioannina, Greece Birthdate: 1978-07-03
Logged Logged
 
Last Edit: 2007/09/10 09:50 By BLaCKie_MoRGaN.
 
[-] Online Games.gr
[/] The Gathering
[|] I am not a Freak! I am a PROTOTYPE!!!
 
 
#21584
Re:Parse error: syntax error, unexpected T_STRING 1 Year, 4 Months ago  
Here is the code of these lines starting with the line 279 and ending with th eline 230.
just a mention here i did not edit anything in this file.
error came out of the blue!

[code:1] case "loadCBprofile":

loadCBprofile($database, $option);



break;



case 'recount':

FBTools::reCountBoards();

mosRedirect("index2.php?option=com_fireboard", _FB_RECOUNTFORUMS_DONE);

break;



case "showsmilies":

showsmilies($option);



break;



case "editsmiley":

editsmiley($option, $id);



break;



case "savesmiley":

savesmiley($option, $id);
[/code:1]
ikrstic (User)
http://www.riznica.net/ Serbian Media Portal
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Riznica.net ikrstic@gmail.com Location: Gracanica Birthdate: 1981-10-12
Logged Logged
 
www.riznica.net/ Serbian Media Portal
 
 
#21587
SOLVED:Parse error: syntax error, unexpected T_str 1 Year, 4 Months ago  
I just replaced the file admin.fireboard.php with a original one from the instalation, and now everything works fine!

Thanks for the help.
I just wander where wa the problem!
ikrstic (User)
http://www.riznica.net/ Serbian Media Portal
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Riznica.net ikrstic@gmail.com Location: Gracanica Birthdate: 1981-10-12
Logged Logged
 
www.riznica.net/ Serbian Media Portal
 
 
#21614
Re:SOLVED:Parse error: syntax error, unexpected T_str 1 Year, 4 Months ago  
maybe a defective upload.. who knows
BLaCKie_MoRGaN (User)
Hit me... Nail me.. Make me GOD!!!
Junior Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
Gender: Male BLaCKie_MoRGaN kostas_milkos@hotmail.com Location: Ioannina, Greece Birthdate: 1978-07-03
Logged Logged
 
[-] Online Games.gr
[/] The Gathering
[|] I am not a Freak! I am a PROTOTYPE!!!
 
 
Go to top