I’ve just recently moved a site to a new location. The move has been successful from the stand point of the migration itself. The CP is accessible and all of it’s components made the move with no trouble.
I did have to make a few updates to some custom queries because of the new environment.
However, there is one wired side effect that I can’t seem to figure out.
The heart of this site is driven by a single template with quite a bit of conditional logic used to determine display. All of the complex conditions render just fine. It’s when my weblog tag has no associated conditions that the selected entry does not display (no mark-up written to the rendered page).
Backing up a bit:
The old install:
ExpressionEngine 1.6.1 Build: 20071204
PHP Version 4.4.7
mysql 4.1.22-standard-log
The new install:
ExpressionEngine 1.6.1 Build: 20071204
PHP Version 5.2.6
mysql 5.0.22
This tag pulls the expected data when any of the conditions that test for existence of content to a set of custom fields are met. However, if those fields contain no content
the initial data does not load.
The URL used to fire all of this is
/index.php/site/projects/category/identities/identity_system_mediastorytellers/Mediastorytellers
The tag
{exp:weblog:entries weblog="project_entry" sort="desc" limit="1" url_title="{segment_5}"}
<div id="project_head" class="clearfix">
<ul id="info">
<li><h2>{project_name}</h2></li>
<li><h3>{project_location}</h3></li>
<li><h3>{project_type}{if project_url} <span style="font-weight:normal; letter-spacing:0;"> [<a href="#">View Project</a>]</span>{/if}</h3></li>
</ul>
</div>
// series of conditions that pull in content if entered into the system
{/exp:weblog:entries}
I’m more than willing to provide access to the CP if need be. This project has a bunch of problems that need to be addressed but I can’t until I am able to address this basic issue.
Thanks.
