Anonymous User 14808221
(@anonymized-14808221)
If you get a white Screen, it means there is a PHP error.
Please enable the WP Debug constant in your wp-config.php and let me know what error you see exactly.
Hi, thank you for your answer!
The only 2 errors I see are:
[14-Aug-2017 16:11:51 UTC] PHP Notice: has_cap foi chamada com um argumento obsoleto desde a versão 2.0! A utilização de níveis de utilizadores através de plugins e temas está obsoleta. Use os papéis e capacidades dos utilizadores em alternativa. in /home/condelix/public_html/wp-includes/functions.php on line 3782
[14-Aug-2017 16:08:39 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81 bytes) in /home/condelix/public_html/wp-includes/wp-db.php on line 2350
(I’ve doubled the allowed memory size and that error disappeared. The other one has been appearing for a few months – before I installed Types so it should not be related. PHP wise there are no more errors)
Anonymous User 14808221
(@anonymized-14808221)
The first error is not related, correct.
Toolset does not use user Levels anymore.
Since the error was a memeory issue, I would like to pass you a few infos:
1. https://wp-types.com/toolset-requirements/
2. Sometimes, large sites, many fields, complex fields, and so on make the requirements increase.
3. This also depends on the process triggering it.
As example, infinite loops due to conditionals or so, also can exhauste your server memory.
I think this is solved, right?