Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org and other files
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
Function \"forum toos / PDF\" Eror
TOPIC: Function \"forum toos / PDF\" Eror
#58097
Function \"forum toos / PDF\" Eror 3 Years, 4 Months 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
#58097
Function \"forum toos / PDF\" Eror 3 Years, 4 Months 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
#58098
Re:Function \"forum toos / PDF\" Eror 3 Years, 4 Months ago  
When do you receive this error? Please give more information if you want help.
#58222
Re:Function \"forum toos / PDF\" Eror 3 Years, 4 Months 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.
#59546
Re:Function \"forum toos / PDF\" Eror 3 Years, 4 Months 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)
{
...[/code]

under

[code] if (!$is_Mod)
{
[/code]
add
[code] $catid = intval(mosGetParam($_REQUEST, \'catid\', 2));
[/code]
#60108
Re:Function \"forum toos / PDF\" Eror 3 Years, 3 Months 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 [b]Tools > Make PDF[/b]

Many thanks to [b]vangoga[/b] 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));[/code]
Great job. It works!

I think that it should be implemented into the upcoming stable version!
#60475
Re:Function \"forum toos / PDF\" Eror 3 Years, 3 Months ago  
great fix!

Thanks
Page: 1