Page 1 of 1

[SOLVED] FEU Cannot add new users anymore invalid username

Posted: Sun Nov 09, 2014 6:19 pm
by VincentRivard
Hi there,

Since a while, self registration module displays the invalid username message on post, but everithig is OK with submited usernames.

Trying to add a new user in FEU backend also diplays the invalid username message.

After reading a couple of posts here about this, i recently upgraded everything to below, set PHP to 5.4.34, cleared the cache, but nothing worked.

The site is in french and, the username field is in utf8_general_ci

Used to work fine before. Any clue ?



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

Cms Version: 1.11.11

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.5
MenuManager: 1.8.6
ModuleManager: 1.5.8
News: 2.14.4
Printing: 1.1.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
CGExtensions: 1.42.2
FrontEndUsers: 1.24.1
CustomContent: 1.10
SelfRegistration: 1.8.2
Captcha: 0.5.0
CGUserDirectory: 1.4.5
CGCalendar: 1.14.3
MysqlDump: 1.3.1
Uploads: 1.18.4
CGSimpleSmarty: 1.7.4
FormBuilder: 0.8
FEUMailer: 0.9.4
HitCounter: 1.1
CMSPrinting: 1.0.5
MicroTiny: 1.2.7


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 128000000
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.4.34
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 8192
memory_limit: 256M
max_execution_time: 30
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 128M
upload_max_filesize: 128M
session_save_path: /tmp (0700)
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.34
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: FEU Cannot add new users anymore invalid username

Posted: Sun Nov 09, 2014 6:30 pm
by calguy1000
Hi, and thank you for providing the information I need to be able to make a reasonable guess as to the problem.

This error is probably due to a minor change in regular expression behaviour between PHP versions. Though I do not have the information to be able to trace it back. I have made a change to the appropriate regular expression in svn and will be releasing a new version of FEU shortly.

Re: FEU Cannot add new users anymore invalid username

Posted: Mon Nov 10, 2014 3:01 pm
by VincentRivard
Thanks for your prompt reply Calguy !

My best guess is it worked flawlessly with PHP 5.2 untill the host pulled that version away.

I will be testing as soon i See the release.

Best regards.

Vincent from Montréal.

Re: [SOLVED] FEU Cannot add new users anymore invalid userna

Posted: Tue Nov 11, 2014 2:01 pm
by VincentRivard
Hi Calguy !

Big thanks !

I just upgraded your new versions of FEU and your set of module extensions.

CGExtensions 1.44.1
FrontEndUsers 1.24.2

It fixed the issue right away.

I need to mention that :

FrontEnd User Management,
FrontEnd User mailer module,
and self registration module,

Dissapeared from the Users & Groups menu after the upgrade.

I logged out and in again. Still not there. I edited my admin profile (just changed the password) and I got them back there again.

Thanks a lot for this.

Good day !

Re: [SOLVED] FEU Cannot add new users anymore invalid userna

Posted: Tue Nov 11, 2014 2:47 pm
by Rolf
Clear Cache should do it

Re: [SOLVED] FEU Cannot add new users anymore invalid userna

Posted: Tue Nov 11, 2014 3:30 pm
by VincentRivard
Rolf wrote:Clear Cache should do it
Hi Rolf,

Thats for the dissapearing items in the menu ? Well thanks, I didn't know.

For the rest, it's all fixed with the the last upgrade.