• I had this posted in Miscellaneous before, but I realized it should probably go here:
    ——
    I know this isn’t the CG support forum, but I haven’t really been able to find a lot of help around their site. I have put all of the CG-PowerPack plugins (including feedread) into my /wp-content/plugins/ folder. As far as I can tell I followed the instructions given to me in the README files.
    I went to the plugins page in the admin panel, and saw CG-Feedread listed. I clicked activate, and then went to click install. This is the error I got when I clicked install:
    Fatal error: Call to undefined function: feedreadinstall() in /home/moero/www/www/blog/wp-content/plugins/cg-feedread-plugin.php on line 31
    There was nothing on the installation page except that error.
    I know some of you use CG-Feedread, so I was wondering if you could help me out here. Thanks a lot!
    Alex

Viewing 11 replies - 1 through 11 (of 11 total)
  • Just so people know, I already answered this one:
    The plugin itself is out of date, and shouldn’t have an ‘install’ link/button. Feedread has a manual step or two in the docs, but otherwise you drop it in and it just works. That link will be gone for the CG-PowerPack 1.0 final release.
    -d
    CHAITGEAR

    Shoot, went to check the docs and you beat me back : )

    Yeah. I can’t keep up with these forums any more. Too many people, too many new threads… it’s chaos. I just do a quick search for titles with “CG-” that I might need to poke around. ??
    FC3 is coming, and if it stays stable, it should become the release. Just did a (hopefully) final pass on improving PHP5 compatability.
    -d

    been using FC3 and its awesome, thanks David!

    No prob — FC3 should be officially released tomorrow (I hope), after I roll in my latest set of tweaks. I want to get PP1.0 out the door so I can ‘break off’ to work on CG-Amazon V2 overhaul. Well, that and CHAITGEAR. ??
    -d

    I keep getting this error while using it:
    Parse error: parse error, unexpected T_VARIABLE in /home/mgateco/public_html/maneblog/index.php on line 123
    What am I doing worng?
    Yours,
    Francis

    Beats us, what is line 123 in your index file?

    It’s that code to display the feeds:
    <?php
    ????$feedUrl = “https://news.com.com/2547-1040_3-0-5.xml&#8221;; // a sample CNET feed. use your own…
    ????$feedOut = getSomeFeed($feedUrl, 4, false, “feed-cnetttech”, ”, 36, false);
    ????if ($feedOut)
    ????????echo $feedOut;
    ?>

    Typically, this is when someone copies & pastes code from the browser into a text editor that doesn’t ‘clean’ the input.
    Check those lines: my bet (since I just saw this elsewhere) is that you have garbage characters at the start of all those lines. Some text editors apparently take the non-breaking space characters and turn them into some crap character, rather than a generic space character. Basically, remove all spacing at the front of each of the lines, and see if that works. ??
    -d

    Gotcha! ?? Thanks!! :)))

    No problem. Glad to be of service. ??
    -d

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘CG-Feedread’ is closed to new replies.