Blank MLA Screen
-
Hi David,
It looks like the latest Admin Columns update (2.4.9) broke the MLA screen. I’m getting the white screen of death when I visit /wp-admin/upload.php?page=mla-menu.
I fixed the issue by reverting to the previous version of Admin Columns (2.4.8). However, here are a few notes that may help you figure this out.
1) The Admin Columns changelog:
2.4.9
[Added] Display format Url added to Custom Fields
[Added] Allow the use of before and after fields for all columns. Useadd_filter( 'cac/column/properties/use_before_after', '__return_true' )
.
[Fixed] Removed Field Groups from post types
[Fixed] Removed additional avatars from the comments view
[Added] Added the option to replace the Custom Field select menu with a text input. Useadd_filter( 'cac/column/meta/use_text_input', '__return_true' )
.2) There were no related errors in my php error log, although I didn’t turn on the mla error log… I wasn’t aware that there was one until I saw this thread when I came here to leave you this message.
3) For the past few days, my Wordfence plugin has been telling me that one of the MLA files on my system, wp-content/plugins/media-library-assistant/includes/class-mla-main.php, did not match the original version in the repository.
The file on my system included a section of about 50 lines which wasn’t in the repository version. I have posted it to Pastebin.
And the repository version included a block of code that wasn’t in the version on my system:
// '(Array)' indicates an existing array value in the field, which we preserve 1684 if ( 'array' == $details['option'] ) { 1685 $value = explode( ',', $value ); 1686 } elseif ( '(Array)' == $value ) { 1687 continue; 1688 }
I don’t know if it’s related or relevant at all, but I also wanted to make sure that restoring the repository version was actually the right thing to do. It was the first thing I did to try to fix the blank screen problem, but it had no effect.
Thanks!
- The topic ‘Blank MLA Screen’ is closed to new replies.