item permissions losing special access

More
12 years 2 months ago #22824 by WarnerP
Looks like I already have curl support enabled...so I guess I don't know what it's thinking.

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

More
12 years 2 months ago #22825 by ggppdk
The warning is a result of some recent update to a newer PHP version, your server must have been updated lately ...

in mod_easyfleximodule/elements/versioncheck.php
replace:
Code:
$check = $cache->get(array( 'JElementVersionCheck', 'getUpdateModule'), 'module');
with
Code:
$check = $cache->get(array( 'JElementVersionCheck', 'getUpdateModule'), array('module'));

After making the above change the warning about curl should go away and version will be checked properly, if it does not go away then double check that curl is enable in php.ini and restart web server or contact your server administrator.

ALSO frontend form is broken in r1151, please apply this fix:
<!-- l --><a class="postlink-local" href=" www.flexicontent.org/phpbb/viewtopic.php...=3701&p=22826#p22826 ">viewtopic.php?f=20&t=3701&p=22826#p22826


-- 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 2 months ago #22888 by WarnerP
Thanks. Truth be told, I'm more interested in having the access issue fixed. Will this fix the issue?

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

More
12 years 2 months ago #22911 by ggppdk
I have opened this defect issue to test:
code.google.com/p/flexicontent/i ... ail?id=378

will try to verify and fix for v1.5.6 final (next week)

Regards


-- 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 2 months ago #22928 by WarnerP
Thanks for looking into it. In the mean time, what is the minimum permission level that should be set within Flexiaccess to allow him to have the "manage permissions" option?

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

More
12 years 2 months ago #22931 by ggppdk
Here is the fix:

in files
components/com_flexicontent/models/items.php
administrator/components/com_flexicontent/models/item.php

Replace
Code:
(in_array('right', $rights) || $user->gid >= 24);
with
Code:
(in_array('right', $rights) || $user->gid > 24);

also a different bug:
in file
administrator/components/com_flexicontent/views/flexicontent/tmpl/default.php
Replace
Code:
$user->gid >= 24
with
Code:
$user->gid > 24


-- 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.558 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