Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

[SOLVED] Problem with frontend user edit

8 years 2 months ago - 8 years 2 months ago #287610 by zahmundzornig
[SOLVED] Problem with frontend user edit was created by zahmundzornig
One user our community like to change the profile details. But after saving he get a white page. The URL after saving is:
www.jaii.de/meinprofil/saveuseredit

Normally the URL after saving the profile in frontend is (i.e.):
www.jaii.de/meinprofil/userprofile/Jasmin

We use no SEF component to generate the URLs. It´s Joomla core and Community Builder.

Joomla 3.6.4
CB 2.0.15

Any ideas what is the reason is for this kind of URL and the problem?

www.zahmundzornig.de thanx joomlapolis for the great work and support!
Build with CB: www.jaii.de
Last edit: 8 years 2 months ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
8 years 2 months ago #287622 by krileon
Replied by krileon on topic Problem with frontend user edit
Blank page means a fatal error of some sort occurred. Enable debug mode and maximum error reporting then retest to see what error is displayed. If none then check your server error log for any errors. Blank page is usually due to hitting PHP memory limits.


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.

8 years 2 months ago #287625 by zahmundzornig
Replied by zahmundzornig on topic Problem with frontend user edit
Thank you, problem solved.

Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 58722328 bytes) in /.../libraries/joomla/database/driver.php on line 2047

I raised the memory size, this leads me to an other error 0 (JSON).

A post in your forum gave me the answer:

"It is important to see what the JASON error causes: Its not the update itself. In the update of Joomla the developers built in a check, whether JASON decoded parameters are presented correctly or not. In case if not, it throws the error we are talking about. The problem is, that those incorrect parameters were written into the database a long time ago by components or plugins. Sometimes this may have been done also during the creation of a website by using a copying routine. In dont know what exactly it was. In my case the Jason error was caused by those mess of /// and .... and """ in the params column of the user table. I have been using Community Builder for a long time and the params therefore have been written only by CB. Maybe that a malicious peace of code in Joomla did the rest, but the result was a chaotic string in the params column. In case you dont want to review every single line manually and correct this into a correct string readable for the JASON routine, then just use this mysql Statement to let your server do the work:

UPDATE `XXXX_users` SET `params` = '{}'.

Please note: XXXX has to be replaced by your database-prefix, that your Joomla uses in your MYSQL database.

Keep in mind, what Krileon said above: This will reset ALL user parameters to default state."

Thank you!

www.zahmundzornig.de thanx joomlapolis for the great work and support!
Build with CB: www.jaii.de
The following user(s) said Thank You: krileon, jlecq

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

  • jlecq
  • jlecq
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
7 years 11 months ago #291358 by jlecq
Replied by jlecq on topic Problem with frontend user edit
A BIG THANK YOU !!

I also had a fatal error with memory exceeded.

Indeed, some users got more than 1M of characters in the params field.

I used your SQL query and it works great !

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

Moderators: beatnantkrileon
Powered by Kunena Forum