In a completely new installation on a different server, when I create a new journal title and save it, the screen refreshes and becomes a blank screen, with this code as viewable (see below). Any thoughts? Going to the journal page and refreshing shows that the new title was created...
Thanks, Alec
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Journal Settings</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="http://scholarlyexchange.acons.com/ojs/styles/common.css" type="text/css" />
<script type="text/javascript" src="http://scholarlyexchange.acons.com/ojs/js/general.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div id="headerTitle">
<h1>
Scholarly Exchange
</h1>
</div>
</div>
<div id="body">
<div id="sidebar">
<div class="block">
<a href="http://pkp.sfu.ca/ojs/" id="developedBy">Open Journal Systems</a>
</div>
<div class="block">
<a href="javascript:openHelp('http://scholarlyexchange.acons.com/ojs/index.php/index/help/view/site/topic/000002')">Journal Help</a>
</div>
<div class="block">
<span class="blockTitle">User</span>
You are logged in as...<br />
<strong>context1</strong>
<ul>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/user">My Journals</a></li>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/user/profile">My Profile</a></li>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/login/signOut">Log Out</a></li>
</ul>
</div>
<div class="block">
<span class="blockTitle">Journal Content</span>
<span class="blockSubtitle">Search</span>
<form method="post" action="http://scholarlyexchange.acons.com/ojs/index.php/index/search/results">
<table>
<tr>
<td><input type="text" id="query" name="query" size="15" maxlength="255" value="" class="textField" /></td>
</tr>
<tr>
<td><select name="searchField" size="1" class="selectMenu">
<option label="All" value="">All</option>
<option label="Authors" value="1">Authors</option>
<option label="Title" value="2">Title</option>
<option label="Abstract" value="4">Abstract</option>
<option label="Index terms" value="120">Index terms</option>
<option label="Full Text" value="128">Full Text</option>
</select></td>
</tr>
<tr>
<td><input type="submit" value="Search" class="button" /></td>
</tr>
</table>
</form>
<br />
</div>
</div>
<div id="main">
<div id="navbar">
<ul class="menu">
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/index">Home</a></li>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/about">About</a></li>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/user">User Home</a></li>
<li><a href="http://scholarlyexchange.acons.com/ojs/index.php/index/search">Search</a></li>
</ul>
</div>
<div id="breadcrumb">
<a href="http://scholarlyexchange.acons.com/ojs/index.php/index/index">Home</a> >
<a href="http://scholarlyexchange.acons.com/ojs/index.php/index/user" class="hierarchyLink">User</a> >
<a href="http://scholarlyexchange.acons.com/ojs/index.php/index/admin" class="hierarchyLink">Site Administration</a> >
<a href="http://scholarlyexchange.acons.com/ojs/index.php/index/admin/updateJournal" class="current">Journal Settings</a>
</div>
<h2>Journal Settings</h2>
<div id="content">
<br />
<form method="post" action="http://scholarlyexchange.acons.com/ojs/index.php/index/admin/updateJournal">
<p>
<span class="formError">Errors occurred processing this form:</span>
<ul class="formErrorList">
<li>The selected path is already in use by another journal.</li>
</ul>
</p>
<p><span class="instruct">You will automatically be enrolled as the manager of this journal. After creating a new journal, enter it as a manager to continue with its setup and user enrollment.</span></p>
<table class="data" width="100%">
<tr valign="top">
<td width="20%" class="label"><label for="title">Journal title*</label></td>
<td width="80%" class="value"><input type="text" id="title" name="title" value="Test Journal 4" size="40" maxlength="120" class="textField" /></td>
</tr>
<tr valign="top">
<td class="label"><label for="description">Journal description</label></td>
<td class="value"><textarea name="description" id="description" cols="40" rows="10" class="textArea"></textarea></td>
</tr>
<tr valign="top">
<td class="label"><label for="title">Path*</label></td>
<td class="value">
<input type="text" id="path" name="path" value="TJ4" size="16" maxlength="32" class="textField" />
<br />
<span class="instruct">The journal's URL will be
http://scholarlyexchange.acons.com/ojs/index.php/path</span>
</td>
</tr>
<tr valign="top">
<td colspan="2" class="label">
<input type="checkbox" name="enabled" id="enabled" value="1" checked="checked" /> <label for="enabled">Enable this journal to appear publicly on the site</label>
</td>
</tr>
</table>
<p><input type="submit" value="Save" class="button defaultButton" /> <input type="button" value="Cancel" class="button" onclick="document.location.href='http://scholarlyexchange.acons.com/ojs/index.php/index/admin/journals'" /></p>
</form>
<p><span class="formRequired">* Denotes required field</span></p>
</div><!-- content -->
</div><!-- main -->
</div><!-- body -->
</div><!-- container -->
</body>
</html>