Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • bboukari Friend
    #176512

    I have had the comment feature installed and in use on my site for a long time.
    I use Disqus to manage the comments.
    I have noticed in recent months, since i moved to a VPS at hostgator.com instead of shared hosting at Bluehost.com, that the comments feature is sporadic.
    The JA Comments module/component/plugin should be visible on the bottom of every news, opinion and most other stories.
    For example, I know there are comments:
    http://www.alachuatoday.com/index.php?option=com_content&view=article&id=2354:high-springs-election-is-a-wakeup-call&catid=116:columns&Itemid=522

    But, for some reason, the entire Disqus/JA Comment module/component/plugin only shows up sometimes.
    Any help is greatly appreciated.
    -Bryan

    HeR0 Friend
    #450468

    Hi, i checked your setting plugin JA Comment Plugin and see that you set JA Comment for some categories only. So please selected all categories to apply 🙂
    Please check the attached image


    1. Screenshot_11
    bboukari Friend
    #450883

    I understand the comment plugin is selected only for certain categories, but that’s because we don’t want readers responding to certain things, like classified ads, or the jail log.
    Still, JA Comment Plugin is enabled for all of our local news and opinion articles. But, it DOESN’T always show up. It’s sporadic and that’s what I’m trying to fix.
    I would gladly pay someone to migrate all of my content over to the latest Joomla version and and the latest Teline template if you think that would help.
    Please do help me. This has become a critical issue for us.
    Thank you,
    Bryan

    Stork11 Friend
    #451010

    <em>@bboukari 316979 wrote:</em><blockquote>I understand the comment plugin is selected only for certain categories, but that’s because we don’t want readers responding to certain things, like classified ads, or the jail log.
    Still, JA Comment Plugin is enabled for all of our local news and opinion articles. But, it DOESN’T always show up. It’s sporadic and that’s what I’m trying to fix.
    I would gladly pay someone to migrate all of my content over to the latest Joomla version and and the latest Teline template if you think that would help.
    Please do help me. This has become a critical issue for us.
    Thank you,
    Bryan</blockquote>
    Hello bboukari,

    You need to install “JA Comment” component along with “Content – JA Comment” plug-in to enable to use JA Comment on your site.

    Best regards.

    bboukari Friend
    #452299

    Nhat,
    When I try to install that, I get this:
    JInstaller::install: SQL Error. DB function failed with error number 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 ‘TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18’ at line 26 SQL=– phpMyAdmin SQL Dump — version 2.10.3 — http://www.phpmyadmin.net — — Host: localhost — Generation Time: Dec 10, 2009 at 02:36 PM — Server version: 5.0.51 — PHP Version: 5.2.6 — — Database: `ja_comment` — — ——————————————————– — — Table structure for table `jos_jacomment_configs` — CREATE TABLE IF NOT EXISTS `jos_jacomment_configs` ( `id` int(11) NOT NULL auto_increment, `group` varchar(100) COLLATE utf8_general_ci COLLATE utf8_general_ci default NULL, `data` text COLLATE utf8_general_ci, PRIMARY KEY (`id`) ) TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18 ;
    SQL =

    — phpMyAdmin SQL Dump
    — version 2.10.3
    http://www.phpmyadmin.net

    — Host: localhost
    — Generation Time: Dec 10, 2009 at 02:36 PM
    — Server version: 5.0.51
    — PHP Version: 5.2.6


    — Database: `ja_comment`

    — ——————————————————–


    — Table structure for table `jos_jacomment_configs`

    CREATE TABLE IF NOT EXISTS `jos_jacomment_configs` (
    `id` int(11) NOT NULL auto_increment,
    `group` varchar(100) COLLATE utf8_general_ci COLLATE utf8_general_ci default NULL,
    `data` text COLLATE utf8_general_ci,
    PRIMARY KEY (`id`)
    ) TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18 ;

    Component Install: SQL error or missing or unreadable SQL file. DB function failed with error number 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 ‘TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18’ at line 26 SQL=– phpMyAdmin SQL Dump — version 2.10.3 — http://www.phpmyadmin.net — — Host: localhost — Generation Time: Dec 10, 2009 at 02:36 PM — Server version: 5.0.51 — PHP Version: 5.2.6 — — Database: `ja_comment` — — ——————————————————– — — Table structure for table `jos_jacomment_configs` — CREATE TABLE IF NOT EXISTS `jos_jacomment_configs` ( `id` int(11) NOT NULL auto_increment, `group` varchar(100) COLLATE utf8_general_ci COLLATE utf8_general_ci default NULL, `data` text COLLATE utf8_general_ci, PRIMARY KEY (`id`) ) TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18 ;
    SQL =

    — phpMyAdmin SQL Dump
    — version 2.10.3
    http://www.phpmyadmin.net

    — Host: localhost
    — Generation Time: Dec 10, 2009 at 02:36 PM
    — Server version: 5.0.51
    — PHP Version: 5.2.6


    — Database: `ja_comment`

    — ——————————————————–


    — Table structure for table `jos_jacomment_configs`

    CREATE TABLE IF NOT EXISTS `jos_jacomment_configs` (
    `id` int(11) NOT NULL auto_increment,
    `group` varchar(100) COLLATE utf8_general_ci COLLATE utf8_general_ci default NULL,
    `data` text COLLATE utf8_general_ci,
    PRIMARY KEY (`id`)
    ) TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci AUTO_INCREMENT=18 ;

    Stork11 Friend
    #452303

    Hello bboukari,

    You should extract the installation file (the zip file), then replace all strings “TYPE=MyISAM” by “ENGINE=MyISAM” in “admininstallersqlinstall.jacomment.sql” file of installation file.

    After that, re-install the JA Component. Please check and let me know if you need any further assistance. Thanks!

    Best regards.

    bboukari Friend
    #452449

    Nhat,
    I have done as you have suggested. I was able to get that component installed. However, the comments are still not showing up at the bottom of articles. Your continued assistance is VERY much appreciated.
    Thank you in advance for your continued help in troubleshooting this problem.
    -Bryan

    Stork11 Friend
    #452507

    <em>@bboukari 318952 wrote:</em><blockquote>Nhat,
    I have done as you have suggested. I was able to get that component installed. However, the comments are still not showing up at the bottom of articles. Your continued assistance is VERY much appreciated.
    Thank you in advance for your continued help in troubleshooting this problem.
    -Bryan</blockquote>
    Hello bboukari,

    I can see comment form is displayed on your site (e.g. http://your-site/index.php?option=com_content&view=article&id=2407:high-springs-weighs-emergency-communications-options&catid=102:local&Itemid=426

    Please re-check and confirm the same.

    Best regards.

    bboukari Friend
    #452629

    Nhat,
    I do not see the comment form. I have had several of my readers comment that they can only see it sometimes. That’s how it is for me. I can see it sometimes, but most of the time, I cannot. If you do see it, try refreshing and see if it keeps showing up. I noticed when I do see it, once I refresh, it goes away.
    -Bryan

    Stork11 Friend
    #452684

    Hello Bryan,

    Here is my screenshot after I visited your site http://i.imgur.com/nI77T.jpg . As you see, the comment form is shown normally.

    Best regards.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  Stork11 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum