Rafael Soufraz
Rafael Soufraz
Obs: I am trying do it in a controller method. Symfony \ Component \ Debug \ Exception \ FatalErrorException Call to a member function prepend_child() on a non-object
After, I need remove this comment with the code. My method: ``` public function imprimir($id) { $orcamento = Orcamento::find($id); $orcamento['dataIni'] = ($orcamento['dataIni']) ? HelperRS::data($orcamento['dataIni'], 'br') : ''; $orcamento['dataFim'] = ($orcamento['dataFim'])...
Take it easy On Tue, Jun 24, 2014 at 4:47 PM, Jonathan Thuau [email protected] wrote: > You can remove the code it's in the mail ;) > > — >...
Yep On Tue, Jun 24, 2014 at 4:52 PM, Jonathan Thuau [email protected] wrote: > If you only return your view everything work ? > > — > Reply to this...
How get in Laravel?? On Tue, Jun 24, 2014 at 4:55 PM, Jonathan Thuau [email protected] wrote: > Can you send me the stack trace ? > > — > Reply...
http://w3bahia.com.br/projetos/am-orcamento/public/orcamento/imprimir/33 On Tue, Jun 24, 2014 at 5:01 PM, Jonathan Thuau [email protected] wrote: > When you have the error. > > At least a screenshot. > > — > Reply...
I'll try it On Tue, Jun 24, 2014 at 5:05 PM, Jonathan Thuau [email protected] wrote: > The problem comes from some rules in your css. > > dompdf/dompdf#758 https://github.com/dompdf/dompdf/issues/758 >...
There is a lot of before and after on bootstrap. :/ On Tue, Jun 24, 2014 at 5:08 PM, Rafael Soufraz [email protected] wrote: > I'll try it > > On...
After the exchange of the library, appeared more errors. It was his choice to stay with it. http://w3bahia.com.br/projetos/am-orcamento/public/orcamento/imprimir/33 On Tue, Jun 24, 2014 at 5:20 PM, Jonathan Thuau [email protected] wrote:...
There is not Auth echo in print template On Tue, Jun 24, 2014 at 6:15 PM, Jonathan Thuau [email protected] wrote: > The error comes from this : > > >...