Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Re:Upgrading to Fireboard 1.0.4 (1 viewing) (1) Guest
Go to bottom Favoured: 20
TOPIC: Re:Upgrading to Fireboard 1.0.4
#35700
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
ivytony wrote:
[quote]I got big problem after upgrading to 1.0.4.

When I click the 'forums' link on the front end, it says:

Parse error: syntax error, unexpected '}' in public_html/components/com_fireboard/fireboard.php on line 922

When I go to the backend, it is huge mess:

[code:1]; // no negatives! if($since // finding the biggest chunk (if the chunk fits, break) if (($count = floor($since / $seconds)) != 0) { break; } } // set output var $output = ($count == 1) ? '1 '.$name : $count.' '.$names ; // step two: the second chunk if ($i + 1 FINE('_MESSAGE', 'Message'); DEFINE('_NO_SMILIE', 'no'); DEFINE('_FORUM_UNAUTHORIZIED', 'This forum is open only to registered and logged in users.'); DEFINE('_FORUM_UNAUTHORIZIED2', 'If you are already registered, please log in first.'); DEFINE('_MESSAGE_ADMINISTRATION', 'Moderation'); DEFINE('_MOD_APPROVE', 'Approve'); DEFINE('_MOD_DELETE', 'Delete'); //NEW in RC1 DEFINE('_SHOW_LAST', 'Show most recent message'); DEFINE('_POST_WROTE', 'wrote'); DEFINE('_COM_A_EMAIL', 'Board Email Address'); DEFINE('_COM_A_EMAIL_DESC', 'This is the Boards email address. Make this a valid email address'); DEFINE('_COM_A_WRAP', 'Wrap Words Longer Than'); DEFINE('_COM_A_WRAP_DESC', 'Enter the maximum number of characters a single word may have. This feature allows you to tune the output of FireBoard Posts to your template.
70 characters is probably the maximum for fixed width templates but you might need to experiment a bit.
URLs, no matter how long, are not affected by the wordwrap'); DEFINE('_COM_A_SIGNATURE', 'Max. Signature Length'); DEFINE('_COM_A_SIGNATURE_DESC', 'Maximum number of characters allowed for the user signature.'); DEFINE('_SHOWCAT_NOPENDING', 'No pending message(s)'); DEFINE('_COM_A_BOARD_OFSET', 'Board Time Offset'); DEFINE('_COM_A_BOARD_OFSET_DESC', 'Some boards are located on servers in a different timezone than the users are. Set the Time Offset FireBoard must use in the post time in hours. Positive and negative numbers can be used'); //New in RC2 DEFINE('_COM_A_BASICS', 'Basics'); DEFINE('_COM_A_FRONTEND', 'Frontend'); DEFINE('_COM_A_SECURITY', 'Security'); DEFINE('_COM_A_AVATARS', 'Avatars'); DEFINE('_COM_A_INTEGRATION', 'Integration'); DEFINE('_COM_A_PMS', 'Enable private messaging'); DEFINE('_COM_A_PMS_DESC', 'Select the appropriate private messaging component if you have installed any. Selecting Clexus PM will also enable ClexusPM user profile related options (like ICQ, AIM, Yahoo, MSN and profile links if supported by the FireBoard template used'); DEFINE('_VIEW_PMS', 'Click here to send a Private Message to this user'); //new in RC3 DEFINE('_POST_RE', 'Re:'); DEFINE('_BBCODE_BOLD', 'Bold text: [b]text[/b] '); DEFINE('_BBCODE_ITALIC', 'Italic text: [i]text[/i]'); DEFINE('_BBCODE_UNDERL', 'Underline text: [u]text[/u]'); DEFINE('_BBCODE_QUOTE', 'Quote text: [quote]text[/quote]'); DEFINE('_BBCODE_CODE', 'Code display: [code:1]code[/code:1]'); DEFINE('_BBCODE_ULIST', 'Unordered List: [ul] [li]text[/li] [/ul] - Hint: a list must contain List Items'); DEFINE('_BBCODE_OLIST', 'Ordered List: [ol] [li]text[/li] [/ol] - Hint: a list must contain List Items'); DEFINE('_BBCODE_IMAGE', 'Image: [img size=(01-499)]http://www.google.com/images/web_logo_left.gif[/img]'); DEFINE('_BBCODE_LINK', 'Link: [url=http://www.zzz.com/]This is a link[/url]'); DEFINE('_BBCODE_CLOSA', 'Close all tags'); DEFINE('_BBCODE_CLOSE', 'Close all open bbCode tags'); DEFINE('_BBCODE_COLOR', 'Color: [color=#FF6600]text[/color]'); DEFINE('_BBCODE_SIZE', 'Size: [size=1]text size[/size] - Hint: sizes range from 1 to 5'); DEFINE('_BBCODE_LITEM', 'List Item: [li] list item [/li]'); DEFINE('_BBCODE_HINT', 'bbCode Help - Hint: bbCode can be used on selected text!'); DEFINE('_COM_A_TAWIDTH', 'Textarea Width'); DEFINE('_COM_A_TAWIDTH_DESC', 'Adjust the width of the reply/post text entry area to match your template.
The Topic Emoticon Toolbar will be wrapped accross two lines if width [/code:1]

What can I do??? downgrade to 1.0.3??? help pls!![/quote]

First of, this is NOT an FB 1.0.4 problem. Looks like you have an incorrect ftp setup, that messed up the files. I assume you uploaded the files from Windows. That looks like a CR/LF issue.

Check your ftp client and how it is setup. ASCII/BIN
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#35701
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
Morpheus wrote:
People please always make backups, its common sense everytime we use a new version of anything we should make backups. I can edit and check for errors manually but I always make a backup. Fireboard interracts with other things in joomla so you will have to check CB, Seyret or any other thing related to fireboard that you could have installed. I make an upgrade from 1.0.3 to 1.0.4 and knowing what I was doing the new version turned my Seyret video component in crap, so I left seyret not integrated to fireboard till any of the two companies resolve the software conflict, i have a few websites with both components installed and I will not upgrade to fireboard 1.0.4 until I can test in my personal website that there will be no problems. So anyone who does not have programer skills or know how to check the code manually I recommend to stay away of upgrades without full backups.

Alway backup - completely agree.

So far there is a handful of issues, the biggest one the updated jquery.js that is conflicting with the likes of mootools on some installs.
The parser has a couple issues that make for some ugly text. As soon as we get our hands on some samples we will provide a fix for these.

Having said that, there are still many, many, many more bugs that got fixed in 1.0.4 that people just got used to.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#35709
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
I just upgraded from the previous version and everything is working well (currently) except for one problem.



On 1.0.3 the problem does not exist. How can I fix this?
KineticMind (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35710
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
KineticMind wrote:
I just upgraded from the previous version and everything is working well (currently) except for one problem.



On 1.0.3 the problem does not exist. How can I fix this?


This is a language file issue. It looks like you are running Numinu on your site. Numinu was put together on 1.0.3 and has not been re-released for 1.0.4. There are simply a few language constants missing in the template. SImply adding the ones that show up will fix the issue.

Hope this helps!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#35712
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
you really shouldn't realease 1.0.4 until few bugs can be found.
ivytony (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35714
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
ivytony wrote:
you really shouldn't realease 1.0.4 until few bugs can be found.

Thx for you offer of wise insight. I don't remember you volunteering to help test the work as of lately. Guess this goes in my book for 'smart' quotes.

So far I count 4 real issues, with 60+ being fixed.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#35715
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
fxstein wrote:

This is a language file issue. It looks like you are running Numinu on your site. Numinu was put together on 1.0.3 and has not been re-released for 1.0.4. There are simply a few language constants missing in the template. SImply adding the ones that show up will fix the issue.

Hope this helps!


Thanks! But I revert back to the default template and the problem is still there.



Any idea? (BTW, I'm a complete noob )
KineticMind (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35717
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
KineticMind wrote:
fxstein wrote:

This is a language file issue. It looks like you are running Numinu on your site. Numinu was put together on 1.0.3 and has not been re-released for 1.0.4. There are simply a few language constants missing in the template. SImply adding the ones that show up will fix the issue.

Hope this helps!


Thanks! But I revert back to the default template and the problem is still there.

Any idea? (BTW, I'm a complete noob )


No problem. My bet would be that the administrator files did not get (fully) upgraded.

Check this file:

administrator/components/com_fireboard/language/english.php

When you open it, it should say $Id ... 529 ...
and further down 1.0.4 as a remark before all the defines.

Your missing FB_TIME_SINCE should be in line 98 of that file.
And all the other missing ones should be there as well.

Hope this helps!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
The administrator has disabled public write access.  
#35720
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
Thanx, it was there on line 98, and the following was written:

DEFINE('_FB_TIME_SINCE', '%time% ago';

What should I do with it?
KineticMind (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#35721
Re:Upgrading to Fireboard 1.0.4 11 Months, 1 Week ago  
Oh I see. I was assuming you are running english as your board language. Your are on ......

1.0.4 only got shipped with english and german files. Open your language file and add the missing ones with your specific text. Check the enlish.php file for what the meaning is in english.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1211
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2007/12/26 12:22 By fxstein.
 
 
The administrator has disabled public write access.  
Go to top