horde open_basedir

Support/Development for PHP
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

horde open_basedir

Unread post by npavlidis »

System : CentOS current + asl + atomic + plesk 8.2

Problem: Horde wont send emails (squirrel wors fine and the server is fine as well)

Error message:There was an error sending your message: Failed to open sendmail [/var/qmail/bin/sendmail] for execution.

the log from the /var/log/httpd/error_log:

[Thu Aug 23 23:24:06 2007] [error] [client 10.0.0.1] PHP Fatal error: Can't load Horde/SessionObjects.php, open_basedir restriction. in /usr/share/psa-horde/lib/Horde/IMAP/Tree.php on line 311, referer: https://webmail.domain.gr/imp/login.php
[Thu Aug 23 23:24:06 2007] [error] [client 10.0.0.1] PHP Fatal error: Can't load Horde/SessionObjects.php, open_basedir restriction. in /usr/share/psa-horde/lib/Horde/IMAP/Tree.php on line 311, referer: https://webmail.domain.gr/index.php?url ... main.gr%2F

in the /etc/httpd/conf.d/plesk.conf-file whats its name all is cool and /usr/share/psa-horde is on the open_basedir


Any thoughts?

thank you :)
j0ney3
Forum User
Forum User
Posts: 34
Joined: Wed Sep 05, 2007 12:37 pm

Unread post by j0ney3 »

I'm having an almost identical issue:

Code: Select all

[Wed Sep 05 12: 8:05 2007] [error] [client 70.158.31.191] PHP Fatal error:  Can't load Log/file.php, open_basedir restriction. in /usr/share/psa-horde/pear/Log.php on line 142, referer: http://webmail.whippleforum.com/services/portal/sidebar.php
[Wed Sep 05 12: 8:06 2007] [notice] child pid 27859 exit signal Segmentation fault (11)

j0ney3
Forum User
Forum User
Posts: 34
Joined: Wed Sep 05, 2007 12:37 pm

Unread post by j0ney3 »

I'm not sure where horde pulls it's httpd conf files from as it's not technically a subdomain or regular domain in the plesk system. Any help would be appreciated, I'm pretty much ready to scrap Horde.
j0ney3
Forum User
Forum User
Posts: 34
Joined: Wed Sep 05, 2007 12:37 pm

Unread post by j0ney3 »

Ok, I just ditched Horde and started using Squirelmail, looks like crap but it works great and the switch was very easy. Check below for instructions

http://forum.swsoft.com/showthread.php? ... adid=33283
npavlidis
Forum Regular
Forum Regular
Posts: 122
Joined: Sun Jun 04, 2006 10:03 am

Unread post by npavlidis »

i got both now and changed the horde config not to use the sendmail executable but send email through smtp... so its fixed... kinda
aus-city
Forum Regular
Forum Regular
Posts: 685
Joined: Thu Oct 26, 2006 11:56 pm

Unread post by aus-city »

Its your php.ini file in /etc

Open it and search for:

disable_functions =

remove anything popen
Post Reply