Search

bbPress Showcase » plugin Plugins by Others

Graphic Display Ranks Plugin Active Problem

RSS
  1. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 16

    offline

    Hi Friends,

    I have upload graphic-display-ranks (0.6) plugin in latest bbpress. But when i try to active. i have received following error.

    "Plugin could not be activated; it produced a Fatal Error."

    Plz help me....!

    Plugin URL: http://bbpress.org/plugins/topic/grapic-display-images/

    waiting for reply...!

    Posted 1 month ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 330

    offline

    The way to find what the actual error is in a plugin that fails to activate is to try accessing it directly and see what PHP says.

    ie.

    example.com/forums/my-plugins/display-rank-images.php

    This is a demo of the bbPress Signatures plugin!
    If you use my plugins, please considering donating to help continue their development.
    Posted 1 month ago #
  3. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 16

    offline

    Hello _CK_ ,

    Dear I have spend enough time to fix this but error not fixed. Please edit plugin and try to fix. Because, you are PHP Programmer .....! Please...!

    Waiting For Reply.

    Posted 1 month ago #
  4. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 330

    offline

    There are so many things wrong with this plugin I am not sure how it ever worked. In addition since there is no caching and it has to lookup posts for every user, every time, it will bring an active forum to a crawl.

    However if you insist, change these two lines...

    $path_to_subdirectory= bb_get_option('uri') . "my-plugins/ranks/";
    $get_config = $path_to_subdirectory . "config.php";


    to this:

    $path_to_subdirectory=bb_get_option('uri').trim(str_replace(array(trim(BBPATH,"/\\"),"\\"),array("","/"),dirname(__FILE__)),' /\\').'/ranks/';
    $get_config=rtrim(dirname(__FILE__),' /\\').'/ranks/gdr_config.php';


    Then you have to edit gdr_config.php
    and put the opening and closing for php inside at the top and bottom:
    <?php and ?>

    Then then the plugin will load.
    How it's supposed to run I have no idea.

    In theory I could add this ability to my Post Count Plus fairly easily, however I have no time to do that presently and based on the (lack of) donations, it's not going to happen any time soon.

    Posted 1 month ago #
  5. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 16

    offline

    Yes Dear, It's very helpful. But "Graphic User Ranks" not displayed. shit.

    Posted 1 month ago #
  6. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 330

    offline

    Like I said, there's a great deal wrong with that plugin and I doubt it ever worked.

    Try Post Count Plus instead.

    Posted 1 month ago #

RSS feed for this topic

Post a reply to “Graphic Display Ranks Plugin Active Problem”

You must log in to post.

keep _ck_ coding >> donate $1 <<     Theme Switcher:
15 users online from  US  MX  IN  BE in the past 30 minutes. 7 bots 8 guests
421 views today 2798 yesterday 3411 ever. Most at once 19 today 24 yesterday 19 ever. Visited today: _ck_
724 posts in 106 topics over 19 months by 146 of 676 members. Latest: nicoosuna, Wish, insightdesigns