[XI] Blog [Paid] [Deleted]

I have XI Blog 1.0 and just tried updating to 1.1.0 Beta 3 and get this error '
The specified add-on does not match the add-on you chose to upgrade.'
Ive already overwritten the files....what next?
 
I have XI Blog 1.0 and just tried updating to 1.1.0 Beta 3 and get this error '
The specified add-on does not match the add-on you chose to upgrade.'
Ive already overwritten the files....what next?
You install XI blog as a new add-on, not as an upgrade to v1.0.
 
Server Error

Mysqli statement execute error : Field 'contributors' doesn't have a default value
  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in XI/Blog/ControllerAdmin/BlogImport.php at line 50
  4. XI_Blog_ControllerAdmin_BlogImport->actionImport() in XenForo/FrontController.php at line 310
  5. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  6. XenForo_FrontController->run() in /var/www/vhosts/truckmountforums.com/httpdocs/admin.php at line 13
I get this when I tried using the import link, how can I resolve this?
 
I have almost 4,000+ blog entries ....how can I fix this contributor error? I am upgrading from 1.0 to 1.1.0 3
 
In the file:
/library/XI/Blog/ControllerPublic/Import.php, lines 43-51, replace it with the following:
PHP:
			foreach ($blogOwners AS $userId => $username)
			{
				$db->query("
					INSERT INTO xf_xi_blog_member_blog
						(title, description, user_id, username, contributors)
					VALUES
						(?, '', ?, ?, '')
				", array("{$username}'s Blog", $userId, $username));
			}

This should fix your error.
 
In the file:
/library/XI/Blog/ControllerPublic/Import.php, lines 43-51, replace it with the following:
PHP:
 foreach ($blogOwners AS $userId => $username)
{
$db->query("
INSERT INTO xf_xi_blog_member_blog
(title, description, user_id, username, contributors)
VALUES
(?, '', ?, ?, '')
", array("{$username}'s Blog", $userId, $username));
}

This should fix your error.
There is no Import.php inside /library/XI/Blog/ControllerPublic/

I see a BlogImport.php in /library/XI/Blog/ControllerAdmin/

Is that the one you mean?
 
Now im getting this (as I just placed that info in the blogimport.php)

I get this after I clicked submit and then agreed to purge all the LN blog (
Blog entries and comments imported successfully. The next step will rebuild member blog, entry, and comment data. After this step completes, all remaining content from LNBlog will be purged.)

Server Error

Missing argument 2 for XI_Blog_Model_Entry::getLastEntryInBlog(), called in /var/www/vhosts/truckmountforums.com/httpdocs/library/XI/Blog/ControllerAdmin/BlogImport.php on line 156 and defined
  1. XenForo_Application::handlePhpError() in XI/Blog/Model/Entry.php at line 246
  2. XI_Blog_Model_Entry->getLastEntryInBlog() in XI/Blog/ControllerAdmin/BlogImport.php at line 156
  3. XI_Blog_ControllerAdmin_BlogImport->actionRebuild() in XenForo/FrontController.php at line 310
  4. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  5. XenForo_FrontController->run() in /var/www/vhosts/truckmountforums.com/httpdocs/admin.php at line 13
 
And when I visit the blog page I get this:

Server Error

Undefined index: secondary_group_ids
  1. XenForo_Application::handlePhpError() in ChangeIsTrusted/Model/User.php at line 11
  2. ChangeIsTrusted_Model_User->prepareUser() in XI/Blog/Model/Blog.php at line 430
  3. XI_Blog_Model_Blog->prepareBlog() in XI/Blog/ControllerPublic/Index.php at line 64
  4. XI_Blog_ControllerPublic_Index->actionIndex() in XenForo/FrontController.php at line 310
  5. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  6. XenForo_FrontController->run() in /var/www/vhosts/truckmountforums.com/httpdocs/index.php at line 13
 
Disable it for now until I can examine the issue closer.
Thanks, please I need help asap as I have around 4,000 blog entries and my members use it daily - plus i paid you to create a do-follow mod for it awhile ago which members pay for, so this is really hurting me right now when there is no entries for them atm.

thanks
 
You should be able to disable 1.1 and continue to use 1.0.
If installation succeeded with 1.1, no, that wouldn't be possible.
Thanks, please I need help asap as I have around 4,000 blog entries and my members use it daily - plus i paid you to create a do-follow mod for it awhile ago which members pay for, so this is really hurting me right now when there is no entries for them atm.

thanks
I'm actually back home now and not on the road like I was the previous 2 days. I apologize from the delay of supporting you.

You shall hear from me via PC soon as I catch up with other issues that must be dealt with as well. :)
 
Can I have some pictures of the blog. If I'm going to spend $35 I'd at least like to see it first before taking a chance with it.
 
Has somebody had a problem like this?

Version Beta.3. Error occurs when picture is added to the post.

Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'xf_xi_blog_entry' at line 1
  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XI/Blog/DataWriter/Discussion/Entry.php at line 328
  5. XI_Blog_DataWriter_Discussion_Entry->_associateAttachment() in XI/Blog/DataWriter/Discussion/Entry.php at line 243
  6. XI_Blog_DataWriter_Discussion_Entry->_postSave() in XenForo/DataWriter.php at line 1385
  7. XenForo_DataWriter->save() in XI/Blog/ControllerPublic/Index.php at line 358
  8. XI_Blog_ControllerPublic_Index->actionAddEntry() in XenForo/FrontController.php at line 313
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  10. XenForo_FrontController->run() in /data01/virt29698/domeenid/www.mybody.ee/foorum/index.php at line 13
 
Back
Top Bottom