Error related to filename in code
-
Users are reporting an error when logging in using the bbPres login widget:
Warning: require_once(/home/sitename/public_html/wp-content/plugins/bbpress/includes/admin/converters/example.php) [function.require-once]: failed to open stream: No such file or directory in /home/sitename/public_html/wp-content/plugins/bbpress/includes/users/functions.php on line 1705Fatal error: require_once() [function.require]: Failed opening required ‘/home/sitename/public_html/wp-content/plugins/bbpress/includes/admin/converters/example.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /home/sitename/public_html/wp-content/plugins/bbpress/includes/users/functions.php on line 1705
I noticed that the filename is different in the referenced location, it has a capital letter in Example.php When I change the filename it resolves the issue.
Why does it need to reference the Example.php converter anyway?
- You must be logged in to reply to this topic.