Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

New Installation Error - PDF REports

Locked
ricklincs
Posts: 113
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 36 times

New Installation Error - PDF REports

Unread post by ricklincs »

I have installed the latest verion of nuBuilder with wampserver. Everything looks alright until i try to run a pdf report. I am using the sample financial demo.

I receive the following errors:


Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\automotive\productionnu2\fpdf\fpdf.php on line 1165

Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\wamp\www\automotive\productionnu2\fpdf\fpdf.php on line 1203

I have already turned magic_quotes off in php.ini.

Does anyone have any ideas how to solve this? Thank you in advance.
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: New Installation Error - PDF REports

Unread post by admin »

ricklincs,

Here's a fix (which will be in the next build).
productionnu2.zip
Apparently set_magic_quotes_runtime() is not used in 5.3

Steven
You do not have the required permissions to view the files attached to this post.
ricklincs
Posts: 113
Joined: Mon Aug 01, 2011 5:39 pm
Has thanked: 36 times

Re: New Installation Error - PDF REports

Unread post by ricklincs »

Thanks for the quick response and fix. It now works a treat.
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: New Installation Error - PDF REports

Unread post by admin »

.
Locked