Could the PHP version also be contributing to the Mod_Security issue? The host really refuses to undo that.
EDIT: Never mind that seems to be an Apache issue instead.
--------------- Added [DATE]1567872739[/DATE] at [TIME]1567872739[/TIME] ---------------
As for the template its either:
socialgroups_pictures:
Code:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml"<vb:if condition="$vboptions['enablefacebookconnect']"> xmlns:fb="http://www.facebook.com/2008/fbml"</vb:if> dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html">
<head>
{vb:raw headinclude}
<title>{vb:raw group.name} - {vb:rawphrase pictures}</title>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile album-rollup.css,socialgroups.css}
<vb:else />
{vb:cssfile album.css,pictures.css,socialgroups.css}
</vb:if>
{vb:raw headinclude_bottom}
</head>
<body>
{vb:raw header}
{vb:raw navbar}
<div id="pagetitle">
<h1>{vb:rawphrase pictures_from_group_x, {vb:raw group.name}}</h1>
</div>
<vb:if condition="1 OR $pagenav OR $show['add_pictures_link']">
<div class="floatcontainer" id="controls_above">
<vb:if condition="$pagenav">
<div id="pagination_top">
{vb:raw pagenav}
</div>
</vb:if>
<vb:if condition="$show['add_pictures_link'] AND $picturebits">
<a class="uploadlaunchlink textcontrol" href="newattachment.php?{vb:raw session.sessionurl}{vb:raw values}&poststarttime={vb:raw poststarttime}&posthash={vb:raw posthash}&contenttypeid={vb:raw contenttypeid}">{vb:rawphrase add_pictures}</a>
</vb:if>
</div>
</vb:if>
<vb:if condition="$show['add_pictures_link']">
<form class="vbform block hidden" id="uploaddisplay" action="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}group.php?do=updatepictures&groupid={vb:raw group.groupid}" method="post">
<div class="blockbody formcontrols">
<h2 class="blockhead">{vb:rawphrase pending_pictures}</h2>
<ul id="attachlist_list2">
<li class="hidden"> </li>
</ul>
</div>
<div class="blockfoot actionbuttons">
<input type="submit" class="button" value="{vb:rawphrase save_changes}" accesskey="s" tabindex="1" />
</div>
<input type="hidden" name="posthash" value="{vb:raw posthash}" />
<input type="hidden" name="poststarttime" value="{vb:raw poststarttime}" />
<input type="hidden" name="do" value="updatepictures" />
<input type="hidden" name="groupid" value="{vb:raw group.groupid}" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
</form>
</vb:if>
<div id="view-group-info">
<h2 class="blockhead">{vb:rawphrase group_pictures}</h2>
<div class="blockbody">
<div id="view-group-pictures">
<vb:if condition="$picturebits">
<ol id="thumbnails" class="formcontrols blockbody">
<h3 style="padding: 10px 0px 0px 10px;">{vb:rawphrase showing_x_of_y_pictures, {vb:raw pictures_shown}, {vb:raw group.picturecount}}</h3>{vb:raw picturebits}
</ol>
<vb:else />
{vb:rawphrase no_pictures_added_group_yet}
<vb:if condition="$show['add_pictures_link']">
<a class="uploadlaunchlink" href="newattachment.php?{vb:raw session.sessionurl}{vb:raw values}&poststarttime={vb:raw poststarttime}&posthash={vb:raw posthash}&contenttypeid={vb:raw contenttypeid}">{vb:rawphrase add_pictures_to_this_group}</a></vb:if>
</vb:if>
</div>
</div>
</div>
<div class="groupcontrols">
<vb:if condition="$groupoptions['join']">
<a href="{vb:link group, {vb:raw group}, 'do=join'}" class="textcontrol" rel="nofollow">{vb:rawphrase join_group}</a>
</vb:if>
<vb:if condition="$groupoptions['leave']">
<a href="{vb:link group, {vb:raw group}, 'do=leave'}" class="textcontrol" rel="nofollow">{vb:rawphrase leave_group}</a>
</vb:if>
<vb:if condition="$groupoptions['edit']">
<a href="{vb:link group, {vb:raw group}, 'do=edit'}" class="textcontrol" rel="nofollow">{vb:rawphrase edit_group}</a>
</vb:if>
<vb:if condition="$groupoptions['delete']">
<a href="{vb:link group, {vb:raw group}, 'do=delete'}" class="textcontrol" rel="nofollow">{vb:rawphrase delete_group}</a>
</vb:if>
<vb:if condition="$groupoptions['manage']">
<a href="{vb:link group, {vb:raw group}, 'do=manage'}" class="textcontrol" rel="nofollow">{vb:rawphrase pending_and_invited_members}</a>
</vb:if>
<vb:if condition="$groupoptions['managemembers']">
<a href="{vb:link group, {vb:raw group}, 'do=managemembers'}" class="textcontrol" rel="nofollow">{vb:rawphrase manage_members}</a>
</vb:if>
<vb:if condition="$groupoptions['transfergroup']">
<a href="{vb:link group, {vb:raw group}, 'do=transfer'}" class="textcontrol" rel="nofollow">{vb:rawphrase transfer_group}</a>
</vb:if>
</div>
<vb:if condition="$show['add_pictures_link']">
<script type="text/javascript" src="clientscript/vbulletin_attachment.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
vB_Attachments = new vB_Attachment('attachlist', {
editorid : '',
poststarttime: '{vb:raw poststarttime}',
posthash : '{vb:raw posthash}',
contentid : '{vb:raw group.groupid}',
userid : '{vb:raw bbuserinfo.userid}',
contenttypeid: '{vb:raw contenttypeid}',
values : '{vb:raw values}',
insertinline : '0',
enhanced : '<vb:if condition="$vboptions['vbasset_enable'] AND $bbuserinfo['vbasset_enable']">1</vb:if>'
});
//-->
</script>
</vb:if>
{vb:raw footer}
</body>
</html>