Page 1 of 1

【solved】FEU, changing my setting issue.

Posted: Fri Jan 30, 2015 8:50 am
by twen88
Please help!

Got this error messsage when clicking on the "Change my settings" link in FEU. I turn on the debug mode, but no error report on this page.


Oops!

Sorry, it looks like something went wrong and an error has occurred.
Don’t worry, it can happen to any of us.
Cms Version: 1.11.11

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.7
ModuleManager: 1.5.8
News: 2.14.4
Search: 1.7.11
ThemeManager: 1.1.8
CGExtensions: 1.45
CGSimpleSmarty: 1.7.4
CGCalendar: 1.14.5
FrontEndUsers: 1.25.1
SelfRegistration: 1.8.3
FEU_PMs: 1.0.0


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 20000000
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.5.6
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 8192
memory_limit: 128M
max_execution_time: 120
output_buffering: 1
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /home/users/web/b1905/as/cgi-bin/tmp (0775)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.32
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

Re: FEU, changing my setting issue.

Posted: Sat Jan 31, 2015 8:19 am
by twen88
There appear to be an error in the "change the setting" default template.

{elseif $field->type == 8 {* date *}

should be {elseif $field->type == 8} {* date *}

Re: FEU, changing my setting issue.

Posted: Sat Jan 31, 2015 12:08 pm
by velden
Please help!

Got this error messsage when clicking on the "Change my settings" link in FEU. I turn on the debug mode, but no error report on this page.


Oops!

Sorry, it looks like something went wrong and an error has occurred.
Don’t worry, it can happen to any of us.
For reference: usually more information is hidden from this error message when you are NOT logged in in backend (with same browser session).

So if you use one browser for changing the template and another browser for testing frontend you might end up getting those messages. So better test in same browser while debugging.

Re: FEU, changing my setting issue.

Posted: Sat Jan 31, 2015 12:29 pm
by twen88
Thanks for the reminder.