|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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.
|
|
|
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
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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: 17
|
Logged
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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!
|
|
|
Logged
|
|
|
Last Edit: 2008/07/27 02:58 By fxstein.
|
|
|
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 Weeks ago
|
|
|
of course it seems to happen when selecting any post from a category view
|
|
j0ly (User)
Fresh Boarder
Posts: 17
|
Logged
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 Weeks ago
|
|
|
|
|
j0ly (User)
Fresh Boarder
Posts: 17
|
Logged
|
|
|
Last Edit: 2008/07/27 03:02 By j0ly.
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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.
|
|
|
Logged
|
|
|
Last Edit: 2008/07/27 19:35 By kingBT.
|
|
|
The best things are the things for free
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 2 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? 
|
|
|
Logged
|
|
|
|
|
|
Re:Nightly Build 1.0.5NB6 posted 5 Months, 1 Week 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
|
|
|
Logged
|
|
|
Last Edit: 2008/07/30 00:35 By kingBT.
Reason: changed
|
|
|
The best things are the things for free
|
|
|
|
|
|