Ok, interesting delema. Using the default theme, but all the pages have an added header, and the title shows only "Untitled Document". If you "View Source", there is a complete page BEFORE the pageshell. I will try to post it here, but since it is HTML, it will probably not show:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Testing...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ElggRelease" content="1.7.1" />
<meta name="ElggVersion" content="2010040201" />
<title>This is the actual page title!</title>
Where I placed "Testing..." is at the very top of "pageshell.php". So where in the world is that full page coming from before it, with opening and closing html, head, and body tags???
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Random@Random

Random - 0 likes
- Cash@costelloc

Cash - 0 likes
You must log in to post replies.Well, at least it shows the html... I have hunted and hunted for this ghost "header" file, and it is definitely not in any of the themes (which none are active) and I can't find it!! Hopefully someone can help!!
Probably a bad plugin or a file in core has been changed. Disable third party plugins and copy over the original Elgg source and see if the problem goes away.