I have a cakephp 1.1 where i can generate pdf using fpdf, I am
currently shifiting the application to cakephp 1.2 I get
a Notice and an error
Notice (8): Array to string conversion [APP\vendors\fpdf\fpdf.php,
line 148]
Code | Context
$orientation = array()
$unit = "mm"
$format = array(
595.28,
841.89
)
strtolower - [internal], line ??
FPDF::FPDF() - APP\vendors\fpdf\fpdf.php, line 148
View::_loadHelpers() - CORE\cake\libs\view\view.php, line 727
View::_render() - CORE\cake\libs\view\view.php, line 621
View::render() - CORE\cake\libs\view\view.php, line 368
Controller::render() - CORE\cake\libs\controller\controller.php, line
732
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 265
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 233
[main] - APP\webroot\index.php, line 84
FPDF error: Incorrect orientation: array
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---