Recent Topics

1 Aug 22, 2006 16:23    

update from 0.9.2 to 1.8 was successful and I am getting closer to finish my skin change.

anyway one problem:
I can view my skin, but it shows ony one blog and no sidebar. at the end of the blog error:

Please, do not access this page directly.

what went wrong?

kind regards
joe

2 Aug 15, 2006 15:33

and are you able to view all correctly with a defaultskin ?

3 Aug 16, 2006 06:35

Hi Topanga,

at present my blog runs with nifty corners. everything looks good in the "front-desk".

kind regards
joachim

4 Aug 20, 2006 19:06

still trying to upate my skin from 0.9.2 to 1.8.
at the moment something with the code of "permalink" went wrong and I can not find the problem :( just worked with http://manual.b2evolution.net/Upgrade_Skin_from_0.9.2_to_1.8

this is my code in the area of the permalink


<?php

	// ------------------------------------ START OF POSTS ----------------------------------------

	if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post

        if( isset($MainList) ) while( $Item = $MainList->get_item() ) {

// $MainList->date_if_changed(); ?>

<div class="bPost bPost<?php $Item->status( 'raw' ) ?>" lang="<?php $Item->lang() ?>">



<?php

	locale_temp_switch( $Item->locale ); // Temporarily switch to post locale

	$Item->anchor(); // Anchor for permalinks to refer to

	?>



<h2><?php 

if( ( ($authorimage = 'img/authors/'.strtolower($Item->Author->login).'.jpg')

                                                && is_file( dirname(__FILE__).'/'.$authorimage ) )

                                        ||

                                        ( ($authorimage = 'img/authors/'.strtolower($Item->Author->login).'.jpg')

                                                && is_file( dirname(__FILE__).'/'.$authorimage ) )

                                )

                        { // we have an author image

                                $authorblog = Blog_get_by_ID( $Item->blog_ID );

                                

                                $size = getimagesize( dirname(__FILE__).'/'.$authorimage );

                                echo '<img class="leftmargin" src="'.$authorimage.'" '.$size[3].' alt="'.$Item->Author->

get( 'preferedname', 'htmlattr' ).'" />';

                                echo '</a>';

                        }





if( $Item->get('url') ) {

	$Item->title();

	} else { ?>

	

	



<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>





<?php } ?>

</h2>



<div class="bSmallHead">

<?php

	$Item->permanent_link( '#icon#' );

	echo ' ';

	$Item->issue_time();

	echo ', by ';

	// Load Item's creator User:

	$Item->author();

	$Item->msgform_link( $Blog->get('msgformurl') );

	echo ', ';

	$Item->wordcount();

	echo ' ', T_('words');

	echo ', ';

	$Item->views();

	echo '   ';

	locale_flag( $Item->locale, 'h10px' );

	echo '<br /> ', T_('Categories'), ': ';

	$Item->categories();

?>

</div>


<div class="bText">

	<?php 

	$Item->content();

	link_pages();

	?>

	</div>

<div class="bSmallPrint">

<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>

<?php $Item->feedback_link( 'comments' ) // Link to comments ?>

<?php $Item->feedback_link( 'trackbacks', ' &bull; ' ) // Link to trackbacks ?>

<?php $Item->feedback_link( 'pingbacks', ' &bull; ' ) // Link to trackbacks ?>

<?php $Item->edit_link( ' &bull; ' ) // Link to backoffice for editing ?>

<?php $Item->trackback_rdf ( ' &bull; ' )// trackback autodiscovery information ?>

I can see my updated skin, but only with ONE blog (the latest one). at the end it says: Please, do not access this page directly.

Waht´s the problem???

Kind regards
joe

5 Aug 20, 2006 19:15

Often when it is showing that error, it means that it is trying to find a file that is not uploaded or not correctly uploaded...

Since I had a lot of troubles uploading files in your account, it is very possible that it is something like that...
But to find out what file, that is a complately other question...
I for myself had to upload the whole bunch a couple of times, and at the end it worked...

6 Aug 20, 2006 21:33

What skin are you trying to upgrade that is giving you the problem? Soon we will have a temporary skins demo for 1.8.0 and 1.8.1, and shortly after that we will have the real skins site up to speed again.

7 Aug 21, 2006 06:54

I am trying to update the skin "kubrick2evo".


Form is loading...