bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Plugin: Graphic Display Ranks -- Error

(2 posts)
  • Started 1 year ago by actorjiml
  • Latest reply from medden
  • This topic is not a support question
  1. I'm using this code in my Graphic Display Ranks plugin:
    $path_to_subdirectory= bb_get_option('uri') . "my-plugins/ranks/";
    $get_config = $path_to_subdirectory . "gdr_config.php";
    include($get_config);

    The plugin works just fine on the forum, but on the admin pages I'm getting these warnings:

    Warning: main(my-plugins/ranks/gdr_config.php): failed to open stream: No such file or directory in /home/brightan/public_html/bbPress/my-plugins/display-rank-images.php on line 43

    Warning: main(my-plugins/ranks/gdr_config.php): failed to open stream: No such file or directory in /home/brightan/public_html/bbPress/my-plugins/display-rank-images.php on line 43

    Warning: main(): Failed opening 'my-plugins/ranks/gdr_config.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/brightan/public_html/bbPress/my-plugins/display-rank-images.php on line 43

    I'm pretty sure it's something to do with the path, but what am I not seeing?

    Posted 1 year ago #
  2. I'm getting the same problem.
    Did you ever find a solution?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.