Support

Account

Home Forums Backend Issues (wp-admin) Page link and Page object not working Reply To: Page link and Page object not working

  • Hi @elliot,

    You’re probably right.. however I’m having difficulties debugging the field type. Nothing is being registered in the debug.log file. Probably since it’s being loaded with ajax and the ajax call works..

    The only error I get is this js-error: Uncaught TypeError: Object [object Object] has no method ‘sortable’

    But I’m pretty sure that’s due to the wysiwyg script not loading since the post object field disrupts the loading.

    Do you have any tricks to get the field to output errors? I’ve tried doing print_r with a die(); right after but there’s no output anywhere.

    EDIT:

    Okay so I tried disabling all other plugins with no luck, so I guess that’s not the issue.. I did manage to get this error at the place where the field should have appeared in page edit: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in /var/www/qa.nord-lock.com/wwwroot/wp-includes/wp-db.php on line 1225
    which I suppose makes your guess for it to be a loop correct. Now I just have to figure out why the hell its looping..