Code: Select all
1:
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3: <__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
CMSMS version 1.9.2.XML Parsing Error: XML or text declaration not at start of entity
Location: http://xxxxx/admin/listcontent.php?sp_=ed0f1b93
Line Number 2, Column 1:
I have some installations that do have an empty line in output and some that not. Trying to figure out the difference between them, I noticed that there is no empty line after the fresh install. When I install the modules Polls and AjaxMadeSimple the empty line appears and it DOES NOT disappear even if the both modules are uninstalled and completely removed.
Additionally, I have figured out that lines are added somewhere BEFORE
Code: Select all
echo $html;
Can someone reproduce the issue?
EDIT: Further debugging shows that empty line is added after the line
Code: Select all
$modload->LoadModules(isset($LOAD_ALL_MODULES), !isset($CMS_ADMIN_PAGE));