Dunno, but have you looked at permissions? Perhaps you have to have your plugins owned (or at least, in the same group) by your Apache user with group read allowed...?
Assuming you're running apache as user "www" and group "www", try this: cd /path/to/my/squirrelmail ; find . -name "*" | xargs chown www:www Something to try, at least, and it shouldn't hurt anything. Also, ensure that (if you do execute the above) you have at least read permissions on the file for owner (or group, if you just want to have the files owned by the Apache group). Shot in the dark, but it might help. <8) L8r. Brian 8) >Date: Wed, 18 Aug 2004 04:01:10 -0400 (EDT) >Subject: Re: [SM-USERS] plugins no show 1.4.3a >From: "kalin mintchev" <[EMAIL PROTECTED]> >To: "p dont think" <[EMAIL PROTECTED]> >Cc: [EMAIL PROTECTED] > >ok.. i don't get it.. >downloaded the tars from 3 different servers. installed it more than a >dozen times in different places and still get the same result - default >plugins show up additional ones don't want to. i don't know what am i >doing wrong. > >here is what i have: >FBSD 4.6-RELEASE >php 4.3.0 with: >/configure' '--with-apxs=/etc/httpd/bin/apxs' >'--with-mysql=/usr/local/mysql-max-3.23.53a-unknown-freebsdelf4.7-i386' >'--with-openssl=/usr/local/ssl' >'--with-curl=/usr/local/sources/curl-7.10.3' '--enable-gettext' >'-enable-mbstring' > >apache 1.3.27 >squirrelmail-1.4.3a >and the config.php has: >$plugins[0] = 'compatibility'; >$plugins[1] = 'calendar'; <-- shows up >$plugins[2] = 'smallcal'; <-- doesn't show up >$plugins[3] = 'spamcop'; <-- shows up under Options >$plugins[4] = 'spamassassin'; <-- doesn't show up under Options > >i have 1.4.2 installed in a few other linux machines and never had that >problem. i was comparing permissions on two of those machines with the bsd >one and the permissions are the same.. >so i don't know where to look anymore..... > >any ideas?! > >thanks......... > > > >> in the ini i got this: >> >> error_reporting = E_ALL & ~E_NOTICE >> display_errors = On >> >> there isn't error_level... the error level is E_ALL... > > Yes, that was a mistake in my first email. Please read my follow-up. > >> and i don't get any errors. that's why i wrote to the list.... > > Please remove the ~E_NOTICE while debugging. > Remember to restart the web server. > >> i did take them of all gain. put only one - sa. didn't show up. then >> another one - virus scan - neither shows up... > > show up where? this is 1.4.3a? did the archive button show below (at > the very bottom) the message list? try turning on javascript=Always in > your display prefs while testing > >> what next? a new install?! > > Never hurts. > > - Paul > ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 -- 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
