You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#108416 Unable to edit profiles

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by dhphllps on Monday, 02 August 2021 14:37 BST

dhphllps
I am using J!4.0.0-rc5, PHP 8.08 and JCE 2.9.11 Beta 6 on a test site. When I choose Profiles and click on a profile title (https://mydomain.com/administrator/index.php?option=com_jce&view=profile&layout=edit&id=1) I get a blank screen. Earlier I was getting a 500 error, so I uninstalled 2.9.10, installed the 2.9.11 beta and re-entered my download key. That what changed it to getting the blank screen.

Any ideas?

Ryan
A blank screen usually indicates a PHP error. If you set Error Reporting in the System -> Global Configuration to "Maximum", is an error displayed when you attempt to edit a profile?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

dhphllps
No error shows, but I was able to get it to run by increasing the php memory limit to 256M.

Ryan
What was the memory limit values before you increased it?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

dhphllps
128M

Ryan
Do you have the Debug System option enabled in the System -> Global Configuration?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

dhphllps
Yes. Is that eating up lots of memory?

Ryan
Yes, in my tests it does. Without it, 32M is fine, but with it enabled, 128M+ is required for some reason.

JCE Editor Profiles are quite complex, with lots of fields, so the debug load must be quite high for this reason.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

dhphllps
Gotcha, thanks!!