Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
Adding image to block problem?
Moderated by: Support Team
-
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 01.12.02
- Posts:
- 4
I have the block created and I am trying to put links in it with buttons for the links.
I can specify the link no problem but the image won't take. I get this error:
Fatal error: Call to a member function on a non-object in /includes/blocks/button.php on line 154
Any idea why? -
- rank:
-
Freshman
- registered:
- May 2002
- Status:
- offline
- last visit:
- 19.03.03
- Posts:
- 6
hi
just had the same problem, i just deleted the whole button and created a new one with a correct imagepath as image, and it works. maybe depends on how you enter the image name. can you post your settings for the button ????? -
- rank:
-
Freshman
- registered:
- Status:
- offline
- last visit:
- 08.02.06
- Posts:
- 27
This problem is has been there at least for the last 3 versions of PN (726, 723 and 71) for at least 1.5 years and I am amazed nobody takes care of it !!!
It got me frustrated, so I found the fix (for PN version 726):
in includes/blocks/button.php, function blocks_button_edit, replace
with
The difference is $ in front of brow
Tested - works like charm now
Start ::
PostNuke 0.7 Support ::
Core Modules & Blocks ::
Adding image to block problem?
