After the update to 2.0 when uploading atachments to the portal (in the block_news) I get the following error: Template->loadfile(): No file specified for handle news_block_195
It does not happen when uploading images, but only with attachments or if uploading images as attachments.
My URL is aranjuez.ws
Payment server
No MOD installed
Failure In The Portal After The Update To 2.0 With Atachments
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Can you confirm that you did all the steps of the intructions Pauso?
Maybe most important deleting/over-writing the template files (step 9 and 13)
English instructions
EDIT: I'm not posting the Spanish instructions because to me they look different :oops:
Maybe most important deleting/over-writing the template files (step 9 and 13)
English instructions
EDIT: I'm not posting the Spanish instructions because to me they look different :oops:
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Now I get an other error at your site. "Unknown column 'url' in 'field list' [1054]"
Looks like there is something wrong with: phpbb_referers
Make a backup of this table... delete this table and run this sql code
Looks like there is something wrong with: phpbb_referers
Make a backup of this table... delete this table and run this sql code
CREATE TABLE `phpbb_referers` (
`id` INT(11) NOT NULL auto_increment,
`host` VARCHAR(255) NOT NULL DEFAULT '',
`url` VARCHAR(255) NOT NULL DEFAULT '',
`t_url` VARCHAR(255) NOT NULL DEFAULT '',
`ip` VARCHAR(40) NOT NULL DEFAULT '',
`hits` INT(11) NOT NULL DEFAULT '1',
`firstvisit` INT(11) NOT NULL DEFAULT '0',
`lastvisit` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
);
`id` INT(11) NOT NULL auto_increment,
`host` VARCHAR(255) NOT NULL DEFAULT '',
`url` VARCHAR(255) NOT NULL DEFAULT '',
`t_url` VARCHAR(255) NOT NULL DEFAULT '',
`ip` VARCHAR(40) NOT NULL DEFAULT '',
`hits` INT(11) NOT NULL DEFAULT '1',
`firstvisit` INT(11) NOT NULL DEFAULT '0',
`lastvisit` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
);
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Yes, if all steps one by one
I do not see that error :shock:
Joshua203 wrote: [View Post]
Yes, if all steps one by one
TheSteffen wrote: [View Post]
I do not see that error :shock:
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
I saw it on your startsite... now its gone.
But take a look here: Referidos HTTP referers.php
Pauso wrote: [View Post]
I saw it on your startsite... now its gone.
But take a look here: Referidos HTTP referers.php
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Last edited by Pauso on Thu 27 Sep, 2012 05:55; edited 1 time in total
the portal and attachments is worse, it will :(
Last edited by Pauso on Thu 27 Sep, 2012 05:55; edited 1 time in total
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
I dont need the code of referers.php ... please remove it.
I only want to say, you have more than one problem.
aranjuez.ws/referers.php
I only want to say, you have more than one problem.
aranjuez.ws/referers.php
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
sorry, deleted
I did what you said and perfect! Many thanks!
I still happening at the portal, that table can not be to test
I did what you said and perfect! Many thanks!
I still happening at the portal, that table can not be to test
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Now to your main problem: can you check you have this file
templates\default\news_attach_body.tpl
templates\default\news_attach_body.tpl
Subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Yes, it is the have:
<!-- BEGIN attach -->
<br /><br />
<!-- BEGIN denyrow -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" align="center"><b><span class="gen">{articles.attach.denyrow.L_DENIED}</span></b></th></tr>
</table>
<!-- END denyrow -->
<!-- BEGIN cat_stream -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" colspan="3" align="center"><b><span class="gen">{articles.attach.cat_stream.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.FILESIZE} {articles.attach.cat_stream.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.cat_stream.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br />
<object id="wmp" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="{articles.attach.cat_stream.U_DOWNLOAD_LINK}">
<param name="ShowControls" value="1">
<param name="ShowDisplay" value="0">
<param name="ShowStatusBar" value="1">
<param name="AutoSize" value="1">
<param name="AutoStart" value="0">
<param name="Visible" value="1">
<param name="AnimationStart" value="0">
<param name="Loop" value="0">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{articles.attach.cat_stream.U_DOWNLOAD_LINK}" name="MediaPlayer2" showcontrols="1" showdisplay="0" showstatusbar="1" autosize="1" autostart="0" visible="1" animationatstart="0" loop="0"></embed>
</object><br /><br />
</td>
</tr>
</table>
<!-- END cat_stream -->
<!-- BEGIN cat_swf -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" colspan="3" align="center"><b><span class="gen">{articles.attach.cat_swf.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.FILESIZE} {articles.attach.cat_swf.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.cat_swf.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="{articles.attach.cat_swf.WIDTH}" height="{articles.attach.cat_swf.HEIGHT}">
<param name="movie" value="{articles.attach.cat_swf.U_DOWNLOAD_LINK}">
<param name="loop" value="1">
<param name="quality" value="high">
<param name="scale" value="noborder">
<param name="wmode" value="transparent">
<param name="bgcolor" value="#000000">
<embed src="{articles.attach.cat_swf.U_DOWNLOAD_LINK}" loop="1" quality="high" scale="noborder" wmode="transparent" bgcolor="#000000" width="{articles.attach.cat_swf.WIDTH}" height="{articles.attach.cat_swf.HEIGHT}" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object><br /><br />
</td>
</tr>
</table>
<!-- END cat_swf -->
<!-- BEGIN cat_images -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="2" align="center"><b><span class="gen">{articles.attach.cat_images.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="25%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_images.FILESIZE} {articles.attach.cat_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {articles.attach.cat_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_images.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr><td colspan="2" align="center"><br />{articles.attach.cat_images.IMG_CODE}<br /><br /></td></tr>
</table>
<!-- END cat_images -->
<!-- BEGIN cat_thumb_images -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="2" align="center"><b><span class="gen">{articles.attach.cat_thumb_images.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="25%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.FILESIZE} {articles.attach.cat_thumb_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {articles.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br /><a href="{articles.attach.cat_thumb_images.IMG_SRC}" target="_blank"><img src="{articles.attach.cat_thumb_images.IMG_THUMB_SRC}" alt="{articles.attach.cat_thumb_images.DOWNLOAD_NAME}" /></a><br /><br /></td>
</tr>
</table>
<!-- END cat_thumb_images -->
<!-- BEGIN attachrow -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="3" align="center"><b><span class="gen">{articles.attach.attachrow.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.COMMENT}</span></td>
<td width="10%" class="row2 row-center" rowspan="4" align="center">{articles.attach.attachrow.S_UPLOAD_IMAGE}<br /><a href="{articles.attach.attachrow.U_DOWNLOAD_LINK}" {articles.attach.attachrow.TARGET_BLANK} class="genmed"><b>{L_DOWNLOAD}</b></a></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILENAME}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.DOWNLOAD_NAME}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.FILESIZE} {articles.attach.attachrow.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
</tr>
</table>
<!-- END attachrow -->
<!-- END attach -->
<br /><br />
<!-- BEGIN denyrow -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" align="center"><b><span class="gen">{articles.attach.denyrow.L_DENIED}</span></b></th></tr>
</table>
<!-- END denyrow -->
<!-- BEGIN cat_stream -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" colspan="3" align="center"><b><span class="gen">{articles.attach.cat_stream.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.FILESIZE} {articles.attach.cat_stream.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.cat_stream.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_stream.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br />
<object id="wmp" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="{articles.attach.cat_stream.U_DOWNLOAD_LINK}">
<param name="ShowControls" value="1">
<param name="ShowDisplay" value="0">
<param name="ShowStatusBar" value="1">
<param name="AutoSize" value="1">
<param name="AutoStart" value="0">
<param name="Visible" value="1">
<param name="AnimationStart" value="0">
<param name="Loop" value="0">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp" src="{articles.attach.cat_stream.U_DOWNLOAD_LINK}" name="MediaPlayer2" showcontrols="1" showdisplay="0" showstatusbar="1" autosize="1" autostart="0" visible="1" animationatstart="0" loop="0"></embed>
</object><br /><br />
</td>
</tr>
</table>
<!-- END cat_stream -->
<!-- BEGIN cat_swf -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th width="100%" colspan="3" align="center"><b><span class="gen">{articles.attach.cat_swf.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.FILESIZE} {articles.attach.cat_swf.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.cat_swf.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_swf.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="{articles.attach.cat_swf.WIDTH}" height="{articles.attach.cat_swf.HEIGHT}">
<param name="movie" value="{articles.attach.cat_swf.U_DOWNLOAD_LINK}">
<param name="loop" value="1">
<param name="quality" value="high">
<param name="scale" value="noborder">
<param name="wmode" value="transparent">
<param name="bgcolor" value="#000000">
<embed src="{articles.attach.cat_swf.U_DOWNLOAD_LINK}" loop="1" quality="high" scale="noborder" wmode="transparent" bgcolor="#000000" width="{articles.attach.cat_swf.WIDTH}" height="{articles.attach.cat_swf.HEIGHT}" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object><br /><br />
</td>
</tr>
</table>
<!-- END cat_swf -->
<!-- BEGIN cat_images -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="2" align="center"><b><span class="gen">{articles.attach.cat_images.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="25%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_images.FILESIZE} {articles.attach.cat_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {articles.attach.cat_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_images.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr><td colspan="2" align="center"><br />{articles.attach.cat_images.IMG_CODE}<br /><br /></td></tr>
</table>
<!-- END cat_images -->
<!-- BEGIN cat_thumb_images -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="2" align="center"><b><span class="gen">{articles.attach.cat_thumb_images.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="25%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.FILESIZE} {articles.attach.cat_thumb_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed"> {articles.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed"> {articles.attach.cat_thumb_images.L_DOWNLOAD_COUNT}</span></td>
</tr>
<tr>
<td colspan="2" align="center"><br /><a href="{articles.attach.cat_thumb_images.IMG_SRC}" target="_blank"><img src="{articles.attach.cat_thumb_images.IMG_THUMB_SRC}" alt="{articles.attach.cat_thumb_images.DOWNLOAD_NAME}" /></a><br /><br /></td>
</tr>
</table>
<!-- END cat_thumb_images -->
<!-- BEGIN attachrow -->
<table class="forumline" width="95%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr><th colspan="3" align="center"><b><span class="gen">{articles.attach.attachrow.DOWNLOAD_NAME}</span></b></th></tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.COMMENT}</span></td>
<td width="10%" class="row2 row-center" rowspan="4" align="center">{articles.attach.attachrow.S_UPLOAD_IMAGE}<br /><a href="{articles.attach.attachrow.U_DOWNLOAD_LINK}" {articles.attach.attachrow.TARGET_BLANK} class="genmed"><b>{L_DOWNLOAD}</b></a></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILENAME}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.DOWNLOAD_NAME}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.FILESIZE} {articles.attach.attachrow.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed"> {articles.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed"> {articles.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
</tr>
</table>
<!-- END attachrow -->
<!-- END attach -->
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.126s (PHP: 16% SQL: 84%)
SQL queries: 11 - Debug Off - GZIP Enabled