Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,773
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,258
-
Why not run an absolute path?
require_once(/var/www/html/mysite_function.php);
Does that work?
If it is root bbPress folder, you could use what is in config.php
require_once( BBPATH . 'mysite_function.php' );
Should be pretty easy……?
Trent