Thank you for the help, i found the error now.

For some reason my RH8 must have installed SM even when i tiold it not
to, because i got 2 installations and i was working on the wrong one to
see it in the relative path that i used (domain/webmail)

So its working now :-)

Dennis

> Hello Dennis,
> On Friday, December 06, 2002, Dennis En�e wrote...
> 
> > I installed SM a few days ago and configured fetchmail on a RH8
> > system, unfortunally i have a few plugin probs.
> 
> > SM comes with a few plugins (admin, calendar, newmail and so on) but
> > for some reason no matter if they are locatted in the avail or the
> > install part they arent visible in the webmail, i have tried looking
> > at the readme files but i cant see what is wrong, when in stalled
> > the config/config.php have these lines:
> 
> > $plugins[0] = 'filters';
> > $plugins[1] = 'delete_move_next';
> > $plugins[2] = 'calendar';
> > $plugins[3] = 'bug_report';
> > $plugins[4] = 'translate';
> > $plugins[5] = 'squirrelspell';
> > $plugins[6] = 'spamcop';
> > $plugins[7] = 'sent_subfolders';
> > $plugins[8] = 'newmail';
> > $plugins[9] = 'mail_fetch';
> > $plugins[10] = 'listcommands';
> > $plugins[11] = 'info';
> > $plugins[12] = 'administrator';
> 
> 
> > But i cant see spamcop options, mailfetch settings or anything anywhere,
> > i have checked with the apache2 problems and tried that fix with not
> > using a relative data folder.
> 
>   It's not *just* the data path, but a majority of relative paths that
>   are affected by the issues.  As the plugins are loaded by doing:
> 
>     require_once('../plugins/spamcop/setup.php');
> 
>   The path is relative, which will cause an issue. Did you upgrade
>   PHP?
> 
>   Can you edit src/read_body.php and at about line 21 put:
> 
>     print_r($squirrelmail_plugin_hooks);
>     echo '<br> Included files: ';
>     print_r( get_included_files() );
> 
>   Then login and go and open an email. You should see a long listing
>   of items. If you see nothing but an empty array before the line
>   'Included files:' then you know none of your plugins loaded.
> 
> -- 
> Jonathan Angliss
> ([EMAIL PROTECTED])

-- 
 <>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to