FEU_Protect not showing content

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
oakst
Forum Members
Forum Members
Posts: 21
Joined: Wed May 08, 2013 2:18 pm

FEU_Protect not showing content

Post by oakst »

Most likely I have done something wrong....my end goal is to create a self registration system which allows my client to register for multiple groups in a drop down list, allowing them to see hidden content on various corresponding pages based on their group selection.

I have set up a group in FEU "some group name".

I log in as a member of the group "some group name",
I add the source code below to my content for the corresponding page but when I click on the page it is nothing but empty space, there is nothing showing but the template, no hidden content:

Code: Select all

{feu_protect group="some group name"}
<p>Smarty content that should only be visible to members of those groups.</p>
{/feu_protect}
I also tried using groups="some group name", with an s at the end of group(s).

I know I am a member of the group "some group name" under FEU. What am I missing? Could it be there should be no spaces in the group name? ex: "somegroupname".

Any help is greatly appreciated.

Here is my system info:
_____________________________________
Cms Version: 2.1.3
Installed Modules:
AdminSearch: 1.0.1
CGExtensions: 1.53.6
CGSimpleSmarty: 2.1
CMSContentManager: 1.1
CMSMailer: 5.2.14
CustomContent: 1.10
DesignManager: 1.1.1
FAQ: 2.0.1
FileManager: 1.5.2
FormBuilder: 0.8.1.4
FrontEndUsers: 1.31.3
MenuManager: 1.50.2
MicroTiny: 2.0.3
ModuleManager: 2.0.2
Navigator: 1.0.3
News: 2.50.5
Search: 1.50.2
SelfRegistration: 1.9.6

Config Information:
php_memory_limit:
max_upload_size: 128000000
url_rewriting: none
page_extension:
query_var: page
auto_alias_content: true
locale:
set_names: true
timezone: America/New_York
permissive_smarty: false

Php Information:
phpversion: 5.5.34
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 24567
E_STRICT: 2048
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 128M
max_execution_time: 30
register_globals: Off (False)
output_buffering: On
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 128M
upload_max_filesize: 128M
session_save_path: /tmp (1777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:
allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: Off (False)
smarty_cache: Off (False)
smarty_compilecheck: Off (False)
smarty_cache_udt: Off (False)
auto_clear_cache_age: On (True)
Server Information:
Server Software: Apache
Server Api: cgi-fcgi
Server Os: Linux 3.14.25-grsec.3.el5 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.40
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable

Permission Information:
tmp: /home/macmultifamily/public_html/tmp (0755)
tmp_cache: /home/macmultifamily/public_html/tmp/cache (0755)
templates_c: /home/macmultifamily/public_html/tmp/templates_c (0755)
modules: /home/macmultifamily/public_html/modules (0755)
uploads: /home/macmultifamily/public_html/uploads (0755)
File Creation Mask (umask): /home/macmultifamily/public_html/tmp/cache (0755)
config_file: 0444
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: FEU_Protect not showing content

Post by calguy1000 »

Though I did not explicitly test with spaces in the group name. I just tested feu_protect moments ago and it did work.

So yeah, I would see what happens with another group that doesn't have special characters in it. OR USE SINGLE QUOTES.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
oakst
Forum Members
Forum Members
Posts: 21
Joined: Wed May 08, 2013 2:18 pm

Re: FEU_Protect not showing content

Post by oakst »

Do you get tired of people telling you how awesome you are? Single quotes, no numbers and no spaces fixed it. Thanks!
Locked

Return to “Modules/Add-Ons”