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.
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.
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
Re: New Installation Error - PDF REports
ricklincs,
Here's a fix (which will be in the next build).
Apparently set_magic_quotes_runtime() is not used in 5.3
Steven
Here's a fix (which will be in the next build).
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.
Re: New Installation Error - PDF REports
Thanks for the quick response and fix. It now works a treat.