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!
Function "forum toos / PDF" Eror (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Function "forum toos / PDF" Eror
#58097
Function "forum toos / PDF" Eror 2 Months, 2 Weeks ago  
I recieve this Page with Error:

variable value
$0 "key value
$file "/home/riapa/public_html/components/com_fireboard/sources/fb_debug.php"
$line "36"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "key value
$file "/home/riapa/public_html/components/com_fireboard/sources/fb_debug.php"
$line "45"
$function "trigger_dberror"
[args] Nested Array
"
$2 "key value
$file "/home/riapa/public_html/components/com_fireboard/sources/fb_pdf.php"
$line "78"
$function "check_dberror"
[args] Nested Array
"
$3 "key value
$file "/home/riapa/public_html/components/com_fireboard/sources/fb_pdf.php"
$line "210"
$function "dofreePDF"
[args] Nested Array
"
$4 "key value
$file "/home/riapa/public_html/components/com_fireboard/fireboard.php"
$line "237"
[args] Nested Array
$function "include"
"
$5 "key value
$file "/home/riapa/public_html/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$6 "key value
$file "/home/riapa/public_html/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$7 "key value
$file "/home/riapa/public_html/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"

Fatal error: Unable to load categorie detail.nDB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT id,pub_access,pub_recurse,admin_access,admin_recurse FROM jos_fb_categories where id=
SQL =
SELECT id,pub_access,pub_recurse,admin_access,admin_recurse FROM jos_fb_categories where id=
in /home/riapa/public_html/components/com_fireboard/sources/fb_debug.php on line 37
protoberans (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
The administrator has disabled public write access.  
#58098
Re:Function "forum toos / PDF" Eror 2 Months, 2 Weeks ago  
When do you receive this error? Please give more information if you want help.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58222
Re:Function "forum toos / PDF" Eror 2 Months, 1 Week ago  
I go in forum and navigate to any topic, click on it to read it and then from menu "forum tools" I select PDF and then after some seconds this error shows. This is for every topic, doesn't apper for specific one.
protoberans (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
The administrator has disabled public write access.  
#59546
Re:Function "forum toos / PDF" Eror 1 Month, 2 Weeks ago  
I had the same problem. My quick fix was:

In file
/components/com_fireboard/sources/fb_pdf.php

In function

Code:

function dofreePDF($database)
{
...



under

Code:

    if (!$is_Mod)
    {


add
Code:

        $catid = intval(mosGetParam($_REQUEST, 'catid', 2));

vangoga (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/10/03 21:29 By vangoga.
 
The administrator has disabled public write access.  
#60108
Re:Function "forum toos / PDF" Eror 1 Month, 1 Week ago  
I recently install the latest version (1.0.5 RC2) and I may confirm the same error when I need to create PDF from Tools > Make PDF

Many thanks to vangoga for the fix.
I've add after the line 73 on components/com_fireboard/sources/fb_pdf.php
Code:

$catid = intval(mosGetParam($_REQUEST, 'catid', 2));

Great job. It works!

I think that it should be implemented into the upcoming stable version!
xplosion (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#60475
Re:Function "forum toos / PDF" Eror 1 Month ago  
great fix!

Thanks
Eneless (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
Go to top