Search

bbPress Showcase » plugin Plugins by Others

  1. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 17

    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 9 months ago #
  2. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 495

    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 9 months ago #
  3. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 17

    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 9 months ago #
  4. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 495

    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 9 months ago #
  5. luckydost
    luckydost

    member
    Joined: Sep '08
    Posts: 17

    offline

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

    Posted 9 months ago #
  6. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 495

    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 9 months 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 $5 <<     Theme Switcher:
20 users online from  US  DE  UG  FR  SA  AU  CN in the past 30 minutes. 13 bots 6 guests 1 members: nzdan
3,078 views today 4,598 yesterday 10,331 ever. Most at once 28 today 33 yesterday 115 ever. Visited today: jleuze, vikram_gripsack, _ck_, plop, annejan88
1,275 posts in 210 topics over 27 months by 254 of 937 members. Latest: plop, mightytremble, jleuze