Skip to Content Skip to Menu

[#4973] Empty user lists after upgrade to 2.0.4

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 10 months ago - 9 years 10 months ago #255559 by belotel
Hi,
After upgrading to CB2 (now I have CB 2.0.4) I've got all the user list empty including the general list of site users where no selection is applied
Any hints whats wrong?
Last edit: 9 years 10 months ago by krileon.

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

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 10 months ago #255560 by belotel
Replied by belotel on topic Empty user lists after upgrade to 2.0.4
I have noticed that no usergroups were included in the lists.
If I add any of site's user groups or combination, I'm getting this error in
frontend accessing this list:

0 - PHP regular expression limit reached (pcre.backtrack_limit)

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

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 10 months ago #255572 by belotel
Replied by belotel on topic Empty user lists after upgrade to 2.0.4
Full trace for this error looks like this:
Code:
PHP regular expression limit reached (pcre.backtrack_limit) Call stack # Function Location 1 JApplicationCms->execute() /home/teachers/www/pro/index.php:40 2 JApplicationSite->render() /home/teachers/www/pro/libraries/cms/application/cms.php:257 3 JApplicationCms->render() /home/teachers/www/pro/libraries/cms/application/site.php:731 4 JApplicationBase->triggerEvent() /home/teachers/www/pro/libraries/cms/application/cms.php:994 5 JEventDispatcher->trigger() /home/teachers/www/pro/libraries/joomla/application/base.php:106 6 JEvent->update() /home/teachers/www/pro/libraries/joomla/event/dispatcher.php:162 7 call_user_func_array() /home/teachers/www/pro/libraries/joomla/event/event.php:71 8 PlgSystemSef->onAfterRender() 9 PlgSystemSef->checkBuffer() /home/teachers/www/pro/plugins/system/sef/sef.php:97

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago #255663 by krileon
Replied by krileon on topic Empty user lists after upgrade to 2.0.4

After upgrading to CB2 (now I have CB 2.0.4) I've got all the user list empty including the general list of site users where no selection is applied
Any hints whats wrong?

Edit your Userlist and ensure groups have been selected to be included in the list. Next check your filters, sorting, and columns tabs to ensure everything is configured as expected. The migration seams to have went a little wonky for you (unsure why, migration seams to work ok in my tests).

I have noticed that no usergroups were included in the lists.
If I add any of site's user groups or combination, I'm getting this error in
frontend accessing this list:

0 - PHP regular expression limit reached (pcre.backtrack_limit)

Never seen such an error. You'll likely need to adjust PHP.ini and increase pcre.backtrack_limit and pcre.recursion_limit. Contact your host if unsure how.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

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

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 10 months ago - 9 years 10 months ago #255668 by belotel
Replied by belotel on topic Empty user lists after upgrade to 2.0.4
I have dedicated non-virtual server with default Ubuntu 14.04 apache|php settings, which were:

pcre.backtrack_limit 1000000 1000000
pcre.recursion_limit 100000 100000

I had increased both numbers by factor 10, now the CB list page is loaded without errors, but it took unreasonable amount of time to generate it:
Code:
Time: 0.0 ms / 0.0 ms Memory: 0.189 MB / 0.19 MB Application: afterLoad Time: 12.9 ms / 12.9 ms Memory: 0.970 MB / 1.16 MB Application: afterInitialise Time: 32.7 ms / 45.7 ms Memory: 1.498 MB / 2.66 MB Application: afterRoute Time: 3898.1 ms / 3943.8 ms Memory: 41.531 MB / 44.19 MB Application: afterDispatch Time: 16.1 ms / 3959.9 ms Memory: 0.343 MB / 44.53 MB Application: beforeRenderModule mod_footer (Footer) Time: 24.0 ms / 3983.9 ms Memory: 0.008 MB / 44.54 MB Application: afterRenderModule mod_footer (Footer) Time: 0.1 ms / 3984.0 ms Memory: 0.000 MB / 44.54 MB Application: beforeRenderModule mod_breadcrumbs (Breadcrumbs) Time: 4.5 ms / 3988.5 ms Memory: 0.010 MB / 44.55 MB Application: afterRenderModule mod_breadcrumbs (Breadcrumbs) Time: 0.6 ms / 3989.1 ms Memory: 0.000 MB / 44.55 MB Application: beforeRenderModule mod_ostimer (OSTimer Module) Time: 2.6 ms / 3991.7 ms Memory: 0.018 MB / 44.57 MB Application: afterRenderModule mod_ostimer (OSTimer Module) Time: 91.8 ms / 4083.5 ms Memory: 3.570 MB / 48.14 MB Application: beforeRenderModule mod_search (Search) Time: 0.9 ms / 4084.4 ms Memory: 0.016 MB / 48.15 MB Application: afterRenderModule mod_search (Search) Time: 14247.3 ms / 18331.7 ms Memory: 2.116 MB / 50.27 MB Application: afterRender

No such problems with any other pages, including CB profile
Last edit: 9 years 10 months ago by belotel.

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

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 10 months ago #255669 by belotel
Replied by belotel on topic Empty user lists after upgrade to 2.0.4
And generated user list looks very strange:
- looks like it has all (916) user entries on the first page, switching to second page renders no user entries
- there is paginations links, but its number corresponds to number of users (916), not number of users devided by _users_per_page_ parameter

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

Moderators: beatnantkrileon
Powered by Kunena Forum