Summary | install failed |
Queue | Nag |
Queue Version | 2.3.5 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | alexander (at) youventus (dot) de |
Created | 06/14/2010 (5477 days ago) |
Due | 06/14/2010 (5477 days ago) |
Updated | 06/17/2010 (5474 days ago) |
Assigned | 06/15/2010 (5476 days ago) |
Resolved | 06/17/2010 (5474 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Priority ⇒ 1. Low
I found the mistake.
In the original prefs.conf we will find the follow line:
require_once dirname(__FILE__) . '/../lib/Nag.php';
For plesk we have to change in:
@define('NAG_BASE', '/usr/share/psa-horde/nag');
require_once NAG_BASE . '/lib/Nag.php';
That´s it and the horde works with nag under plesk. I´m happy.
Thanks
then, since they are using customized Horde versions.
I get many PHP errors in the messages log file but without horde entries.
In the apache/error.log I find the follow entry:
File does not exist: /usr/share/psa-horde/sapi
If I logged in and actived nag the menuframe on the left handsite goes
blank after the next reload or klick on any link. Than if I logout and
login the complete screen lief blank.
I installed the extension exactly follow the instruction in INSTALL
File. I think some of the Menu Script do not work but I have no idea.
errors in the logs?
apache2 error.log
syslog
horde.log
php.ini settings
error_reporting = E_ALL & ~E_NOTICE
disply_errors = On
log_errors = On
error_log = syslog
If I deactived nag than horde works fine but if I active horde do not works.
Is there any entries neede in the Administration -> dataTree like
+horde.shares.nag?
If yes, how can I build this. I don´t find any in the INSTALL Script.
Thanks.
State ⇒ Feedback
http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod to generate and find
a useful error message.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ install failed
Due ⇒ 06/14/2010
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the foolowing horde are installed:
Horde Applications
* Dimp: H3 (1.1.4)
* Horde: 3.3.8
* Imp: H3 (4.3.7) (run Imp tests)
* Ingo: H3 (1.2.4) (run Ingo tests)
* Kronolith: H3 (2.3.4) (run Kronolith tests)
* Mimp: H3 (1.1.3) (run Mimp tests)
* Mnemo: H3 (2.2.3)
* Nag: H3 (2.3.5)
* Passwd: H3 (3.1.3) (run Passwd tests)
* Turba: H3 (2.3.4) (run Turba tests)
PHP Version
* View phpinfo() screen
* View loaded extensions
* PHP Version: 5.2.6-1+lenny8
* PHP Major Version: 5.2
* PHP Minor Version: 6
* PHP Subminor Version: 1+lenny8
* PHP Version Classification: release
* You are running a supported version of PHP.
I follow the INSTALL File to install nag. Copy Scripts, register and
build the needed sql tables. Bit if I activate nag, logout and login I
get white screen.
Can anybody help me?