-
AuthorPosts
-
Mo0nlight Moderator
Mo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 3, 2016 at 7:11 am #983073Hi.
Please post your site and admin info in private reply. I will help you check .
Regards.
November 4, 2016 at 4:18 pm #983491This reply has been marked as private.Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 9, 2016 at 2:17 am #984667Hi.
I tried to access your site but did not see any error like 1064 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 ” AT LINE 1 SQL=SELECT BLOG_ID FROM #__JOOMBLOG_BLOGS WHERE CONTENT_ID =
Could you provide a link to the error directly.
And it seems like JA Comment has some conflicts with video. I’ll check for the problem.
regards.
November 9, 2016 at 8:23 am #984763This reply has been marked as private.Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 11, 2016 at 8:11 am #985498Hi.
I fixed the error about JOOMBLOG_BLOGS, just edit the file plugins/content/jacomment/jacomment.php the code at around line : 270-280.
function checkComponent($component) { $db = JFactory::getDBO(); $query = " SELECT Count(*) FROM #__extensions as c WHERE c.element = '$component' AND c.enabled = 1"; $db->setQuery($query); return $db->loadResult(); }
and this code:
if ($this->checkComponent(strtolower($comName))) $article->catid = $obj->getArticleCategoryId($article);
I need more time to fix the compatibility with video tab. so please stay tuned.
Regards.
November 15, 2016 at 10:07 am #986451Hello,
I do not understand where I have to make the changes, I think I should replace the line 270-280 with the first code, but the other to lines (second image) where i should place it??Thanks, un saludo
Mo0nlight ModeratorMo0nlight
- Join date:
- September 2014
- Posts:
- 707
- Downloads:
- 38
- Uploads:
- 107
- Thanked:
- 99 times in 97 posts
November 16, 2016 at 3:18 am #986776Hi,
I already made the change. You can access the link http://s355946011.mialojamiento.es/index.php/component/jevents/eventdetail/1/-/test1?Itemid=1
There is not error anymore.
Regards
1 user says Thank You to Mo0nlight for this useful post
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by emilioh 8 years ago.
The topic ‘1064 error with JEvents’ is closed to new replies.