Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'admin_database.xf_import_log_blogs' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, A moment ago
Stack Trace
#0 /home/admin/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('SELECT new_id F...')
#1 /home/admin/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT new_id F...')
#2 /home/admin/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('SELECT new_id F...')
#3 /home/admin/public_html/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('SELECT new_id F...', Array)
#4 /home/admin/public_html/blog.php(58): Zend_Db_Adapter_Abstract->fetchOne('SELECT new_id F...', Array)
#5 {main}
Request State
array(3) {
["url"] => string(44) "http://site.com/blog.php?b=2580"
["_GET"] => array(1) {
["b"] => string(4) "2580"
}
["_POST"] => array(0) {
}
}Please run this queryI imported from vB. I can see the blogs fine, but some members are reporting this error, and I'm getting the following server error log:
Code:Error Info Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table 'admin_database.xf_import_log_blogs' doesn't exist - library/Zend/Db/Statement/Mysqli.php:77 Generated By: Unknown Account, A moment ago Stack Trace #0 /home/admin/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('SELECT new_id F...') #1 /home/admin/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), 'SELECT new_id F...') #2 /home/admin/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('SELECT new_id F...') #3 /home/admin/public_html/library/Zend/Db/Adapter/Abstract.php(825): Zend_Db_Adapter_Abstract->query('SELECT new_id F...', Array) #4 /home/admin/public_html/blog.php(58): Zend_Db_Adapter_Abstract->fetchOne('SELECT new_id F...', Array) #5 {main} Request State array(3) { ["url"] => string(44) "http://site.com/blog.php?b=2580" ["_GET"] => array(1) { ["b"] => string(4) "2580" } ["_POST"] => array(0) { } }
I checked my database and the table xf_import_log_blogs doesn't exist, but I have a table xf_import_log and archived_import_log_blog. I'm not sure, but it's possible I entered the incorrect table name. Should it be looking for xf_import_log_blogs instead? If so, how can I change it?
ALTER TABLE archived_import_log_blog RENAME TO xf_import_log_blogs;Yeah .. I was about to post that that particular column is not from the main package. Most likely the privacy groupswith latest version installed people cannot register
I understand you are not being mean. The bug does not upset me.
What upsets me is the fact that I was told by you that this was fully responsive.
Now after reading your answer I get the impression that you think I’m coercing you. I’m very sorry about that. That was not my intention. I was simply stating a fact.
We went for your blog system not because of all the cool features it has but because it was ready and we have a contract that kind of puts on in a spot to be completely responsive on the blog section. This is of course my problem and not yours.
Saying that comments are not a high priority accompanied by the comment about this being bought as is makes my situation ever harder.
I don’t really need you to compromise on a date for the release. What I need is a time frame because I would like to have an answer when I’m asked. I am not asking for a refund I will take full responsibility for believing your word and not testing or checking other forums that feature this add on. I understand that this is just another bug for you, but it is a deal breaker for my clients.
.filters {
   margin: auto;
   width: 450px;   
}
   
   .filters li {
     display: inline-block;
     margin-right: 10px;
   }
   
     .filters li.selected span {
       background-color: @primaryLight;     
     }   
   
     .filters li span {
       background-color: @primaryLightest;
       border-radius: 8px;
       border: @primaryLightish 1px solid;
       padding: 2px 10px;
     }
