I hope this isn't TOO much info.
"Warning: file(/home/edact/public_html/moodle/blocks/block_elgg/block_block_elgg.php): failed to open stream: No such file or directory in
/home/edact/public_html/moodle/lib/blocklib.php on line 25"
Now, i don't have a blocks/block_elgg/block_block_elgg.php. here is my file structure
That magic line in blocklib is
"// Returns false if this block is incompatible with the current version of Moodle.
function block_is_compatible($blockname) {
global $CFG;
$file = file($CFG->dirroot.'/blocks/'.$blockname.'/block_'.$blockname.'.php');
if(empty($file)) {
return NULL;
}
"
I'm sure this makes perfect sense to someone.
my elgg config data
$CFG->lmshosts = array('edactive training' => array('token' => 'sameasmoodle', 'confirmurl' => 'http://edactive.com/moodle/blocks/block_elgg/eportfolio/confirm.php', 'baseurl' => 'http://edactive.com/moodle', 'name' => 'edactive thingy'));
my moodle config
block_eportfolio_server: | edactive.com |
|
block_eportfolio_token: | same as elgg |
|
block_eportfolio_networkaddress: |
|
|
block_eportfolio_installid: | edactive training |
|
block_eportfolio_baseurl: | http://edactive.com/elgg |
|
block_eportfolio_copymethod: | cpscp |
|
block_eportfolio_scpkeysfile: |
|
|
block_eportfolio_scpremoteuser: |
|
|
block_eportfolio_phpcli: | /usr/bin/php4 |
|
block_eportfolio_exportable: | NoYes |
|
things seem to be working but still the error.
My other problem is with getting the 'edactive training' community to work in elgg... but that's probably a problem for their board.