• Resolved Jojogali

    (@jojogali)


    Hi!
    I’ve got the Toolset Types working and it does the job perfectly. I’ve just recently noticed that it prevents me from accessing to one of my custom post types somehow (white screen). I’ve debugged by turning on and off all plugins and themes. It only happens with Types activated. Any idea how I can fix or pinpoint the issue of the incompatibility ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter Jojogali

    (@jojogali)

    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

    Thread Starter Jojogali

    (@jojogali)

    (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?

    Thread Starter Jojogali

    (@jojogali)

    Yes it is! Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t access custom post type’ is closed to new replies.