-
AuthorPosts
-
John Wesley Brett Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 7, 2015 at 8:39 pm #207076After setting up my migration categories…
When I press “Import K2” button I receive the following errors:
Starting the Migration
Don’t close before it done
Categories : 0 itemsNotice: Use of undefined constant DS – assumed ‘DS’ in /…/plugins/system/jak2tocontent/helpers/migrator.php on line 335
Notice: Use of undefined constant DS – assumed ‘DS’ in /…/plugins/system/jak2tocontent/helpers/migrator.php on line 335
Notice: Use of undefined constant DS – assumed ‘DS’ in /…/plugins/system/jak2tocontent/helpers/migrator.php on line 335
Fatal error: Call to a member function bind() on a non-object in /…/plugins/system/jak2tocontent/helpers/migrator.php on line 371
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 8, 2015 at 11:13 am #573290In this case, I need to check this bug directly on your site, I could not access backend of your site, you can pm me admin login of your site and FTP account. I will help you out.
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 8, 2015 at 11:13 am #738318In this case, I need to check this bug directly on your site, I could not access backend of your site, you can pm me admin login of your site and FTP account. I will help you out.
1 user says Thank You to Ninja Lead for this useful post
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 9, 2015 at 7:01 pm #573487Sorry for the confusion.
The BackEnd registration is now corrected.Thank you for your help in advance.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 9, 2015 at 7:01 pm #738514Sorry for the confusion.
The BackEnd registration is now corrected.Thank you for your help in advance.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 11, 2015 at 10:40 am #573713You can fix this bug with my solution below
Open plugins/system/jak2tocontent/helpers/migrator.php file
find and change
JTable::addIncludePath(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_tags' . DS . 'tables');
to
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
JTable::addIncludePath(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_tags' . DS . 'tables');1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 11, 2015 at 10:40 am #738727You can fix this bug with my solution below
Open plugins/system/jak2tocontent/helpers/migrator.php file
find and change
JTable::addIncludePath(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_tags' . DS . 'tables');
to
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
JTable::addIncludePath(JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_tags' . DS . 'tables');1 user says Thank You to Ninja Lead for this useful post
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 11, 2015 at 1:03 pm #573724Thanks Ninja!
While that cleared that one error message, there is another now:
Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1016
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1018
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1019
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1021
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1025
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1026
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1034
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1035
[/B]JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIASThese are Item View Option Attribute lines in migrator.php – all of which have $params->itemTitle – and the like.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 11, 2015 at 1:03 pm #738738Thanks Ninja!
While that cleared that one error message, there is another now:
Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1016
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1018
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1019
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1021
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1025
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1026
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1034
[/B]Notice: Trying to get property of non-object in …/plugins/system/jak2tocontent/helpers/migrator.php on line 1035
[/B]JLIB_DATABASE_ERROR_ARTICLE_UNIQUE_ALIASThese are Item View Option Attribute lines in migrator.php – all of which have $params->itemTitle – and the like.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 15, 2015 at 7:01 am #574031I’m so sorry about the issue on your site. I tested with JA K2 data migration plugin in my localhost and see the problem with J3.4.1.
I have raised this bug for development team here, they will check and fix it soon.
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
June 15, 2015 at 8:42 am #574048Hello John,
It seems that something not working as expected, you can PM me FTP account of site you’re working on, I will check and help you out.
The Captain ModeratorThe Captain
- Join date:
- December 2014
- Posts:
- 66
- Downloads:
- 74
- Uploads:
- 19
- Thanked:
- 11 times in 11 posts
June 17, 2015 at 2:08 am #574328Hi,
I’m investigating the problem for you and I will reply back shortly
The Captain ModeratorThe Captain
- Join date:
- December 2014
- Posts:
- 66
- Downloads:
- 74
- Uploads:
- 19
- Thanked:
- 11 times in 11 posts
June 17, 2015 at 2:08 am #640667Hi,
I’m investigating the problem for you and I will reply back shortly
The Captain ModeratorThe Captain
- Join date:
- December 2014
- Posts:
- 66
- Downloads:
- 74
- Uploads:
- 19
- Thanked:
- 11 times in 11 posts
June 17, 2015 at 2:08 am #739337Hi,
I’m investigating the problem for you and I will reply back shortly
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
June 18, 2015 at 12:03 pm #574621<em>@Ninja Lead 478128 wrote:</em><blockquote>
I have raised this bug for development team here, they will check and fix it soon.</blockquote>
Thank you…but there seems to be a bug with your issue link.
Look forward to a resolution to this ground breaking component.AuthorPostsThis topic contains 21 replies, has 5 voices, and was last updated by John Wesley Brett 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum