1 takaji Aug 24, 2007 20:47
3 jibberjab Aug 24, 2007 23:05
First thing to test, to help in trying to determine if it's the blog or the skin, is to configure the blog to use one of the default skins that comes with it. In other words, a skin that is sure to work with 1.10.2. If one of those skins works, then you know it's something wrong with the skin you're trying to use.
Also, the link to the skin's _main.php you posted doesn't show anything. If you want to show that code, copy/paste it into a text file (main.txt) and link to that text file so it can be viewed/reviewed by someone here.
jj.
4 austriaco Aug 25, 2007 01:46
My 2ยข: I suspect the problem lies in the Skin. Your admin.php is visible and shows the login form. Can you login and browse through your posts?
5 takaji Aug 25, 2007 08:33
Afwas: The following comes up when I try to re-upgrade from a previous version: Checking DB schema version... 9350 : OK.
The database schema is already up to date. There is nothing to do.
As well, the info in _basic_conf.php is all correct.
jibberjab: I set the skin to miami_blue and it displays perfectly, as you can see currently at my blog. I will paste my code in a codebox:
<?php
/**
* This is the main template. It displays the blog.
*
* However this file is not meant to be called directly.
* It is meant to be called automagically by b2evolution.
* To display a blog, you should call a stub file instead, for example:
* /blogs/index.php or /blogs/blog_b.php
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/}
*
* @package evoskins
* @subpackage custom
*/
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
skin_content_header(); // Sets charset!
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php locale_lang() ?>" lang="<?php locale_lang() ?>">
<head>
<?php skin_content_meta(); /* Charset for static pages */ ?>
<?php $Plugins->trigger_event( 'SkinBeginHtmlHead' ); ?>
<title><?php
$Blog->disp('name', 'htmlhead');
request_title( ' - ', '', ' - ', 'htmlhead' );
?></title>
<?php skin_base_tag(); /* Base URL for this skin. You need this to fix relative links! */ ?>
<meta name="Description" content="<?php $Blog->disp( 'shortdesc', 'htmlattr' ); ?>" />
<meta name="Keywords" content="<?php $Blog->disp( 'keywords', 'htmlattr' ); ?>" />
<?php robots_tag(); ?>
<meta name="generator" content="b2evolution <?php echo $app_version ?>" /> <!-- Please leave this for stats -->
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>" />
<link rel="stylesheet" href="custom.css" type="text/css" />
<script language="JavaScript" type="text/javascript">
<!--hide
function newwindow()
{
window.open('../../../t-smoke/media/radio/index.html','jav','width=220,height=365,resizable=no');
}
function newImage(arg) {
if (document.img) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
function changeimg() {
if (document.img && (preloadFlag == true)) {
for (var i=0; i<changeimg.arguments.length; i+=2) {
document[changeimg.arguments[i]].src = changeimg.arguments[i+1];
}
}
}
var preloadFlag = false;
function preloadimg() {
if (document.img) {
Profile_over = newImage("img/Profile-over.gif");
Discography_over = newImage("img/Discography-over.gif");
Art_over = newImage("img/Art-over.gif");
Radio_over = newImage("img/Radio-over.gif");
preloadFlag = true;
}
}
// -->
</script>
<style type="text/css">
<!--
body {
background-image: url(img/bg.gif);
}
-->
</style></head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="850" align="center">
<tbody>
<tr>
<td colspan="2" width="850" valign="top">
<table id="Table_01" width="850" height="351" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="img/ishiitalk_01.gif" width="285" height="126" alt="" /></td>
<td>
<img src="img/ishiitalk_02.gif" width="288" height="126" alt="" /></td>
<td colspan="9">
<img src="img/ishiitalk_03.gif" width="277" height="126" alt="" /></td>
</tr>
<tr>
<td rowspan="4">
<img src="img/ishiitalk_04.gif" width="285" height="116" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_05.gif" width="288" height="116" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_06.gif" width="47" height="116" alt="" /></td>
<td colspan="7">
<img src="img/ishiitalk_07.gif" width="176" height="49" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_08.gif" width="54" height="116" alt="" /></td>
</tr>
<tr>
<td rowspan="2">
<img src="img/ishiitalk_09.gif" width="27" height="38" alt="" /></td>
<td colspan="5">
<a href="#"
onmouseover="changeimg('Profile', 'img/Profile-over.gif'); return true;"
onmouseout="changeimg('Profile', 'img/Profile.gif'); return true;"
onmousedown="changeimg('Profile', 'img/Profile-over.gif'); return true;"
onmouseup="changeimg('Profile', 'img/Profile-over.gif'); return true;">
<img src="img/Profile.gif" alt="" name="Profile" width="124" height="34" border="0" id="Profile" /></a></td>
<td rowspan="2">
<img src="img/ishiitalk_11.gif" width="25" height="38" alt="" /></td>
</tr>
<tr>
<td colspan="5">
<img src="img/ishiitalk_12.gif" width="124" height="4" alt="" /></td>
</tr>
<tr>
<td colspan="7">
<a href="#"
onmouseover="changeimg('Discography', 'img/Discography-over.gif'); return true;"
onmouseout="changeimg('Discography', 'img/Discography.gif'); return true;"
onmousedown="changeimg('Discography', 'img/Discography-over.gif'); return true;"
onmouseup="changeimg('Discography', 'img/Discography-over.gif'); return true;">
<img src="img/Discography.gif" alt="" name="Discography" width="176" height="29" border="0" id="Discography" /></a></td>
</tr>
<tr>
<td rowspan="4">
<img src="img/ishiitalk_14.gif" width="285" height="108" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_15.gif" width="288" height="108" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_16.gif" width="47" height="108" alt="" /></td>
<td colspan="2" rowspan="4">
<img src="img/ishiitalk_17.gif" width="47" height="108" alt="" /></td>
<td colspan="3">
<img src="img/ishiitalk_18.gif" width="87" height="4" alt="" /></td>
<td colspan="2" rowspan="4">
<img src="img/ishiitalk_19.gif" width="42" height="108" alt="" /></td>
<td rowspan="4">
<img src="img/ishiitalk_20.gif" width="54" height="108" alt="" /></td>
</tr>
<tr>
<td>
<img src="img/ishiitalk_21.gif" width="9" height="32" alt="" /></td>
<td>
<a href="#"
onmouseover="changeimg('Art', 'img/Art-over.gif'); return true;"
onmouseout="changeimg('Art', 'img/Art.gif'); return true;"
onmousedown="changeimg('Art', 'img/Art-over.gif'); return true;"
onmouseup="changeimg('Art', 'img/Art-over.gif'); return true;">
<img src="img/Art.gif" alt="" name="Art" width="66" height="32" border="0" id="Art" /></a></td>
<td>
<img src="img/ishiitalk_23.gif" width="12" height="32" alt="" /></td>
</tr>
<tr>
<td colspan="3">
<a href="#"
onmouseover="changeimg('Radio', 'img/Radio-over.gif'); return true;"
onmouseout="changeimg('Radio', 'img/Radio.gif'); return true;"
onmousedown="changeimg('Radio', 'img/Radio-over.gif'); return true;"
onmouseup="changeimg('Radio', 'img/Radio-over.gif'); return true;">
<img src="img/Radio.gif" alt="" name="Radio" width="87" height="30" border="0" id="Radio" /></a></td>
</tr>
<tr>
<td colspan="3">
<img src="img/ishiitalk_25.gif" width="87" height="42" alt="" /></td>
</tr>
<tr>
<td>
<img src="img/spacer.gif" width="285" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="288" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="47" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="27" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="20" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="9" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="66" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="12" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="17" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="25" height="1" alt="" /></td>
<td>
<img src="img/spacer.gif" width="54" height="1" alt="" /></td>
</tr>
</table>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="630" rowspan="2" valign="top" bgcolor="#c0a085"><table cellpadding="0" cellspacing="0" border="0" width="630" bgcolor="#c0a085">
<tbody>
<tr>
<td valign="top" width="630"><div class="posts">
<div class="innerwrap">
<!-- =================================== START OF MAIN AREA =================================== -->
<?php
// ------------------------- MESSAGES GENERATED FROM ACTIONS -------------------------
$Messages->disp( '<div class="action_messages">', '</div>' );
// --------------------------------- END OF MESSAGES ---------------------------------
?>
<?php
// ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------
request_title( '<h2>', '</h2>', ' - ', 'htmlbody' );
// ------------------------------ END OF REQUEST TITLE -----------------------------
?>
<?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( '<h2>', '</h2>', '' );
locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
?>
<div class="bTitle"><h3 class="bTitle"><?php $Item->title( '', '', true ); ?></h3></div>
<div class="bPost" lang="<?php $Item->lang() ?>" xml:lang="<?php $Item->lang() ?>">
<?php
$Item->anchor(); // Anchor for permalinks to refer to
?>
<div class="bSmallHead">
<?php
$Item->permanent_link( '#icon#', '#', '' );
echo ' ';
$Item->issue_time( '' );
echo ', ', T_('Categories'), ': ';
$Item->categories( '#', '<strong>', '</strong>', '', '', '<em>', '</em>', ', ' );
echo ' ';
?>
</div>
<div class="bText">
<?php $Item->content(); ?>
<?php link_pages( '#', '#', 'number', '#', '#', '%d' ) ?>
</div>
<div class="bSmallPrint">
<?php $Item->permanent_link(); ?>
<?php $Item->feedback_link( 'comments', ' • ' ) // Link to comments ?>
<?php $Item->feedback_link( 'trackbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->feedback_link( 'pingbacks', ' • ' ) // Link to trackbacks ?>
<?php $Item->edit_link( ' • ' ) // Link to backoffice for editing ?>
<?php $Item->trackback_rdf() // trackback autodiscovery information ?>
</div>
<?php
// ------------- START OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. -------------
$disp_comments = 1; // Display the comments if requested
$disp_comment_form = 1; // Display the comments form if comments requested
$disp_trackbacks = 1; // Display the trackbacks if requested
$disp_trackback_url = 1; // Display the trackbal URL if trackbacks requested
$disp_pingbacks = 1; // Display the pingbacks if requested
require( dirname(__FILE__).'/_feedback.php' );
// ---------------- END OF INCLUDE FOR COMMENTS, TRACKBACK, PINGBACK, ETC. ----------------
?>
</div>
<?php
locale_restore_previous(); // Restore previous locale (Blog locale)
} // ---------------------------------- END OF POSTS ------------------------------------ ?>
<p class="center"><strong>
<?php posts_nav_link( ' :: ', '#', '#' ); ?>
<?php
// previous_post( '<p class="center">%</p>' );
// next_post( '<p class="center">%</p>' );
?>
</strong></p>
<?php
// -------------- START OF INCLUDES FOR LAST COMMENTS, MY PROFILE, ETC. --------------
// Note: you can customize any of the sub templates included here by
// copying the matching php file into your skin directory.
$current_skin_includes_path = dirname(__FILE__).'/';
// Call the dispatcher:
require $skins_path.'_dispatch.inc.php';
// --------------- END OF INCLUDES FOR LAST COMMENTS, MY PROFILE, ETC. ---------------
?>
</div>
</div>
</td>
</tr>
</tbody>
</table></td>
<td width="220" valign="top" bgcolor="#c0a085"><table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td valign="top" width="220"><div class="bSideItem">
<div align="center"><img border="0" src="img/login.gif" alt="Login" width="83" height="29" />
</div>
<ul>
<?php
user_login_link( '<li>', '</li>' );
user_register_link( '<li>', '</li>' );
user_admin_link( '<li>', '</li>' );
user_profile_link( '<li>', '</li>' );
user_subs_link( '<li>', '</li>' );
user_logout_link( '<li>', '</li>' );
?>
</ul>
You must be a member to view private entries. </div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center"><img border="0" src="img/search.gif" alt="Search" width="101" height="26" /></div>
<?php form_formstart( $Blog->dget( 'blogurl', 'raw' ), 'search', 'SearchForm' ) ?>
<br />
<input style="font-size:10px; font-family:Verdana; color:#000000; background:#ddc2af; border-color: #000000; border-width: 1px" type="text" name="s" size="30" value="<?php echo htmlspecialchars($s) ?>" class="SearchField" />
<br />
<input type="radio" name="sentence" value="AND" id="sentAND" <?php if( $sentence=='AND' ) echo 'checked="checked" ' ?>/>
<label for="sentAND"><?php echo T_('All Words') ?></label>
<br />
<input type="radio" name="sentence" value="sentence" id="sentence" <?php if( $sentence=='sentence' ) echo 'checked="checked" ' ?>/>
<label for="sentence"><?php echo T_('Entire phrase') ?></label>
<br />
<br />
<input type="submit" name="submit" value="<?php echo T_('Search') ?>" />
</form>
</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center"><img border="0" src="img/new_releases.gif" alt="New Releases" width="200" height="26" />
</div>
<div align="center">
<p><a href="http://www.amazon.co.jp/WE-ARE-MUSIC-DVD%E4%BB%98-%E7%B1%B3%E7%B1%B3CLUB/dp/B000RT3RDQ" target="_blank"><img border="0" src="img/we_are_music.gif" alt="WE ARE MUSIC!" width="130" height="130" /></a></p>
<p>WE ARE MUSIC! <br />
K2C's 28th Original Single<br />
2007.08.08</p>
</div>
<div align="center">
<p><a href="http://www.amazon.co.jp/TATUYA-ISHII-SYMPHONY-DREAMS%E3%80%90%E5%AE%8C%E5%85%A8%E7%94%9F%E7%94%A3%E9%99%90%E5%AE%9A%E7%9B%A4%E3%80%91-%E7%9F%B3%E4%BA%95%E7%AB%9C%E4%B9%9F/dp/B000P12D2M" target="_blank"><img border="0" src="img/symphony_dreams.gif" alt="SYMPHONY DREAMS" width="130" height="182" /></a></p>
<p>TATUYA ISHII SYMPHONY DREAMS<br />
Tatsuya's 29th DVD<br />
2007.05.30</p>
</div>
<div align="center">
<p><a href="http://www.amazon.co.jp/%E6%97%A5%E6%99%82%E8%A8%88-%EF%BC%88%E5%88%9D%E5%9B%9E%E9%99%90%E5%AE%9A%E7%9B%A4%EF%BC%89-DVD%E4%BB%98-%E7%9F%B3%E4%BA%95%E7%AB%9C%E4%B9%9F/dp/B000MZHT70/" target="_blank"><img border="0" src="img/sundial.gif" alt="SUNDIAL" width="128" height="130" /></a></p>
<p>SUNDIAL<br />
Tatsuya's 13th Album<br />
2007.04.04</p>
</div>
</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center"><img src="img/upcoming.gif" alt="Upcoming" width="135" height="30" />
</div>
<div align="center"><a href="http://www.amazon.co.jp/%E6%97%A5%E6%99%82%E8%A8%88~premium-~-%E7%9F%B3%E4%BA%95%E7%AB%9C%E4%B9%9F/dp/B000Q6GWBO/" target="_blank"><img border="0" src="img/sundial_premium.gif" alt="SUNDIAL~premium edition~" width="130" height="159" /></a>
<p>SUNDIAL ~premium edition~<br />
Tatsuya's 14th Album<br />
2007.08.29</p>
</div>
<div align="center"><a href="http://www.amazon.co.jp/komedia-jp-%E7%B1%B3%E7%B1%B3CLUB/dp/B000RT3RDG/" target="_blank"><img border="0" src="img/komedia.gif" alt="komedia.jp" width="130" height="130" /></a>
<p>komedia.jp<br />
K2C's 23rd Album<br />
2007.09.05</p>
</div>
</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center">
<p><img src="img/calendar.gif" alt="Calendar" width="135" height="25" /><br />
<br />
<?php next_post(); // activate this if you want a link to the next post in single page mode ?>
<?php previous_post(); // activate this if you want a link to the previous post in single page mode ?>
<?php
// -------------------------- CALENDAR INCLUDED HERE -----------------------------
// Call the Calendar plugin:
$Plugins->call_by_code( 'evo_Calr', array( // Params follow:
'block_start'=>,
'block_end'=>,
'title'=>, // No title.
) );
// -------------------------------- END OF CALENDAR ----------------------------------
?>
</p>
</div>
<ul>
<?php
// -------------------------- ARCHIVES INCLUDED HERE -----------------------------
// Call the Archives plugin:
$Plugins->call_by_code( 'evo_Arch', array( // Add parameters below:
) );
// -------------------------------- END OF ARCHIVES ----------------------------------
?>
<li><a href="<?php $Blog->disp( 'arcdirurl', 'raw' ) ?>"><?php echo T_('more...') ?></a></li>
</ul>
</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center"><img src="img/links.gif" alt="Links" width="83" height="25" />
</div>
<div align="center">
<p><img border="0" src="img/t-stone.gif" alt="T-STONE" width="156" height="58" /></p>
<p> <a href="http://www.ne.jp/asahi/tatuya/club/" target="_blank"><img border="0" src="img/tclogo2.gif" width="88" height="31" alt="Tatuya Club" /></a> </p>
</div>
</div></td>
</tr>
</tbody>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="220">
<tbody>
<tr>
<td width="220" valign="top" bgcolor="#c0a085"><div class="bSideItem">
<div align="center"><img src="img/copyright.gif" alt="Copyright" width="149" height="29" />
</div>
<p align="justify">Content
in this blog is copyright 2005, 2006, 2007 by Justin Lacko. Please do
not direct-link to any content on this site without express permission.</p>
<div align="center"> <a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/img/vcss"
alt="Valid CSS!" /> </a>
<?php
$Hit->log(); // log the hit on this page
debug_info(); // output debug info if requested
?> </div>
</div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<tr>
<td width="850"><div align="center"><img src="img/2005footer.gif" width="850" height="17" alt="Footer" /></div></td>
</tr>
</table>
</body>
</html>
Austriaco: I can login and browse through my posts, if you're assuming that this is being done from the b2evo admin page, not just logged in as a user on the main blog page.
Everyone, thank you very much for the quick help! Hope I can fix this.
6 afwas Aug 25, 2007 12:14
Then I guess you tried your 'old' 0.9 skin in the new blog setup. Unfortunately that is not going to work. You will have to change to a skin provided by the 1.10 setup, choose a new skin from [url=http://skins.b2evolution.net/]here[/url] or [url=http://www.b2evoskins.com/index.php?blog=5]here[/url] or other places. You can also redo the skin you had on your 'old' blog using a new skin as a basis.
Good luck and happy blogging
7 takaji Aug 25, 2007 22:52
Afwas: Thanks for the info, at least I have some direction now as to what to do next. I'm not worried about making the new skin using my old one, so thank you very much for diagnosing the problem!
I'll show it to you when I'm done :D
Thanks to everyone for their quick responses and help!
8 takaji Aug 31, 2007 20:28
Okay, I think I've mostly fixed up the skin now. You can see it at http://www.takaji.ca/ishiitalk.
The only thing is that now I've got another problem, two actually.
The first involves the fact that I can't include any image links in my posts - I get the error "Found invalid URL: URL not allowed"
And this is how the image code is appearing in the blog:
<img src="http://i230.photobucket.com/albums/ee83/Takaji87/100_7291.jpg" alt="image" title="image" />
Anyone have any ideas what's wrong?
Secondly, when I try to use the "upload" button, I get the message "You don't have access to any root directory."
Are my user permissions set wrong or something, I checked, I'm a level 10 user.
Thanks everybody for your help.
9 afwas Sep 01, 2007 00:54
Takaji wrote:
Okay, I think I've mostly fixed up the skin now. You can see it at http://www.takaji.ca/ishiitalk.
It looks nice.
Takaji wrote:
The first involves the fact that I can't include any image links in my posts - I get the error "Found invalid URL: URL not allowed"
And this is how the image code is appearing in the blog:
<img src="http://i230.photobucket.com/albums/ee83/Takaji87/100_7291.jpg" alt="image" title="image" />
Anyone have any ideas what's wrong?
Then photobucket is in the spamlist. Go there in your backoffice and remove the 'tick' before photobucket or photobucket.com or what is in the list.
Takaji wrote:
Secondly, when I try to use the "upload" button, I get the message "You don't have access to any root directory."
Are my user permissions set wrong or something, I checked, I'm a level 10 user.
Thanks everybody for your help.
Then you probably don't have the correct permission set for the media/blog/ folder where the pictures go. I refer to [url=http://forums.b2evolution.net/helper_files/chmod.html]this page[/url] and [url=http://manual.b2evolution.net/Directory_and_file_permissions]this page[/url] for more information on this topic.
Good luck
10 takaji Sep 01, 2007 08:50
I've checked the spamlist, and photobucket or photobucket.com are not in the list at all.
As for the directory/file permissions, I double-checked everything and all my directories have the proper permissions.
Not sure what it could be...
11 afwas Sep 01, 2007 14:52
Hi Takaj,
For the first problem: the error sais the URL is blocked by the spamlist. I gueseed and hoped photobucket was the word, but it may be any combination of letters, like bucket or photo that cause the spamlist to act.
Can you temporarily disable the spamlist and see if the URL is accepted? Then you are sure you need to look inside it.
Regarding your second problem, the media folder and it's subfolders need to be set 777. If that's the case in your setup, I have no clue what goes wrong.
Good luck
12 takaji Sep 01, 2007 18:19
Sorry, but how do you turn off the spamlist? I couldn't find it in any of the blog settings.
13 afwas Sep 01, 2007 18:26
I should have checked, it's less obvious then I thought.
Go to backoffice -> App settings -> Plugins and disable the Basic Antispam plugin
Don't forget to enable it after testing.
Good luck
14 takaji Sep 03, 2007 04:21
I disabled the plugin and tried again, but it didn't work.
Any ideas?
Thanks
15 afwas Sep 03, 2007 04:38
Copying the code you gave and pasting it in the write area have a nice picture on my blog (testing purposes only) see *edit* link removed.
So I have no idea. I suspected the spamlist, but we can rule that one out. Does the error come from B2evo or can your host have blocked something?
I pulling my hair out trying to think of some new ideas.
16 afwas Sep 03, 2007 04:45
Your blog says:
<a href="http://i230.photobucket.com/albums/ee83/Takaji87/100_7291.jpg">
http://i230.photobucket.com/albums/ee83/Takaji87/100_7291.jpg</a>
and that is not going to work. What did you insert into the text field? It looks like you clicked the [link] or [URL] button in stead of the [img] button.
The correct code is mentioned by you before:
<img src="http://i230.photobucket.com/albums/ee83/Takaji87/100_7291.jpg" alt="image" title="image" />
You can copy/paste this into the post, or click the [img] button and enter the URL.
Good luck
17 takaji Sep 03, 2007 18:26
Thanks for testing the image out. Glad to see that it works for you :p
The error came from b2evo. Perhaps it was a bad install or something? I'm sure that my host hasn't blocked the url.
It really makes no sense. Is there a way to reinstall most components without losing too many settings? If so, which files should I overwrite with new copies?
Thanks for your dedicated support.
PS- upon finding I couldn't place an image in the post, I decided to place the URL instead, so at least people could click to see the image. But I do hope I can post images soon.
18 afwas Sep 04, 2007 03:29
Well I've done some thinking and some additional research.
You picture does not show in the post because it is blocked by the Antispam filter (this conclusion is almost certain). One way to find out what part of the URL is blocked is this way:
In ../blogs/conf/_advanced.php find line 33:
$debug = 0;
make that
$debug = 1;
Now debug is on. Paste the exact code you gave in an earlier forum post into a post on your blog. It will give the same error:
Found invalid URL: URL not allowed
but with debug on there will be another line before this one:
Url refused. Debug info: blacklisted word: ????
Remember the word that's represented by ????, find it in the Antispam blacklist and tick the green finch to allow it.
Don't forget to set $debug back to zero,
Good luck
19 takaji Sep 04, 2007 05:52
Hohoho! Look at what was blacklisted!
Found invalid URL: Url refused. Debug info: blacklisted word: [http:]
I removed that entry and re-enabled antispam, and turned debug back off. Everything is back to normal!
Thank you so much for your help! :)
20 afwas Sep 04, 2007 05:54
Well done.
It was a pleasure. B)
I can't tell you drom the outside what went wrong, but I can give you some leads that may or may not solve you problems right away.
First: do not be afraid. Your posts are not lost.
a) Try to run ../blogs/install/index.php again and notice it's output. Try to write down what it says about database version numbers. It either says something like "You already have the correct database version" or it tries to run the database update again and it will tell something like "Database version is xxxx, I will upgrade to version yyyy."
b) check the file ../blogs/_basic_conf.php and see if it stored the database connection settings correct. These are database name, username, password etc.
Please report back to this topic and I (we) will help you further.
Good luck