Copy Error

More
12 years 8 months ago #24350 by horsey
Copy Error was created by horsey
I can't get rid of the copy error now. I restored the db to a state before some entries got messed up by frontend editing, but copy tasks now fail with

Fatal error: Call to undefined method JUser::authorise() in .../administrator/components/com_flexicontent/controllers/items.php on line 271

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #24356 by micker
Replied by micker on topic Copy Error
hello
witch verion of joomla and flexicontent ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #24357 by horsey
Replied by horsey on topic Copy Error
Its Joomla 1.5.25 and FC 1.5.6 r1235

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #24394 by ggppdk
Replied by ggppdk on topic Copy Error
At about line 271, replace:
Code:
// check access of copy task if ( !$user->authorise('flexicontent.copyitems', 'com_flexicontent') ) {

with:
Code:
if (FLEXI_J16GE) { $canCopy = $user->authorise('flexicontent.copyitems', 'com_flexicontent'); } else if (FLEXI_ACCESS) { $canCopy = ($user->gid < 25) ? FAccess::checkComponentAccess('com_flexicontent', 'copyitems', 'users', $user->gmid) : 1; } else { $canCopy = 1; } // check access of copy task if ( !$canCopy ) {

Will commit fix ...


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #24401 by horsey
Replied by horsey on topic Copy Error
Hello, thanks again, that works.

But the secondary category doesn't save anymore now, only the primary. I think you were working to fix that already.
Have a nice day, cu later!

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago #24403 by ggppdk
Replied by ggppdk on topic Copy Error
See the fix for secondary categories not being saved here:

www.flexicontent.org/forum/index ... pic#p24404


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.383 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline