Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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
 



 
PausoSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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`)
);

 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [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  
 



 
PausoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Failure In The Portal After The Update To 2.0 With Atachments 
 
the portal and attachments is worse, it will  
 



 
Last edited by Pauso on Thu 27 Sep, 2012 05:55; edited 1 time in total 
PausoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
PausoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Failure In The Portal After The Update To 2.0 With Atachments 
 
Yes, it is the have:

Code: [Download] [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 -->

 



 
PausoSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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


  

 

  cron