Failure In The Portal After The Update To 2.0 With Atachments »  Show posts from    to     

Icy Phoenix


Old Support Topics - Failure In The Portal After The Update To 2.0 With Atachments



Pauso [ Sun 23 Sep, 2012 15:31 ]
Post subject: Failure In The Portal After The Update To 2.0 With Atachments
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


Joshua203 [ Sun 23 Sep, 2012 23:20 ]
Post 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


TheSteffen [ Mon 24 Sep, 2012 11:58 ]
Post 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
Code: [Hide] [Select]
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`)
);


Pauso [ Mon 24 Sep, 2012 22:59 ]
Post subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Joshua203 wrote: [View Post]
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


Yes, if all steps one by one

TheSteffen wrote: [View Post]
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
Code: [Hide] [Select]
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`)
);


I do not see that error


TheSteffen [ Wed 26 Sep, 2012 09:21 ]
Post subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Pauso wrote: [View Post]
I do not see that error

I saw it on your startsite... now its gone.

But take a look here: Referidos HTTP referers.php


Pauso [ Wed 26 Sep, 2012 19:07 ]
Post subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
the portal and attachments is worse, it will


TheSteffen [ Wed 26 Sep, 2012 23:40 ]
Post 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


Pauso [ Thu 27 Sep, 2012 06:08 ]
Post 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


TheSteffen [ Thu 27 Sep, 2012 15:19 ]
Post 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


Pauso [ Thu 27 Sep, 2012 19:08 ]
Post subject: Re: Failure In The Portal After The Update To 2.0 With Atachments
Yes, it is the have:

Code: [Hide] [Select]
<!-- 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">&nbsp;{L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_stream.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_stream.FILESIZE} {articles.attach.cat_stream.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{articles.attach.cat_stream.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{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">&nbsp;{L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_swf.COMMENT}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_swf.FILESIZE} {articles.attach.cat_swf.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{articles.attach.cat_swf.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{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">&nbsp;{L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed">&nbsp;{articles.attach.cat_images.FILESIZE} {articles.attach.cat_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed">&nbsp;{articles.attach.cat_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed">&nbsp;{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">&nbsp;{L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.cat_thumb_images.COMMENT}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
<td class="row3"><span class="genmed">&nbsp;{articles.attach.cat_thumb_images.FILESIZE} {articles.attach.cat_thumb_images.SIZE_VAR}</span></td>
</tr>
<tr>
<td class="row2"><span class="genmed">&nbsp;{articles.attach.cat_thumb_images.L_DOWNLOADED_VIEWED}:</span></td>
<td class="row3"><span class="genmed">&nbsp;{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">&nbsp;{L_DESCRIPTION}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{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">&nbsp;{L_FILENAME}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.attachrow.DOWNLOAD_NAME}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{L_FILESIZE}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.attachrow.FILESIZE} {articles.attach.attachrow.SIZE_VAR}</span></td>
</tr>
<tr>
<td width="15%" class="row2"><span class="genmed">&nbsp;{articles.attach.attachrow.L_DOWNLOADED_VIEWED}:</span></td>
<td width="75%" class="row3"><span class="genmed">&nbsp;{articles.attach.attachrow.L_DOWNLOAD_COUNT}</span></td>
</tr>
</table>
<!-- END attachrow -->
<!-- END attach -->




Powered by Icy Phoenix