-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 3:49 am #693170Hi there
Thank you for information.
I have just download and checked our quickstart. At moment everything working fine also have right data ( with sample database insert )But yes, i have faced few times with quickstart caused trouble, specially in case use quickstart but do not choose install sample database.
Thank you for all information.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 3:49 am #749858Hi there
Thank you for information.
I have just download and checked our quickstart. At moment everything working fine also have right data ( with sample database insert )But yes, i have faced few times with quickstart caused trouble, specially in case use quickstart but do not choose install sample database.
Thank you for all information.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 6:38 am #693242Hi Viet,
Unfortunately not. I just tried to add a tag to an article on mt5p.mwinda.org test site but I get an error message with no detail.
re: quickstart: It seems that it is necessary to populate all tables with first ‘ROOT’ line, at least, to prevent later update problems even when demo content is not chosen by user.
Tim
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 6:38 am #749876Hi Viet,
Unfortunately not. I just tried to add a tag to an article on mt5p.mwinda.org test site but I get an error message with no detail.
re: quickstart: It seems that it is necessary to populate all tables with first ‘ROOT’ line, at least, to prevent later update problems even when demo content is not chosen by user.
Tim
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 6:41 am #693243Hi there
Just for confirm. You have error like this ?https://www.dropbox.com/s/ve7le6d0ijw4toa/2015-09-28_13-41-46.png?dl=0
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 6:41 am #749877Hi there
Just for confirm. You have error like this ?https://www.dropbox.com/s/ve7le6d0ijw4toa/2015-09-28_13-41-46.png?dl=0
Thank you,
Viet Vutimtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 6:52 am #693244No, but that’s an interesting error. I use dropbox but never seen that one.
error on save with a tag.
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 6:52 am #749878No, but that’s an interesting error. I use dropbox but never seen that one.
error on save with a tag.
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 7:50 am #693250Hi there
At moment i’m deep inspect into Joomla! core to find out root reason.
It’s failed at// Process the tags
$data = $this->getRowData($table);
$ucmContentTable = JTable::getInstance('Corecontent');$ucm = new JUcmContent($table, $this->typeAlias);
$ucmData = $data ? $ucm->mapData($data) : $ucm->ucmData;$primaryId = $ucm->getPrimaryKey($ucmData['common']['core_type_id'], $ucmData['common']['core_content_item_id']);
$result = $ucmContentTable->load($primaryId);
$result = $result && $ucmContentTable->bind($ucmData['common']);
$result = $result && $ucmContentTable->check();
$result = $result && $ucmContentTable->store();
$ucmId = $ucmContentTable->core_content_id;If you don’t mind. I would suggest you make alt site from Joomla! original package and move content . It would faster 🙂
Of course i’ll keep work or passing this issue to developer team.
Thank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 7:50 am #749884Hi there
At moment i’m deep inspect into Joomla! core to find out root reason.
It’s failed at// Process the tags
$data = $this->getRowData($table);
$ucmContentTable = JTable::getInstance('Corecontent');$ucm = new JUcmContent($table, $this->typeAlias);
$ucmData = $data ? $ucm->mapData($data) : $ucm->ucmData;$primaryId = $ucm->getPrimaryKey($ucmData['common']['core_type_id'], $ucmData['common']['core_content_item_id']);
$result = $ucmContentTable->load($primaryId);
$result = $result && $ucmContentTable->bind($ucmData['common']);
$result = $result && $ucmContentTable->check();
$result = $result && $ucmContentTable->store();
$ucmId = $ucmContentTable->core_content_id;If you don’t mind. I would suggest you make alt site from Joomla! original package and move content . It would faster 🙂
Of course i’ll keep work or passing this issue to developer team.
Thank you,
Viet Vutimtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 12:22 pm #693366What is the quickest way to build the various JACMs needed for Teline V? Copy the Advanced tab scripts from demo?
timtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 28, 2015 at 12:22 pm #749910What is the quickest way to build the various JACMs needed for Teline V? Copy the Advanced tab scripts from demo?
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 12:35 pm #693367Hi there
– Install quickstart in another directly
– Check and compare configuration for which module you want to useThank you,
Viet Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 28, 2015 at 12:35 pm #749911Hi there
– Install quickstart in another directly
– Check and compare configuration for which module you want to useThank you,
Viet Vutimtecsa Friendtimtecsa
- Join date:
- October 2009
- Posts:
- 1382
- Downloads:
- 86
- Uploads:
- 327
- Thanks:
- 197
- Thanked:
- 132 times in 34 posts
September 30, 2015 at 3:59 pm #694054@joomservices Why is there a difference between menu item type Special page: Blank Content on basic Joomla 344 and quickstart+demo install? Does it matter? Not sure my telline v magazine style template is correct.
http://t5qs344.gpmnews.com/index.php quickstart site
http://j344tag.gpmnews.com/ j344 siteusual login.
Differences in JACM modules too. For example, see below;
And megamenu sub categories don’t link ??
Tim
-
AuthorPosts
This topic contains 43 replies, has 2 voices, and was last updated by timtecsa 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum