Jump to content
Froxlor Forum
  • 0

PHP Error


Elaf

Question

Hey, 

 

Nachdem ich nach dieser Anleitung http://redmine.froxlor.org/projects/froxlor/wiki/FCGID_-_handbuchnach, folgendem Befehl ausgef?hrt habe

a2dismod php5

bekomme ich nur eine "PHP" Seite. Hier sind die ersten Zeilen: 

<?php

/**
 * This file is part of the Froxlor project.
 * Copyright (c) 2003-2009 the SysCP Team (see authors).
 * Copyright (c) 2010 the Froxlor Team (see authors).
 *
 * For the full copyright and license information, please view the COPYING
 * file that was distributed with this source code. You can also view the
 * COPYING file online at http://files.froxlor.org/misc/COPYING.txt
 *
 * @copyright  (c) the authors
 * @author     Florian Lippert <flo@syscp.org> (2003-2009)
 * @author     Froxlor team <team@froxlor.org> (2010-)
 * @license    GPLv2 http://files.froxlor.org/misc/COPYING.txt
 * @package    Panel
 *
 */

define('AREA', 'admin');
require './lib/init.php';

if ($action == 'logout')  {
Link to comment
Share on other sites

12 answers to this question

Recommended Posts

Dann hast du vergessen in Froxlor einzustellen, dass Froxlor selbst auch via FCGID erreichbar sein soll. Siehe http://redmine.froxlor.org/projects/froxlor/wiki/FCGID_-_handbuch#Froxlor-vHost-einrichten 

 

[...]

Damit das auch funktioniert, ist noch folgendes einzustellen:
In Froxlor einloggen, dann Einstellungen >> FCGID >> Konfiguration und dort die Checkbox ''Verwende FCGID im Froxlor Vhost'' aktivieren.
[...]
Link to comment
Share on other sites

Stimmt, das war es.. 

Ich bekomme jetzt aber "oben" und "unten" Felder mit Folgendem Inhalt angezeigt: 

 

Edit: Cron lief scheinbar nicht an

PHP warning/error
#2 session_start(): Cannot send session cache limiter - headers already sent (output started at /var/www/froxlor/lib/functions/froxlor/function.phpErrHandler.php:35)
 
/var/www/froxlor/lib/init.php:202




PHP warning/error
#2 Unknown: open(/var/customers/tmp/froxlor.panel//sess_9fa329358ce5cea05e99240f0199d5ca, O_RDWR) failed: Permission denied (13)
 
Unknown:0




PHP warning/error
#2 Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/customers/tmp/froxlor.panel/)
 
Unknown:0
Link to comment
Share on other sites

Unter Froxlor funktioniert es, wie ich geschrieben hatte. Allerdings wenn ich z.B. Phpmyadmin oder andere Seiten, die auf PHP basieren ?ffnen m?chtebekomme ich entweder eine Wei?e Seite oder den PHP Code angezeigt.

Link to comment
Share on other sites

Bitte befasse dich damit, was FCGID bedeutet und schau dir dann die entsprechend vhosts an. Froxlor erstellt nur f?r Domains die in Froxlor hinterlegt sind entsprechende Configs. Wenn du z.B. phpMyAdmin ?ber apt installierst o.?. musst du selbst f?r korrekte Configs sorgen.

Link to comment
Share on other sites

Scheint zu funktionieren. Habe aber noch eine Frage, wenn ich FCGID nicht f?r den Froxlor vHost nutzen m?chte, muss ich dann dennoch php5 mittels dem oben genannten Befehl deaktivieren?

 

Danke

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...