Ok I have been working on the facebook connect. I have developer code and have canvased my site through facebook. I get the following error when trying either a facebook connect or trying to add my site as an application:
Warning: require_once(BX_DIRECTORY_PATH_MODULES/classes/Module.php) [function.require-once]: failed to open stream: No such file or directory in /home/gasriffs/public_html/modules/boonex/facebook_connect/index.php on line 21
Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_MODULES/classes/Module.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gasriffs/public_html/modules/boonex/facebook_connect/index.php on line 21
It appears it is looking for a file called module.php, which does not exist. IS this a file that should be created or is it suppossed to auto create?
Tally