Re: message board recommendations

2019-01-07 Thread Andy Ruhl
On Mon, Jan 7, 2019 at 7:38 PM  wrote:
>
> Can anyone recommend a good* message board to use? I would prefer perl, but
> I'm not opposed to other languages. I didn't find anything with pkgin search
> so if there is already something packaged then please let me know.
>
> *It doesn't have to have all the bells and whistles. Just as long as its easy
> to install and maintain. Or I should say relatively easy. I Have already 
> looked
> at YaBB, which I think will meet my needs. Unfortunantly the installation may
> prove faulty. The file permissions listed in their docs don't work. I had to
> revert to the ole chmod -R 777 to get it working. Don't think I want to spend
> the time finding the least permissions per file.

A very long time ago (12 years?) I used phpbb and I liked it. It kind
of doesn't meet your specs for Perl and easy to use (it needs a
database back end). I don't remember any scary file permissions issues
but times were different back then. I think I tried yabb and didn't
use it for some reason, maybe the same reason as yours?

Andy


message board recommendations

2019-01-07 Thread edgar
Can anyone recommend a good* message board to use? I would prefer perl, but
I'm not opposed to other languages. I didn't find anything with pkgin search 
so if there is already something packaged then please let me know.

*It doesn't have to have all the bells and whistles. Just as long as its easy
to install and maintain. Or I should say relatively easy. I Have already looked
at YaBB, which I think will meet my needs. Unfortunantly the installation may
prove faulty. The file permissions listed in their docs don't work. I had to 
revert to the ole chmod -R 777 to get it working. Don't think I want to spend
the time finding the least permissions per file.

Thanks in advance,

Edgar


Re: Horde Webmailer

2019-01-07 Thread Niels Dettenbach
Am Freitag, 4. Januar 2019, 16:06:23 CET schrieben Sie:
> Ok. This is really a nightmare to set up. But installing into a separate
> directory works a little bit better. The test.php page is functional now.
> Unfortunately, I still cannot run webmail-install:
> 
> # /var/www/vhosts/www.my.domain/webmail/pear/webmail-install
> 
> Installing Horde Groupware Webmail Edition
> PHP Fatal error:  Class 'Horde_Bundle' not found in
> /var/www/vhosts/www.my.domain/webmail/pear/webmail-install on line 29
> [...]
hmm,
sorry - i never used webmail-installer, as i installed the whole Horde5 
system usually:
https://www.horde.org/apps/horde/docs/INSTALL#installing-into-separate-pear

which did not use any console installer. I works auto by calling Horde by 
web.

But depending from your install you might have to try / test the correct 
include / environment pathes for PHP / pear. And you have to use the pear 
from your instance and not just "pear".

In Apache, i have i.e.:

php_flag magic_quotes_gpc Off
php_flag track_vars On
php_value zlib.output_compression 0

# if own pear
php_value include_path /to your/horde/pear/php
SetEnv PHP_PEAR_SYSCONF_DIR /path/to/your/horde/

font forget to add the include path to your regarding php.ini

Then it should be possible to install Horde just by calling Horde over 
Apache.

You can configure Horde (incl. "webmail" (imp)) by hand too (copying the config 
example to config file and in imp configure at least one backend) and create 
the 
databases by hand with pear/horde-db-migrate

If that doesnt help, i recommend to swap over to the Horde mailing list.


hth
good luck,


niels.
 ---
 Niels Dettenbach
 Syndicat IT & Internet
 http://www.syndicat.com
 PGP: https://syndicat.com/pub_key.asc
 ---