Fatal error: call to undefined function_() in
PermalinkIve been busy working with my first C5 site. Its all been going smoothly, almost finished!
Then..... I've gone to edit a block (the default block on the Press Room page, that lists recent press releases).
Ive Aliased this block to the home page. All was working perfectly for about a week.
Ive gone back to edit that block, and I get the following Error:
Fatal error: call to undefined function_() in
/public_html/concrete/tools/edit_blick_popup.php on line 22
Line (20, 21 ) & 22 reads:
$bp = new Permissions($b);
if (!$bp->canWrite()) {
die(_("Access Denied."));
Since first creating/aliasing that block. I changed the site to advanced permissions. Previous to changing to advanced, I had not made any permissions changes. I have however since made changes for one new usergroup only.
This is the only block that I get the error on. The rest of the entire site's blocks are perfectly editable.
Any insight as to whats going on would be very much appreciated!

For example, did you copy/create alias into the global scrapbook, then paste from the global scrapbook to your home page?
Yes this is exactly what I did.
Strange thing is its only this block that I cant edit. If I create a new block, with the same settings there are no issues....except that I cant get the press release date to show up (as per my other post herehttp://www.concrete5.org/community/forums/usage/press-release-for-r... ).
If I can manage to get the page list working for the press releases - including the date showing, then Ill just delete this block, as it seems to be an isolated error...?
Ive been playing around with tis for a couple of days now, and think that just deleting the problem block may be the way to go....
Yes, checked permissions, can edit those no problem and defiantly have all permissions for admin ticked.
OK, just tried deleting and can do that no problems :)