The plugin has the same functions with the sample plugin..The basic functions I use are these here:
function showPageNotice()
{
$instr = $this->getInstructions();
$output = common_markup_to_html($instr);
$this->e…
Thanks I found it!!!! This is the log file..
2012-08-06 08:13:22 LOG_WARNING: [localhost:1340.b81ae3e7 POST /statusnet%20real/index.php/group/5/id/approve?profile_id=3] Exception canceling group sub: Call to undefined method User_group::getUser
20…
I added these lines in config.php and nothing happens..I dont find the log file!
$config['site']['logfile'] = '/tmp/statusnettmp.log';
$config['site']['logdebug'] = true;
$config['sessions']['debug'] = true;
$config['sessions']['handle'] = true;
$…
No finally the problem wasn't with the path!! That was correct!! But when I created the group, I put the name in Greek! When I create it in English everything works fine!! I dont know what to do with this now :/
now i noticed the mail notification to accept or reject the user that wants to join my group. But when I follow the sent url
"http://localhost/statusnet-1.1.0/index.php/group//members/pending "
I get the message "page not found"