.blogRow .nodeInfo {
   overflow: hidden;
   position: relative;
}
.nodeInfo .avatarContainer {
   float: left;
}
.nodeInfo .nodeText .nodeTitle {
  font-size: 12pt;
}
.blogRow .nodeStats {
   font-size: 11px;
   margin-top: 2px;
}
.blogRow .nodeText {
   margin: 10px 270px 10px 66px;
}
.blogRow .nodeLastPost {
   background: @primaryLightest url('@imagePath/xenforo/gradients/category-23px-light.png') repeat-x top;
   padding: 10px;
   border-bottom: 1px solid @primaryLighterStill;
   font-size: 11px;
   padding: 3px 10px;
   margin: 10px;
   border: 1px solid @primaryLighterStill;
   border-radius: 3px;
   position: absolute;
   top: 0;
   right: 0;
   line-height: 14px;
   white-space: nowrap;
   word-wrap: normal;
   overflow: hidden;
   width: 210px;
   height: 28px;
}
.nodeLastPost .lastEntryTitle {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nodeLastPost .lastThreadMeta {
  display: block;
}
.blogRow .nodeControls
{
   position: absolute;
   top: 0;
   right: 242px;
   margin: 20px 0;
}
   .blogRow .tinyIcon
   {
     background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -112px -16px;
     margin: 1px 4px;
     display: block;
     white-space: nowrap;
     text-indent: 9999px;
     overflow: hidden;
     opacity: 0.25;
     width: 14px;
     height: 14px;
   }
   .blogRow .nodeInfo:hover .tinyIcon[href],
   .Touch .blogRow .tinyIcon
   {
     opacity: 1;
   }
@media (max-width:@maxResponsiveMediumWidth)
{
   .blogRow .nodeText
   {
     margin-right: 0px;
   }
   .blogRow .nodeControls
   {
     display:none;
   }
   .blogRow .nodeLastPost
   {
     display: none;
   }
}/* Ballon style for the comments */
.balloon {  
   background: @secondaryLightest;  
   color: @contentText;
   border: @secondaryLighter 1px solid;
   border-radius: 4px;  
   -moz-border-radius: 4px;  
   -webkit-border-radius: 4px;  
   
   padding: 10px;  
   position: relative;  
   font-size: 12px;  
   text-align: justify;  
}  
.balloon .arrow {  
   border-color: transparent @secondaryLightest transparent transparent;  
   border-style: solid;  
   border-width: 10px;  
   display: block;  
   height: 0;  
   left: -20px;  
   position: absolute;  
   top: 20px;  
   width: 0;  
}
/* Modifiers for the comments */
.commentsList {
  margin-left: 100px;
  margin-right: 100px;
}
.commentsList li {
  clear: both;
}
.commentsList .avatar {
  float: left;
}
.commentsList .postInfo {
  margin-left: {xen:calc '65+26'}px;
}
.commentsList .comment {
  margin-bottom: 15px;
}
.commentsList .postControls .item {
  margin-right: 10px;
}
.commentsList .publicControls {
  float: right;
  font-size: 0.8em;
  margin-top: 6px;
   height: 10px;
}
.commentsList .postControls {
  font-size: 0.8em;
  margin-top: 6px;
   height: 10px;   
}
/* Blog indicator */
.commentsList .blogIndicatorContainer
{
   float: left;
   margin: 5px 5px 0px 5px;
}
.commentsList .blogIndicatorEmpty
{
   float: left;   
   margin-left: 0px 5px 0px 5px;
   min-width: 16px; /* the width of the B icon */
}
.likesSummary {
   margin-top: 10px;
}
@media (max-width:@maxResponsiveMediumWidth)
{
   .commentsList
   {
     margin-left: 0px;
     margin-right: 0px;     
   }   
}
@media (max-width:@maxResponsiveNarrowWidth)
{
   .commentsList .blogIndicatorContainer
   {
     display: none;
   }
   .commentsList .avatar
   {
     display: none;
   }
   .commentsList .arrow
   {
     display: none;
   }
   .commentsList .postInfo
   {
     margin-left: 0px;
   }
}There is an option for that in your AdminCP -> Options -> BlogsSo the addon adds a B that is linked to a blog in my user Avatar blocks to the right of their thread content which breaks them. How do I stop this happening?
There is an option for that in your AdminCP -> Options -> Blogs

You can't, there is a blog per user, so they can't really be deleted.How I can delete blogs?
thanks

 from the category names
 from the category namesThat folder had the XenPorta blocks. Were you using those ?@Riger Kentaurus Extra folder is empty in 1.0.22 zip file
We use essential cookies to make this site work, and optional cookies to enhance your experience.