Title: Active MLA plugin causes 500 error
Last modified: August 22, 2016

---

# Active MLA plugin causes 500 error

 *  Resolved [ceophoetography](https://wordpress.org/support/users/ceophoetography/)
 * (@ceophoetography)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/)
 * I like the features of the Media Library Assistant plugin, but ever since updating
   to WP 4 or 4.1 and/or MLA 2 — I’m unsure on when the problem began — if I have
   MLA active, my media attachment pages all get a 500 Internal Server Error.
 * I want to take advantage of the tag cloud capabilities of the plugin, but I must
   have my media attachment pages visible, as that’s how I link my photos to an 
   external store.
 * [https://wordpress.org/plugins/media-library-assistant/](https://wordpress.org/plugins/media-library-assistant/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673244)
 * Thanks for the good words and for reporting this issue; I regret the trouble 
   you’re having, which I have not seen before.
 * Have you ruled out an interaction with some other plugin?
 * Do your attachment pages use any of the MLA shortcodes, `[mla_gallery]` or `[
   mla_tag_cloud]`? If they do, you can try updating to the Development Version,
   which you can find on the “Developers” tab here in the Repository. The Development
   Version fixes one bug in `[mla_gallery]` and it may affect you (although it is
   unlikely to cause an HTTP 500 error).
 * Failing that, do you have access to the error log(s) on your server? If so, is
   there more detailed information in the log that might shed light on the issue?
 * If all else fails, I would like to see your template file. You can post it here
   or give me your contact information and I will respond with an address where 
   you can e-mail the template file to me. You can use the Contact Us page at our
   web site:
 * [Fair Trade Judaica/Contact Us](http://fairtradejudaica.org/our-story/contact-us/)
 * Thanks for your patience and any more information you can provide.
 *  Thread Starter [ceophoetography](https://wordpress.org/support/users/ceophoetography/)
 * (@ceophoetography)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673467)
 * David,
 * Thank you for your reply and probing questions. When I first troubleshooted the
   issue, I first disabled all plugins and activated them one by one, and the 500
   error occurred (in my attachment pages) after activating the MLA plugin. I didn’t
   think to then try working backward from there, pairing MLA with other plugins.
   The debugging report from those initial tests said:
    - [06-Jan-2015 04:35:17 UTC] PHP Notice: get_bloginfo was called with an argument
      that is **deprecated** since version 2.2! The `siteurl` option is **deprecated**
      for the family of `bloginfo()` functions. Use the `url` option instead. in[
      redacted]/wordpress/wp-includes/functions.php on line 3495
    - [06-Jan-2015 04:35:17 UTC] PHP Notice: get_bloginfo was called with an argument
      that is **deprecated** since version 2.2! The `siteurl` option is **deprecated**
      for the family of `bloginfo()` functions. Use the `url` option instead. in[
      redacted]/wordpress/wp-includes/functions.php on line 3495
 * That report would appear only with the MLA plugin activated.
 * After some more digging around last night, according to your suggestion of checking
   for a conflict between two plugins, it appears that the 500 error is caused by
   a conflict between MLA and the W3 Total Cache plugin. The 500 error occurs only
   when both of them are active.
 * However, there’s still a problem with the MLA plugin even with W3 Total Cache
   inactive. The media attachment pages are loading with MLA as the only active 
   plugin, but it has the strange side effect of wiping out most of the content 
   on my page (though leaving the photo and its caption intact — just the post, 
   basically), including my main sidebar and my footer. My experience has been that
   having an improperly closed HTML tag in a post causes similar problems.
 * Debugging also turned up, in addition to the data above, the following:
 * [15-Jan-2015 05:01:48 UTC] PHP Fatal error: Allowed memory size of 41943040 bytes
   exhausted (tried to allocate 35 bytes) in [redacted]/wordpress/wp-includes/taxonomy.
   php on line 2662.
 * Is there something in the MLA PHP templates that might be incompatible with the
   upgraded core?
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673468)
 * Thank you for your update and especially for all of your thorough detective work!
 * Regarding the PDP deprecated `bloginfo/siteurl` messages, I have done a text 
   search of the entire MLA code base and I can find no instance of a call with `
   siteurl`. With the exception of the “twentytwelve-mla” child theme in the `/examples/`
   directory, there are no `bloginfo` calls in the code. I do have several `get_bloginfo('
   version' )` calls, but that’s it.
 * I have never done any testing with “W3 Total Cache”, but I will install a copy
   and see if I can replicate your issue. Thanks again for taking the time to test
   out plugin combinations and track this down.
 * The PHP Fatal error – memory exhausted message comes up when the total memory
   required by WordPress and all plugins exceeds the limit; the immediate “35 bytes”
   symptom doesn’t help much. Line 2662 is in the `wp_get_object_terms` function,
   which MLA does use in many places. Can you tell me more about the context in 
   which this error occurs?
 * Finally, the “media attachment pages” corruption. Can you post a link to an example
   page and/or tell me if MLA is used directly on those pages? You could post the“
   View Source” output of your browser if the page isn’t accessible. I would be 
   happy to see if I can find a problem. MLA doesn’t have any “PHP Templates” in
   the WordPress sense, but it does, of course, generate HTML any time the `[mla_gallery]`
   or `[mla_tag_cloud]` shortcodes are used. Those shortcodes are the only source
   of MLA output in the “front end”.
 * There are a few thousand sites using the current MLA version with WordPress 4.0
   and 4.1, so I think/hope a basic incompatibility with WordPress core would be
   more widely noticed and reported.
 * Thanks for your good work and for any additional information you can provide.
 *  Thread Starter [ceophoetography](https://wordpress.org/support/users/ceophoetography/)
 * (@ceophoetography)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673476)
 * I don’t know how this forum handles images, so I have uploaded some screenshots
   and will link them here.
 * This first screen capture shows how the media attachment page should look.
 * [Image 1](http://ceophoetography.com/images/webpage_snap.png).
 * The second screen capture shows how the media attachment page looks when MLA 
   plugin is active (but no W3 Total Cache plugin).
 * [Image 2](http://ceophoetography.com/images/webpage_mla.png).
 * Below is the source for the page as it should look (as in the first screenshot).
 *     ```
       <!DOCTYPE html>
       <!--[if IE 7]>
       <html class="ie ie7" lang="en-US">
       <![endif]-->
       <!--[if IE 8]>
       <html class="ie ie8" lang="en-US">
       <![endif]-->
       <!--[if !(IE 7) | !(IE 8) ]><!-->
       <html lang="en-US">
       <!--<![endif]-->
       <head>
       	<meta charset="UTF-8">
       	<meta name="viewport" content="width=device-width">
       	<title>Cozy cove | The Museum of Spiritual Light  — hosted by C.E.O. Phoetography</title>
       	<link rel="profile" href="http://gmpg.org/xfn/11">
       	<link rel="pingback" href="http://ceophoetography.com/wordpress/xmlrpc.php">
       	<link rel="icon" href="
       Notice: get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2! The <code>siteurl</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in /hermes/waloraweb033/b408/moo.ceophoetographycom/wordpress/wp-includes/functions.php on line 3495
       http://ceophoetography.com/favicon.ico" type="image/x-icon" />
       	<link rel="shortcut icon" href="
       Notice: get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2! The <code>siteurl</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in /hermes/waloraweb033/b408/moo.ceophoetographycom/wordpress/wp-includes/functions.php on line 3495
       http://ceophoetography.com/favicon.ico" type="image/x-icon" />
       	<!--[if lt IE 9]>
       	<script src="http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/js/html5.js"></script>
       	<![endif]-->
       	<link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Feed" href="http://ceophoetography.com/feed/" />
       <link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Comments Feed" href="http://ceophoetography.com/comments/feed/" />
       <link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Cozy cove Comments Feed" href="http://ceophoetography.com/?attachment_id=342/feed/" />
       <link rel='stylesheet' id='open-sans-css'  href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='dashicons-css'  href='http://ceophoetography.com/wordpress/wp-includes/css/dashicons.min.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='admin-bar-css'  href='http://ceophoetography.com/wordpress/wp-includes/css/admin-bar.min.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='codepeople-loading-page-style-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/css/loading-page.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='contact-form-7-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.0.3' type='text/css' media='all' />
       <link rel='stylesheet' id='twentyfourteen-lato-css'  href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic' type='text/css' media='all' />
       <link rel='stylesheet' id='genericons-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.2' type='text/css' media='all' />
       <link rel='stylesheet' id='twentyfourteen-style-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/ceophoetography-look/style.css?ver=4.1' type='text/css' media='all' />
       <!--[if lt IE 9]>
       <link rel='stylesheet' id='twentyfourteen-ie-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/css/ie.css?ver=20131205' type='text/css' media='all' />
       <![endif]-->
       <link rel='stylesheet' id='wp-social-sharing-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/wp-social-sharing/static/socialshare.css?ver=1.3' type='text/css' media='all' />
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/loading-screens/bar/loading-bar.js?ver=4.1'></script>
       <script type='text/javascript'>
       /* <![CDATA[ */
       var loading_page_settings = {"loadingScreen":"1","backgroundColor":"#000000","foregroundColor":"#FFFFFF","backgroundImage":"","pageEffect":"none","backgroundRepeat":"repeat","fullscreen":"0","graphic":"bar","text":"1"};
       /* ]]> */
       </script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/js/loading-page.js?ver=4.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js?ver=20130402'></script>
       <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://ceophoetography.com/wordpress/xmlrpc.php?rsd" />
       <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://ceophoetography.com/wordpress/wp-includes/wlwmanifest.xml" />
       <meta name="generator" content="WordPress 4.1" />
       <link rel='canonical' href='http://ceophoetography.com/?attachment_id=342' />
       <link rel='shortlink' href='http://ceophoetography.com/?p=342' />
       <style type="text/css" media="print">#wpadminbar { display:none; }</style>
       <style type="text/css" media="screen">
       	html { margin-top: 32px !important; }
       	* html body { margin-top: 32px !important; }
       	@media screen and ( max-width: 782px ) {
       		html { margin-top: 46px !important; }
       		* html body { margin-top: 46px !important; }
       	}
       </style>
       <style>body{visibility:hidden;}</style></head>
   
       <body class="attachment single single-attachment postid-342 attachmentid-342 attachment-jpeg logged-in admin-bar no-customize-support custom-background header-image full-width footer-widgets singular">
       <div id="page" class="hfeed site">
       	<div id="site-header" style="text-align: center;">
       		<a href="http://ceophoetography.com/" rel="home">
       			<img src="../../../../images/web_logo.png" width="90%" alt="C.E.O. Phoetography Logo designed to display how it breaks up into &quote;photography&quote; and &quote;poetry&quote;" title="Christian Encouragement Organized Photography & Poetry">
       		</a>
       	</div>
   
       <h1 style="margin-left: auto; margin-right: auto; font-size: 95%; text-align: center; margin-top: -35px; padding-bottom: -25px;">Quality Expressions for Uplifted Existence</h1>
   
       	<header id="masthead" class="site-header" role="banner">
       		<div class="header-main">
       			<h1 class="site-title"><a href="http://ceophoetography.com/" rel="home">The Museum of Spiritual Light</a></h1>
   
       			<div class="search-toggle">
       				<a href="#search-container" class="screen-reader-text">Search</a>
       			</div>
   
       			<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
       				<button class="menu-toggle">Primary Menu</button>
       				<a class="screen-reader-text skip-link" href="#content">Skip to content</a>
       				<div class="menu-information-kiosk-container"><ul id="menu-information-kiosk" class="nav-menu"><li id="menu-item-13" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-13"><a title="Photography" href="http://ceophoetography.com/department/pictures/">Through the Lens</a>
       <ul class="sub-menu">
       	<li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-18"><a title="Promotional-use and display-art photographs" href="http://ceophoetography.com/department/pictures/pictures-1/">ProMo-Peace Pix</a>
       	<ul class="sub-menu">
       		<li id="menu-item-22" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22"><a title="Landscapes" href="http://ceophoetography.com/department/pictures/pictures-1/landscapes/">Landscapes</a></li>
       		<li id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24"><a title="Clouds" href="http://ceophoetography.com/department/pictures/pictures-1/cloud-pictures/">Skyscapes</a></li>
       		<li id="menu-item-23" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-23"><a title="City skylines" href="http://ceophoetography.com/department/pictures/pictures-1/skylines/">Skylines</a></li>
       	</ul>
       </li>
       	<li id="menu-item-25" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25"><a title="Photography appreciation" href="http://ceophoetography.com/department/pictures/photography/">Walk in the Light</a>
       	<ul class="sub-menu">
       		<li id="menu-item-26" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26"><a title="My photography process" href="http://ceophoetography.com/department/pictures/photography/my-process/">Spotlight On…</a></li>
       		<li id="menu-item-19" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19"><a title="Photographic injustice" href="http://ceophoetography.com/department/pictures/photography/eye-gate/">Dispelling Darkness</a></li>
       	</ul>
       </li>
       </ul>
       </li>
       <li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-15"><a title="Writing by Christian Langston Davidson" href="http://ceophoetography.com/department/writings/">From the Pen</a>
       <ul class="sub-menu">
       	<li id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a title="Poems" href="http://ceophoetography.com/department/writings/poems/">Read the Light</a></li>
       	<li id="menu-item-20" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20"><a title="Devotional essays" href="http://ceophoetography.com/department/writings/devotionals/">Why’s Wordz</a></li>
       </ul>
       </li>
       <li id="menu-item-14" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14"><a title="Souvenirs" href="http://ceophoetography.com/department/souvenirs/">For the Den</a></li>
       <li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-16"><a title="News about C.E.O. Phoetography" href="http://ceophoetography.com/department/news/">Press Room</a>
       <ul class="sub-menu">
       	<li id="menu-item-93" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-93"><a title="Virtuous Vision: about this website" href="http://ceophoetography.com/virtuous-vision/">About this website</a></li>
       	<li id="menu-item-92" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-92"><a href="http://ceophoetography.com/phoetography-definition/">Phoetography: definition</a></li>
       </ul>
       </li>
       <li id="menu-item-17" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-17"><a title="Customer service/contact me" href="http://ceophoetography.com/department/guests/">Patron Relations</a>
       <ul class="sub-menu">
       	<li id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a title="Visitors’ Personal Lights" href="http://ceophoetography.com/privacy-policy/">privacy policy</a></li>
       	<li id="menu-item-154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-154"><a title="How to provide feedback or make an inquiry" href="http://ceophoetography.com/contact-c-e-o-phoetography/">contact C.E.O. Phoetography</a></li>
       	<li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194"><a title="What ProMo-Peace Pix are all about" href="http://ceophoetography.com/image-use-policy/">image use policy</a></li>
       </ul>
       </li>
       </ul></div>			</nav>
       		</div>
   
       		<div id="search-container" class="search-box-wrapper hide">
       			<div class="search-box">
       				<form role="search" method="get" class="search-form" action="http://ceophoetography.com/">
       	<label>
       		<span class="screen-reader-text">Search for:</span>
       		<input type="search" class="search-field" placeholder="What will brighten your spirits?" value="" name="s" title="Search for:" />
       	</label>
       	<input type="submit" class="search-submit" value="Search" />
       </form>			</div>
       		</div>
       	</header><!-- #masthead -->
   
       	<div id="main" class="site-main">
   
       	<section id="primary" class="content-area image-attachment">
       		<div id="content" class="site-content" role="main">
   
       				<article id="post-342" class="post-342 attachment type-attachment status-inherit hentry">
       				<header class="entry-header">
       					<h1 class="entry-title">Cozy cove</h1>
       					<div class="entry-meta">
   
       						<span class="entry-date"><time class="entry-date" datetime="2014-05-28T10:38:31+00:00">May 28, 2014</time></span>
   
       						<span class="full-size-link"><a href="http://ceophoetography.com/wordpress/wp-content/uploads/2015/01/ete_img20140528-59591-MBG.jpg">972 &times; 648</a></span>
   
       						<span class="parent-post-link"><a href="http://ceophoetography.com/?attachment_id=342" rel="gallery">Cozy cove</a></span>
       						<span class="edit-link"><a class="post-edit-link" href="http://ceophoetography.com/wordpress/wp-admin/post.php?post=342&action=edit">Edit</a></span>					</div><!-- .entry-meta -->
       				</header><!-- .entry-header -->
   
       				<div class="entry-content">
       					<div class="entry-attachment">
       						<div class="attachment">
       							<a href="http://ceophoetography.com/?attachment_id=346" rel="attachment"><img width="810" height="540" src="http://ceophoetography.com/wordpress/wp-content/uploads/2015/01/ete_img20140528-59591-MBG-840x560.jpg" class="attachment-810x810" alt="Cozy cove" /></a>						</div><!-- .attachment -->
   
       												<div class="entry-caption">
       							<p>Sculpture of wood ducks in the English Woodland Garden at the Missouri Botanical Garden on a spring day.</p>
       						</div><!-- .entry-caption -->
       											</div><!-- .entry-attachment -->
   
       									</div><!-- .entry-content -->
       			</article><!-- #post-## -->
   
       			<nav id="image-navigation" class="navigation image-navigation">
       				<div class="nav-links">
       				<a href='http://ceophoetography.com/?attachment_id=341'><div class="previous-image">Previous Image</div></a>				<a href='http://ceophoetography.com/?attachment_id=346'><div class="next-image">Next Image</div></a>				</div><!-- .nav-links -->
       			</nav><!-- #image-navigation -->
   
       <div id="comments" class="comments-area">
   
       									<div id="respond" class="comment-respond">
       				<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/?attachment_id=342#respond" style="display:none;">Cancel reply</a></small></h3>
       									<form action="http://ceophoetography.com/wordpress/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate>
       																			<p class="logged-in-as">Logged in as <a href="http://ceophoetography.com/wordpress/wp-admin/profile.php">admin</a>. <a href="http://ceophoetography.com/wordpress/wp-login.php?action=logout&redirect_to=http%3A%2F%2Fceophoetography.com%2F%3Fattachment_id%3D342&_wpnonce=3a0e745b11" title="Log out of this account">Log out?</a></p>																			<p class="comment-form-comment"><label for="comment">Comment</label> <textarea id="comment" name="comment" cols="45" rows="8" aria-describedby="form-allowed-tags" aria-required="true"></textarea></p>						<p class="form-allowed-tags" id="form-allowed-tags">You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:  <code><a href=&quot;&quot; title=&quot;&quot;> <abbr title=&quot;&quot;> <acronym title=&quot;&quot;> <b> <blockquote cite=&quot;&quot;> <cite> <code> <del datetime=&quot;&quot;> <em> <i> <q cite=&quot;&quot;> <strike> <strong> </code></p>						<p class="form-submit">
       							<input name="submit" type="submit" id="submit" class="submit" value="Post Comment" />
       							<input type='hidden' name='comment_post_ID' value='342' id='comment_post_ID' />
       <input type='hidden' name='comment_parent' id='comment_parent' value='0' />
       						</p>
       						<input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="00b166802c" /><script>(function(){if(window===window.parent){document.getElementById('_wp_unfiltered_html_comment_disabled').name='_wp_unfiltered_html_comment';}})();</script>
       					</form>
       							</div><!-- #respond -->
   
       </div><!-- #comments -->
   
       		</div><!-- #content -->
       	</section><!-- #primary -->
   
       <div id="secondary">
       		<h2 class="site-description">professional photography; profound writing</h2>
   
       		<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
       		<aside id="categories-2" class="widget widget_categories"><h1 class="widget-title">Departments</h1>		<ul>
       	<li class="cat-item cat-item-13"><a href="http://ceophoetography.com/department/pictures/pictures-1/landscapes/" >Landscapes</a>
       </li>
       	<li class="cat-item cat-item-8"><a href="http://ceophoetography.com/department/guests/" >Patron Services</a>
       </li>
       	<li class="cat-item cat-item-7"><a href="http://ceophoetography.com/department/news/" >Press Room</a>
       </li>
       	<li class="cat-item cat-item-14"><a href="http://ceophoetography.com/department/pictures/pictures-1/skylines/" >Skylines</a>
       </li>
       	<li class="cat-item cat-item-11"><a href="http://ceophoetography.com/department/writings/devotionals/" >Why's Wordz</a>
       </li>
       		</ul>
       </aside><aside id="search-2" class="widget widget_search"><h1 class="widget-title">Ask the Docent</h1><form role="search" method="get" class="search-form" action="http://ceophoetography.com/">
       	<label>
       		<span class="screen-reader-text">Search for:</span>
       		<input type="search" class="search-field" placeholder="What will brighten your spirits?" value="" name="s" title="Search for:" />
       	</label>
       	<input type="submit" class="search-submit" value="Search" />
       </form></aside>		<aside id="recent-posts-2" class="widget widget_recent_entries">		<h1 class="widget-title">Latest Acquisitions</h1>		<ul>
       					<li>
       				<a href="http://ceophoetography.com/2015/01/your-journey-to-contentment-is-complete/">Your journey to contentment is complete</a>
       						</li>
       					<li>
       				<a href="http://ceophoetography.com/2014/11/want-peace-make-peace/">Want Peace? Make Peace!</a>
       						</li>
       					<li>
       				<a href="http://ceophoetography.com/2014/11/getting-through-a-perilous-time/">Getting through a perilous time</a>
       						</li>
       					<li>
       				<a href="http://ceophoetography.com/2014/11/looking-forward-to-getting-through-winter-safely/">Looking forward to getting through winter safely</a>
       						</li>
       					<li>
       				<a href="http://ceophoetography.com/2014/11/blessed-flow/">Blessed Flow</a>
       						</li>
       				</ul>
       		</aside><aside id="tag_cloud-3" class="widget widget_tag_cloud"><h1 class="widget-title">index of motifs, themes & subjects</h1><div class="tagcloud"><a href='http://ceophoetography.com/subject/altocumulus-cloud/' class='tag-link-176' title='1 topic' style='font-size: 8pt;'>Altocumulus cloud</a>
       <a href='http://ceophoetography.com/subject/bandstand/' class='tag-link-22' title='1 topic' style='font-size: 8pt;'>bandstand</a>
       <a href='http://ceophoetography.com/subject/commerce/' class='tag-link-50' title='1 topic' style='font-size: 8pt;'>commerce</a>
       <a href='http://ceophoetography.com/subject/description/' class='tag-link-400' title='2 topics' style='font-size: 12.581818181818pt;'>description</a>
       <a href='http://ceophoetography.com/subject/downtown-saint-louis/' class='tag-link-28' title='1 topic' style='font-size: 8pt;'>Downtown Saint Louis</a>
       <a href='http://ceophoetography.com/subject/ferguson/' class='tag-link-476' title='3 topics' style='font-size: 15.636363636364pt;'>Ferguson</a>
       <a href='http://ceophoetography.com/subject/finance/' class='tag-link-490' title='1 topic' style='font-size: 8pt;'>finance</a>
       <a href='http://ceophoetography.com/subject/forest-park/' class='tag-link-24' title='2 topics' style='font-size: 12.581818181818pt;'>Forest Park</a>
       <a href='http://ceophoetography.com/subject/frozen/' class='tag-link-188' title='1 topic' style='font-size: 8pt;'>frozen</a>
       <a href='http://ceophoetography.com/subject/hurt/' class='tag-link-492' title='1 topic' style='font-size: 8pt;'>hurt</a>
       <a href='http://ceophoetography.com/subject/january-wabash-park/' class='tag-link-116' title='2 topics' style='font-size: 12.581818181818pt;'>January-Wabash Park</a>
       <a href='http://ceophoetography.com/subject/landscape/' class='tag-link-64' title='5 topics' style='font-size: 20.218181818182pt;'>landscape</a>
       <a href='http://ceophoetography.com/subject/landscapes-2/' class='tag-link-19' title='2 topics' style='font-size: 12.581818181818pt;'>landscapes</a>
       <a href='http://ceophoetography.com/subject/oppressed/' class='tag-link-493' title='1 topic' style='font-size: 8pt;'>oppressed</a>
       <a href='http://ceophoetography.com/subject/outdoors/' class='tag-link-130' title='1 topic' style='font-size: 8pt;'>outdoors</a>
       <a href='http://ceophoetography.com/subject/portfolio/' class='tag-link-2' title='4 topics' style='font-size: 18.181818181818pt;'>portfolio</a>
       <a href='http://ceophoetography.com/subject/scenery/' class='tag-link-78' title='1 topic' style='font-size: 8pt;'>scenery</a>
       <a href='http://ceophoetography.com/subject/silhouette/' class='tag-link-26' title='1 topic' style='font-size: 8pt;'>silhouette</a>
       <a href='http://ceophoetography.com/subject/skyline/' class='tag-link-81' title='1 topic' style='font-size: 8pt;'>skyline</a>
       <a href='http://ceophoetography.com/subject/snow/' class='tag-link-21' title='3 topics' style='font-size: 15.636363636364pt;'>snow</a>
       <a href='http://ceophoetography.com/subject/snow-on-ground/' class='tag-link-139' title='1 topic' style='font-size: 8pt;'>snow on ground</a>
       <a href='http://ceophoetography.com/subject/st-louis/' class='tag-link-23' title='2 topics' style='font-size: 12.581818181818pt;'>St. Louis</a>
       <a href='http://ceophoetography.com/subject/sundog/' class='tag-link-27' title='1 topic' style='font-size: 8pt;'>sundog</a>
       <a href='http://ceophoetography.com/subject/white/' class='tag-link-111' title='1 topic' style='font-size: 8pt;'>white</a>
       <a href='http://ceophoetography.com/subject/winter/' class='tag-link-20' title='6 topics' style='font-size: 22pt;'>winter</a></div>
       </aside><aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Catalog of Exhibits</h1>		<ul>
       	<li><a href='http://ceophoetography.com/2015/01/'>January 2015</a></li>
       	<li><a href='http://ceophoetography.com/2014/11/'>November 2014</a></li>
       	<li><a href='http://ceophoetography.com/2014/10/'>October 2014</a></li>
       	<li><a href='http://ceophoetography.com/2014/07/'>July 2014</a></li>
       		</ul>
       </aside>	</div><!-- #primary-sidebar -->
       	</div><!-- #secondary -->
   
       		</div><!-- #main -->
   
       		<footer id="colophon" class="site-footer" role="contentinfo">
   
       <div id="supplementary">
       	<div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary">
       		<aside id="pages-2" class="widget widget_pages"><h1 class="widget-title">Visitor’s guide</h1>		<ul>
       			<li class="page_item page-item-191"><a href="http://ceophoetography.com/image-use-policy/">Candlestick Entrance: What ProMo-Peace Pix are all about</a></li>
       <li class="page_item page-item-88"><a href="http://ceophoetography.com/phoetography-definition/">Phoetography: definition</a></li>
       <li class="page_item page-item-132"><a href="http://ceophoetography.com/contact-c-e-o-phoetography/">Seen the Light: contact C.E.O. Phoetography</a></li>
       <li class="page_item page-item-78"><a href="http://ceophoetography.com/virtuous-vision/">Virtuous Vision: about this website</a></li>
       <li class="page_item page-item-100"><a href="http://ceophoetography.com/privacy-policy/">Visitors’ Personal Lights: privacy policy</a></li>
       		</ul>
       		</aside>	</div><!-- #footer-sidebar -->
       </div><!-- #supplementary -->
   
       			<div class="site-info">
       				All content &copy; 2014-2015 by Christian Encouragement Organized Photography and Poetry, LLC.  All rights reserved.
       								<a href="http://wordpress.org/">Structure courtesy of WordPress</a>.
       			</div><!-- .site-info -->
       		</footer><!-- #colophon -->
       	</div><!-- #page -->
   
       	<script type="text/javascript" charset="utf-8">
           jQuery(document).ready(function(){
               var change_every = 7; // The number of seconds that the slider will auto-advance in
               var current = 1;
               function auto_advance(){
                   if(current == -1) return false;
                   jQuery('#featured-content .slider-next').eq(current % jQuery('#featured-content .slider-next').length).trigger('click', [true]);
                   current++;
               };
               setInterval(function(){auto_advance()}, change_every * 1000);
           });
       </script>
       <link rel='stylesheet' id='my-preload-progress-bar-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/preload-current-images/css/style.css?ver=4.1' type='text/css' media='all' />
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/admin-bar.min.js?ver=4.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
       <script type='text/javascript'>
       /* <![CDATA[ */
       var _wpcf7 = {"loaderUrl":"http:\/\/ceophoetography.com\/wordpress\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
       /* ]]> */
       </script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.0.3'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/comment-reply.min.js?ver=4.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/masonry.min.js?ver=3.1.2'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/js/functions.js?ver=20140319'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/wp-social-sharing/static/socialshare.js?ver=1.3'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/preload-current-images/js/application.js?ver=4.1'></script>
       	<script type="text/javascript">
       		(function() {
       			var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');
   
       			request = true;
   
       			b[c] = b[c].replace( rcs, ' ' );
       			b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
       		}());
       	</script>
       			<div id="wpadminbar" class="nojq nojs" role="navigation">
       			<a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Skip to toolbar</a>
       			<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Top navigation toolbar." tabindex="0">
       				<ul id="wp-admin-bar-root-default" class="ab-top-menu">
       		<li id="wp-admin-bar-wp-logo" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://ceophoetography.com/wordpress/wp-admin/about.php" title="About WordPress"><span class="ab-icon"></span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-wp-logo-default" class="ab-submenu">
       		<li id="wp-admin-bar-about"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/about.php">About WordPress</a>		</li></ul><ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
       		<li id="wp-admin-bar-wporg"><a class="ab-item"  href="https://wordpress.org/">WordPress.org</a>		</li>
       		<li id="wp-admin-bar-documentation"><a class="ab-item"  href="http://codex.wordpress.org/">Documentation</a>		</li>
       		<li id="wp-admin-bar-support-forums"><a class="ab-item"  href="https://wordpress.org/support/">Support Forums</a>		</li>
       		<li id="wp-admin-bar-feedback"><a class="ab-item"  href="https://wordpress.org/support/forum/requests-and-feedback">Feedback</a>		</li></ul></div>		</li>
       		<li id="wp-admin-bar-site-name" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://ceophoetography.com/wordpress/wp-admin/">The Museum of Spiritual Light</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu">
       		<li id="wp-admin-bar-dashboard"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/">Dashboard</a>		</li></ul><ul id="wp-admin-bar-appearance" class="ab-submenu">
       		<li id="wp-admin-bar-themes"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/themes.php">Themes</a>		</li>
       		<li id="wp-admin-bar-customize" class="hide-if-no-customize"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/customize.php?url=http%3A%2F%2Fceophoetography.com%2F%3Fattachment_id%3D342">Customize</a>		</li>
       		<li id="wp-admin-bar-widgets"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/widgets.php">Widgets</a>		</li>
       		<li id="wp-admin-bar-menus"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/nav-menus.php">Menus</a>		</li>
       		<li id="wp-admin-bar-background" class="hide-if-customize"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/themes.php?page=custom-background">Background</a>		</li>
       		<li id="wp-admin-bar-customize-background" class="hide-if-no-customize"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/customize.php?url=http%3A%2F%2Fceophoetography.com%2F%3Fattachment_id%3D342&autofocus%5Bcontrol%5D=background_image">Background</a>		</li>
       		<li id="wp-admin-bar-header" class="hide-if-customize"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/themes.php?page=custom-header">Header</a>		</li>
       		<li id="wp-admin-bar-customize-header" class="hide-if-no-customize"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/customize.php?url=http%3A%2F%2Fceophoetography.com%2F%3Fattachment_id%3D342&autofocus%5Bcontrol%5D=header_image">Header</a>		</li></ul></div>		</li>
       		<li id="wp-admin-bar-updates"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/update-core.php" title="1 Plugin Update, 3 Theme Updates"><span class="ab-icon"></span><span class="ab-label">4</span><span class="screen-reader-text">1 Plugin Update, 3 Theme Updates</span></a>		</li>
       		<li id="wp-admin-bar-comments"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/edit-comments.php" title="2 comments awaiting moderation"><span class="ab-icon"></span><span id="ab-awaiting-mod" class="ab-label awaiting-mod pending-count count-2">2</span></a>		</li>
       		<li id="wp-admin-bar-new-content" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://ceophoetography.com/wordpress/wp-admin/post-new.php" title="Add New"><span class="ab-icon"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
       		<li id="wp-admin-bar-new-post"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/post-new.php">Post</a>		</li>
       		<li id="wp-admin-bar-new-media"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/media-new.php">Media</a>		</li>
       		<li id="wp-admin-bar-new-page"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/post-new.php?post_type=page">Page</a>		</li>
       		<li id="wp-admin-bar-new-user"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/user-new.php">User</a>		</li></ul></div>		</li>
       		<li id="wp-admin-bar-edit"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/post.php?post=342&action=edit">Edit Media</a>		</li></ul><ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
       		<li id="wp-admin-bar-search" class="admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="http://ceophoetography.com/" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /><input type="submit" class="adminbar-button" value="Search"/></form></div>		</li>
       		<li id="wp-admin-bar-my-account" class="menupop with-avatar"><a class="ab-item"  aria-haspopup="true" href="http://ceophoetography.com/wordpress/wp-admin/profile.php" title="My Account">Howdy, admin<img alt='' src='http://0.gravatar.com/avatar/4e9387360a3fd9ea72fe35fd2a5e7e4f?s=26&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D26&r=G' class='avatar avatar-26 photo' height='26' width='26' /></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
       		<li id="wp-admin-bar-user-info"><a class="ab-item" tabindex="-1" href="http://ceophoetography.com/wordpress/wp-admin/profile.php"><img alt='' src='http://0.gravatar.com/avatar/4e9387360a3fd9ea72fe35fd2a5e7e4f?s=64&d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&r=G' class='avatar avatar-64 photo' height='64' width='64' /><span class='display-name'>admin</span><span class='username'>ceophoetography</span></a>		</li>
       		<li id="wp-admin-bar-edit-profile"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-admin/profile.php">Edit My Profile</a>		</li>
       		<li id="wp-admin-bar-logout"><a class="ab-item"  href="http://ceophoetography.com/wordpress/wp-login.php?action=logout&_wpnonce=3a0e745b11">Log Out</a>		</li></ul></div>		</li></ul>			</div>
       						<a class="screen-reader-shortcut" href="http://ceophoetography.com/wordpress/wp-login.php?action=logout&_wpnonce=3a0e745b11">Log Out</a>
       					</div>
   
       		</body>
       </html>
       ```
   
 * Lastly, following is the source code of the media attachment page with the MLA
   plugin active. A lot is missing.
 *     ```
       <!DOCTYPE html>
       <!--[if IE 7]>
       <html class="ie ie7" lang="en-US">
       <![endif]-->
       <!--[if IE 8]>
       <html class="ie ie8" lang="en-US">
       <![endif]-->
       <!--[if !(IE 7) | !(IE 8) ]><!-->
       <html lang="en-US">
       <!--<![endif]-->
       <head>
       	<meta charset="UTF-8">
       	<meta name="viewport" content="width=device-width">
       	<title>Cozy cove | The Museum of Spiritual Light  — hosted by C.E.O. Phoetography</title>
       	<link rel="profile" href="http://gmpg.org/xfn/11">
       	<link rel="pingback" href="http://ceophoetography.com/wordpress/xmlrpc.php">
       	<link rel="icon" href="
       Notice: get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2! The <code>siteurl</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in /hermes/waloraweb033/b408/moo.ceophoetographycom/wordpress/wp-includes/functions.php on line 3495
       http://ceophoetography.com/favicon.ico" type="image/x-icon" />
       	<link rel="shortcut icon" href="
       Notice: get_bloginfo was called with an argument that is <strong>deprecated</strong> since version 2.2! The <code>siteurl</code> option is deprecated for the family of <code>bloginfo()</code> functions. Use the <code>url</code> option instead. in /hermes/waloraweb033/b408/moo.ceophoetographycom/wordpress/wp-includes/functions.php on line 3495
       http://ceophoetography.com/favicon.ico" type="image/x-icon" />
       	<!--[if lt IE 9]>
       	<script src="http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/js/html5.js"></script>
       	<![endif]-->
       	<link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Feed" href="http://ceophoetography.com/feed/" />
       <link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Comments Feed" href="http://ceophoetography.com/comments/feed/" />
       <link rel="alternate" type="application/rss+xml" title="The Museum of Spiritual Light &raquo; Cozy cove Comments Feed" href="http://ceophoetography.com/?attachment_id=342/feed/" />
       <link rel='stylesheet' id='open-sans-css'  href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='dashicons-css'  href='http://ceophoetography.com/wordpress/wp-includes/css/dashicons.min.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='admin-bar-css'  href='http://ceophoetography.com/wordpress/wp-includes/css/admin-bar.min.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='codepeople-loading-page-style-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/css/loading-page.css?ver=4.1' type='text/css' media='all' />
       <link rel='stylesheet' id='contact-form-7-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.0.3' type='text/css' media='all' />
       <link rel='stylesheet' id='twentyfourteen-lato-css'  href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic' type='text/css' media='all' />
       <link rel='stylesheet' id='genericons-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.2' type='text/css' media='all' />
       <link rel='stylesheet' id='twentyfourteen-style-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/ceophoetography-look/style.css?ver=4.1' type='text/css' media='all' />
       <!--[if lt IE 9]>
       <link rel='stylesheet' id='twentyfourteen-ie-css'  href='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/css/ie.css?ver=20131205' type='text/css' media='all' />
       <![endif]-->
       <link rel='stylesheet' id='wp-social-sharing-css'  href='http://ceophoetography.com/wordpress/wp-content/plugins/wp-social-sharing/static/socialshare.css?ver=1.3' type='text/css' media='all' />
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/loading-screens/bar/loading-bar.js?ver=4.1'></script>
       <script type='text/javascript'>
       /* <![CDATA[ */
       var loading_page_settings = {"loadingScreen":"1","backgroundColor":"#000000","foregroundColor":"#FFFFFF","backgroundImage":"","pageEffect":"none","backgroundRepeat":"repeat","fullscreen":"0","graphic":"bar","text":"1"};
       /* ]]> */
       </script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/plugins/loading-page/js/loading-page.js?ver=4.1'></script>
       <script type='text/javascript' src='http://ceophoetography.com/wordpress/wp-content/themes/twentyfourteen/js/keyboard-image-navigation.js?ver=20130402'></script>
       <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://ceophoetography.com/wordpress/xmlrpc.php?rsd" />
       <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://ceophoetography.com/wordpress/wp-includes/wlwmanifest.xml" />
       <meta name="generator" content="WordPress 4.1" />
       <link rel='canonical' href='http://ceophoetography.com/?attachment_id=342' />
       <link rel='shortlink' href='http://ceophoetography.com/?p=342' />
       <style type="text/css" media="print">#wpadminbar { display:none; }</style>
       <style type="text/css" media="screen">
       	html { margin-top: 32px !important; }
       	* html body { margin-top: 32px !important; }
       	@media screen and ( max-width: 782px ) {
       		html { margin-top: 46px !important; }
       		* html body { margin-top: 46px !important; }
       	}
       </style>
       <style>body{visibility:hidden;}</style></head>
   
       <body class="attachment single single-attachment postid-342 attachmentid-342 attachment-jpeg logged-in admin-bar no-customize-support custom-background header-image full-width footer-widgets singular">
       <div id="page" class="hfeed site">
       	<div id="site-header" style="text-align: center;">
       		<a href="http://ceophoetography.com/" rel="home">
       			<img src="../../../../images/web_logo.png" width="90%" alt="C.E.O. Phoetography Logo designed to display how it breaks up into &quote;photography&quote; and &quote;poetry&quote;" title="Christian Encouragement Organized Photography & Poetry">
       		</a>
       	</div>
   
       <h1 style="margin-left: auto; margin-right: auto; font-size: 95%; text-align: center; margin-top: -35px; padding-bottom: -25px;">Quality Expressions for Uplifted Existence</h1>
   
       	<header id="masthead" class="site-header" role="banner">
       		<div class="header-main">
       			<h1 class="site-title"><a href="http://ceophoetography.com/" rel="home">The Museum of Spiritual Light</a></h1>
   
       			<div class="search-toggle">
       				<a href="#search-container" class="screen-reader-text">Search</a>
       			</div>
   
       			<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
       				<button class="menu-toggle">Primary Menu</button>
       				<a class="screen-reader-text skip-link" href="#content">Skip to content</a>
       				<div class="menu-information-kiosk-container"><ul id="menu-information-kiosk" class="nav-menu"><li id="menu-item-13" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-13"><a title="Photography" href="http://ceophoetography.com/department/pictures/">Through the Lens</a>
       <ul class="sub-menu">
       	<li id="menu-item-18" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-18"><a title="Promotional-use and display-art photographs" href="http://ceophoetography.com/department/pictures/pictures-1/">ProMo-Peace Pix</a>
       	<ul class="sub-menu">
       		<li id="menu-item-22" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-22"><a title="Landscapes" href="http://ceophoetography.com/department/pictures/pictures-1/landscapes/">Landscapes</a></li>
       		<li id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24"><a title="Clouds" href="http://ceophoetography.com/department/pictures/pictures-1/cloud-pictures/">Skyscapes</a></li>
       		<li id="menu-item-23" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-23"><a title="City skylines" href="http://ceophoetography.com/department/pictures/pictures-1/skylines/">Skylines</a></li>
       	</ul>
       </li>
       	<li id="menu-item-25" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-25"><a title="Photography appreciation" href="http://ceophoetography.com/department/pictures/photography/">Walk in the Light</a>
       	<ul class="sub-menu">
       		<li id="menu-item-26" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-26"><a title="My photography process" href="http://ceophoetography.com/department/pictures/photography/my-process/">Spotlight On…</a></li>
       		<li id="menu-item-19" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-19"><a title="Photographic injustice" href="http://ceophoetography.com/department/pictures/photography/eye-gate/">Dispelling Darkness</a></li>
       	</ul>
       </li>
       </ul>
       </li>
       <li id="menu-item-15" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-15"><a title="Writing by Christian Langston Davidson" href="http://ceophoetography.com/department/writings/">From the Pen</a>
       <ul class="sub-menu">
       	<li id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-21"><a title="Poems" href="http://ceophoetography.com/department/writings/poems/">Read the Light</a></li>
       	<li id="menu-item-20" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-20"><a title="Devotional essays" href="http://ceophoetography.com/department/writings/devotionals/">Why’s Wordz</a></li>
       </ul>
       </li>
       <li id="menu-item-14" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-14"><a title="Souvenirs" href="http://ceophoetography.com/department/souvenirs/">For the Den</a></li>
       <li id="menu-item-16" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-16"><a title="News about C.E.O. Phoetography" href="http://ceophoetography.com/department/news/">Press Room</a>
       <ul class="sub-menu">
       	<li id="menu-item-93" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-93"><a title="Virtuous Vision: about this website" href="http://ceophoetography.com/virtuous-vision/">About this website</a></li>
       	<li id="menu-item-92" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-92"><a href="http://ceophoetography.com/phoetography-definition/">Phoetography: definition</a></li>
       </ul>
       </li>
       <li id="menu-item-17" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-17"><a title="Customer service/contact me" href="http://ceophoetography.com/department/guests/">Patron Relations</a>
       <ul class="sub-menu">
       	<li id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a title="Visitors’ Personal Lights" href="http://ceophoetography.com/privacy-policy/">privacy policy</a></li>
       	<li id="menu-item-154" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-154"><a title="How to provide feedback or make an inquiry" href="http://ceophoetography.com/contact-c-e-o-phoetography/">contact C.E.O. Phoetography</a></li>
       	<li id="menu-item-194" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194"><a title="What ProMo-Peace Pix are all about" href="http://ceophoetography.com/image-use-policy/">image use policy</a></li>
       </ul>
       </li>
       </ul></div>			</nav>
       		</div>
   
       		<div id="search-container" class="search-box-wrapper hide">
       			<div class="search-box">
       				<form role="search" method="get" class="search-form" action="http://ceophoetography.com/">
       	<label>
       		<span class="screen-reader-text">Search for:</span>
       		<input type="search" class="search-field" placeholder="What will brighten your spirits?" value="" name="s" title="Search for:" />
       	</label>
       	<input type="submit" class="search-submit" value="Search" />
       </form>			</div>
       		</div>
       	</header><!-- #masthead -->
   
       	<div id="main" class="site-main">
   
       	<section id="primary" class="content-area image-attachment">
       		<div id="content" class="site-content" role="main">
   
       				<article id="post-342" class="post-342 attachment type-attachment status-inherit hentry">
       				<header class="entry-header">
       					<h1 class="entry-title">Cozy cove</h1>
       					<div class="entry-meta">
   
       						<span class="entry-date"><time class="entry-date" datetime="2014-05-28T10:38:31+00:00">May 28, 2014</time></span>
   
       						<span class="full-size-link"><a href="http://ceophoetography.com/wordpress/wp-content/uploads/2015/01/ete_img20140528-59591-MBG.jpg">972 &times; 648</a></span>
   
       						<span class="parent-post-link"><a href="http://ceophoetography.com/?attachment_id=342" rel="gallery">Cozy cove</a></span>
       						<span class="edit-link"><a class="post-edit-link" href="http://ceophoetography.com/wordpress/wp-admin/post.php?post=342&action=edit">Edit</a></span>					</div><!-- .entry-meta -->
       				</header><!-- .entry-header -->
   
       				<div class="entry-content">
       					<div class="entry-attachment">
       						<div class="attachment">
       							<a href="http://ceophoetography.com/?attachment_id=346" rel="attachment"><img width="810" height="540" src="http://ceophoetography.com/wordpress/wp-content/uploads/2015/01/ete_img20140528-59591-MBG-840x560.jpg" class="attachment-810x810" alt="Cozy cove" /></a>						</div><!-- .attachment -->
   
       												<div class="entry-caption">
       							<p>Sculpture of wood ducks in the English Woodland Garden at the Missouri Botanical Garden on a spring day.</p>
       						</div><!-- .entry-caption -->
       											</div><!-- .entry-attachment -->
   
       									</div><!-- .entry-content -->
       			</article><!-- #post-## -->
   
       			<nav id="image-navigation" class="navigation image-navigation">
       				<div class="nav-links">
       ```
   
 * (Is it a security risk to have my source code posted here? If so, I’d like it
   removed once the issue is resolved.)
 *  Thread Starter [ceophoetography](https://wordpress.org/support/users/ceophoetography/)
 * (@ceophoetography)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673479)
 * Oh, I must add that I haven’t used any of the MLA codes on any page.
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673507)
 * Thanks for taking the time to prepare the before and after images and for posting
   the HTML source code for each. You have not exposed anything beyond what is already
   sent to the visitors browser and thus visible with “view source”, so I don’t 
   think there is any security risk.
 * As you observed, the “after” version is much shorter. It looks like WordPress
   just stopped processing everything when it hit the PHP code for the `nav-links`
   section of your page. Without access to the server and the PHP template for your
   attachment page it is hard to be more specific, but it is a server-side code 
   problem, not an HTML formatting problem. You said that W3 Total Cache is not 
   running; are there other plugins active at this point?
 * If you can’t solve this problem, I could look at your template file. Don’t post
   the template here. You can give me your contact information and I will respond
   with an address where you can e-mail the template file to me. You can use the
   Contact Us page at our web site:
 * [Fair Trade Judaica/Contact Us](http://fairtradejudaica.org/our-story/contact-us/)
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673647)
 * It has been a month since my last post in this topic. I assume you have found
   a solution to your truncated HTML output issue.
 * I am marking this topic resolved, but please update it if you are still having
   trouble with your HTML formatting. Thanks for your interest in the plugin.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Active MLA plugin causes 500 error’ is closed to new replies.

 * ![](https://ps.w.org/media-library-assistant/assets/icon-256x256.png?rev=973502)
 * [Media Library Assistant](https://wordpress.org/plugins/media-library-assistant/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-assistant/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-assistant/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-assistant/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-assistant/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-assistant/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [David Lingren](https://wordpress.org/support/users/dglingren/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/active-mla-plugin-causes-500-error/#post-5673647)
 * Status: resolved