Page 1 of 1

Errors when accessing "Protected Content" pages

Posted: Mon Apr 21, 2014 4:14 pm
by hhartman
Hi,

I upgraded last week from 1.9.4 Faanui to 1.11.10 Pinzon. Everything seemed to work fine. However, today I noticed that in the admin backend in Content->Pages I can no longer access any of my 'Protected Content' pages nor can I create a new page of type 'Protected Content'. I always get the following sequence of messages displayed:

/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/contenttypes/Content.inc.php:525 - display_single_element
/is/htdocs/wp10619235_74BEBO9CJQ/www/modules/FrontEndUsers/lib/class.feu_protected_page.php:267 - display_single_element
/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/class.ContentBase.php:2485 - display_single_element
/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/class.ContentBase.php:2473 - display_admin_attributes
/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/contenttypes/Content.inc.php:278 - display_attributes
/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/contenttypes/Content.inc.php:322 - SetupForm
/is/htdocs/wp10619235_74BEBO9CJQ/www/lib/classes/contenttypes/Content.inc.php:334 - _get_form_data
/is/htdocs/wp10619235_74BEBO9CJQ/www/modules/FrontEndUsers/lib/class.feu_protected_page.php:143 - TabNames
/is/htdocs/wp10619235_74BEBO9CJQ/www/admin/addcontent.php:166 - TabNames
unknown property __feu_captcha__


I have no clue how to resolve this. Any help is much appreciated.

Thanks & Regards,
Hermann



----------------------------------------------

Cms Version: 1.11.10

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.4
MenuManager: 1.8.6
ModuleManager: 1.5.5
News: 2.14.2
DocumentSearch: 1.4.5
Printing: 1.1.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
CGExtensions: 1.38.6
FrontEndUsers: 1.23.2
Captcha: 0.4.6
Gallery: 1.6.1
CustomContent: 1.9
SelfRegistration: 1.8.2
CMSPrinting: 1.0.5
MicroTiny: 1.2.6
Uploads: 1.17
FEUMailer: 0.9.4
FEU_PMs: 1.0.0
SiteMapMadeSimple: 1.2.8


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 8000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.3.28
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 30
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 8M
session_save_path: /is/htdocs/user_tmp/wp10619235_74BEBO9CJQ (1770)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.31
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found


----------------------------------------------

Re: Errors when accessing "Protected Content" pages

Posted: Mon Apr 21, 2014 5:00 pm
by calguy1000
You have posted a part of the call stack, but not the top of it, or the actual error that is reported. I'm gonna need those.

Re: Errors when accessing "Protected Content" pages

Posted: Mon Apr 21, 2014 5:12 pm
by hhartman
Sorry, but I have listed everything I am getting displayed when I go to Content » Pages » Add New Content and then change the content type to 'Protected Content'.

Regards,
Hermann

Re: Errors when accessing "Protected Content" pages

Posted: Tue Apr 22, 2014 5:54 pm
by netplan
I had the same error, disabling the captcha module solved my problem. (I dit not need the module ::) )

Re: Errors when accessing "Protected Content" pages

Posted: Wed Apr 23, 2014 7:59 pm
by hhartman
Hi,

thanks, good hint. Disabling the captcha module works for me, but as I need it for the self registration module this is merely a very good and simple workaround :) in case I want to edit any of the 'Protected Content' pages.

My previous, far more complicated workaround was to set the content type of the 'Protected Content' page to 'content' in the cms_content table through phpMyAdmin and reset it to 'feu_protected_page' after editing the page.

Regards,
Hermann

Re: Errors when accessing "Protected Content" pages

Posted: Sun Apr 27, 2014 10:27 pm
by psy
Ditto.
Thanks for the tip about disabling Captcha however I too need both protected pages and captcha.

Using
CMSMS 1.11.10
FEU 1.23.2
Captcha 0.4.6

Re: Errors when accessing "Protected Content" pages

Posted: Wed Apr 30, 2014 8:55 pm
by Dr.CSS
Protected Content pages show the FEU log in form if not logged in so no you don't need captcha as no one can log in w/o credentials anyways...

Re: Errors when accessing "Protected Content" pages

Posted: Wed Apr 30, 2014 9:03 pm
by psy
Thanks Dr CSS
However I needed Captcha for a front end form, not protected content pages.
There is an update to CGE and FEU in the forge that fixes the problem.