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:Nightly Build 1.0.5NB6 posted (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Nightly Build 1.0.5NB6 posted
#54642
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
google44 wrote:
fxstein there is a problem with the width of forum with default_ex theme and with threaded view button, I think this has been issued before. Look at the screenshot, it is more relevant than any explanation. I use joomla 1.5.3 and sh404sef but I guess has nothing to do with that.




yeah i have the same issue here.. As it works FireFox but it does not work in Internet Explorer 7???

when is a release coming? and how is bug squashing coming.
subfighter (User)
Jiu Jitsu Techniques Online
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Subfighter estrada_rick@hotmail.com Location: Oceanside, California Birthdate: 1971-05-13
Logged Logged
 
Database Version: 5.0.51a-community
Database Collation: utf8_general_ci
PHP Version: 5.2.5
Web Server: Apache/2.0.63 (Unix)
Joomla! Version: Joomla! 1.5.7
 
The administrator has disabled public write access.  
#54648
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
I keep getting this error on a joomla 1.0.13 installed
Code:


Fatal error: Unable to load messages.nDB function failed with error number 1052
Column 'id' in where clause is ambiguous SQL=SELECT a.*, u.avatar FROM jos_fb_messages AS a LEFT JOIN jos_comprofiler AS u ON u.user_id = a.userid WHERE thread IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8599','10535','10146','9993') AND id NOT IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8599','10535','10146','9993') AND hold=0
SQL =

SELECT
         a.*,
         u.avatar
         FROM jos_fb_messages AS a
         LEFT JOIN jos_comprofiler AS u ON u.user_id = a.userid
         WHERE thread IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8 in /SNIPPED/components/com_fireboard/sources/fb_debug.php on line 37

j0ly (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54650
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
j0ly wrote:
I keep getting this error on a joomla 1.0.13 installed
Code:


Fatal error: Unable to load messages.nDB function failed with error number 1052
Column 'id' in where clause is ambiguous SQL=SELECT a.*, u.avatar FROM jos_fb_messages AS a LEFT JOIN jos_comprofiler AS u ON u.user_id = a.userid WHERE thread IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8599','10535','10146','9993') AND id NOT IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8599','10535','10146','9993') AND hold=0
SQL =

SELECT
         a.*,
         u.avatar
         FROM jos_fb_messages AS a
         LEFT JOIN jos_comprofiler AS u ON u.user_id = a.userid
         WHERE thread IN ('864','14842','15178','15177','14640','14865','13077','12794','10541','11862','12305','9256','11435','11309','10744','10841','8 in /SNIPPED/components/com_fireboard/sources/fb_debug.php on line 37



Can you provide the entire error screen? This error should come with a backtrace - line numbers of files.

Also, what version of community builder are you using?

Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
Last Edit: 2008/07/27 02:58 By fxstein.
 
 
The administrator has disabled public write access.  
#54651
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
of course it seems to happen when selecting any post from a category view
j0ly (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54652
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
j0ly (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/27 03:02 By j0ly.
 
The administrator has disabled public write access.  
#54653
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
j0ly wrote:
here is the file

http://www.controlaltdeleted.com/pic1.jpg


Excellent! Thank you much. Another one of those queries that might have failed for a long time but nobody realized it. Our new error handling is catching these now.

Fix is very simple change /template/default_ex/showcat.php line 127

from

Code:

AND id NOT IN ('$idstr')


to

Code:

AND a.id NOT IN ('$idstr')


I have made the fix in the SVN and it will be part of the next build.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1210
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.  
#54662
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
as described here: www.bestofjoomla.com/component/option,co...w/id,52499/catid,73/

i get the same Restricted Access error when trying to open the Show Bot Reference window

J1.5.4 localhost, php5, legacy enabled, FB NB6
pedrohsi (User)
Junior Boarder
Posts: 70
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54664
Re:Nightly Build 1.0.5NB6 posted 3 Months, 4 Weeks ago  
pedrohsi wrote:
as described here: www.bestofjoomla.com/component/option,co...w/id,52499/catid,73/

i get the same Restricted Access error when trying to open the Show Bot Reference window

J1.5.4 localhost, php5, legacy enabled, FB NB6

Can confirm but this function has no utility.
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/27 19:35 By kingBT.
 
The best things are the things for free
 
The administrator has disabled public write access.  
#54679
Re:Nightly Build 1.0.5NB6 posted 3 Months, 3 Weeks ago  
In default_Ex template, selecting from the dropdown categories has no effect in Opera.
Nothing happends.
Oh, and btw, have you noticed the missing language string (_SHOW_MONTH & _SHOW_YEAR) from BoJ forum?
bescunpui (User)
Junior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Novapress - Tu Contezi!
Logged Logged
 
The administrator has disabled public write access.  
#54779
Re:Nightly Build 1.0.5NB6 posted 3 Months, 3 Weeks ago  
I tried to acces a post and I got this error:
Code:

Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 1296194 bytes) in /home/sitename/public_html/ro/components/com_fireboard/template/default/fb_pathway.php on line 67

This error apeared while trying to view a post in recent discussion, a post that should not be in recent discussions because the category of the post was not published
kingBT (User)
FB Quality & Testing Team
Senior Boarder
Posts: 181
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Romania
Logged Logged
 
Last Edit: 2008/07/30 00:35 By kingBT. Reason: changed
 
The best things are the things for free
 
The administrator has disabled public write access.  
Go to top