Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Broken Images Topic is solved

Questions related to nuBuilder Forte Reports and the Report Builder.
Post Reply
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Broken Images

Unread post by chpwebmaster »

Any report pulling an image from the files section now returns a 500 and the error log is:

Got error 'PHP message: PHP Warning: Undefined array key "Image:MyLogo" in /var/www/nubuilder/core/nurunpdf.php on line 427PHP message: PHP Warning: Undefined variable $data in /var/www/nubuilder/core/nucommon.php on line 1155PHP message: PHP Warning: Undefined array key "Image:MyLogo" in /var/www/nubuilder/core/nurunpdf.php on line 427PHP message: PHP Fatal error: Cannot redeclare nuCreateTempFile() (previously declared in /var/www/nubuilder/core/nucommon.php:1149) in /var/www/nubuilder/core/nucommon.php on line 1149'

I'm guessing this was broken with the introduction of the base64 and url additions for reports a couple days ago.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Broken Images

Unread post by kev1n »

Hi,

I made a change in nucommon.php, nurunpdf.php (Github). Please let me know if that fixes the issue.
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: Broken Images

Unread post by chpwebmaster »

now i'm getting
Got error 'PHP message: PHP Fatal error: Cannot redeclare nuCreateTempFile() (previously declared in /var/www/nubuilder/core/nucommon.php:1149) in /var/www/nubuilder/core/nucommon.php on line 1149'
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: Broken Images

Unread post by kev1n »

Try the attached file:
nucommon.zip
You do not have the required permissions to view the files attached to this post.
chpwebmaster
Posts: 72
Joined: Mon Jun 10, 2019 5:00 pm
Has thanked: 6 times
Been thanked: 4 times

Re: Broken Images

Unread post by chpwebmaster »

That did it
Post Reply