| 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
|
|
|
| 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
|
|
|
| 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.
|
|
|
| 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.
|
|
|
| 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]
|
|
|
| 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!
|
|
|
| Re:Function \"forum toos / PDF\" Eror 3 Years, 3 Months ago |
|
great fix!
Thanks
|
|
|
|