hi
also ich hab mir nun fast alle beiträge durchgelsen und auch mit meinen einstellungen verglichen aber leider funkt. es bei mir nicht so wie bei andern .
Ich habe einen Linux Debian/lenny laufen . Php is alles aktuell
Hab alles soweit nach anleitung gemacht
konnte /.startscript ausführen ging -- auf server !admintest eingegeben--- ging nicht
nun fand ich ja das mit diesem befehl /usr/bin/php -f daemon.php cfg
dann bekomm ich diese fehler meldung
Zitat[30.06.09 10:31:09] Notice: ==========================================
[30.06.09 10:31:09] Notice: Manu-Admin-Mod v0.9.2 beta is starting...
[30.06.09 10:31:09] Notice: ==========================================
[30.06.09 10:31:09] Notice: !! Please wait until the mod is completely initialised
[30.06.09 10:31:09] !! Error: Couldn't find config dir: cfg
10s to quit
meine startscript sieht so aus
ZitatAlles anzeigen#!/bin/sh
# STARTSCRIPT by Hool and manu
# Many thanks to him
#
# If you have any problems, visit manuadminmod.de
# or contact manuel.strider@web.de
#
#============================
#
#=========
# CONFIG
#=========
#
# Name of process
# Unique for each mod installation
#================
NAME=mam
#Default: NAME=ManuAdminMod_1
#
# Basedir to adminmod installation:
#==================================
DIR=/home/codww/codww/adminmod
#Example: DIR=/var/games/cod4/adminmod
#
# Path to config directory
#=========================
cfgdir=configcod5
#Default: CFGDIR=Config_
#
# Path to log directory
#======================
LOGDIR=log
#Default: LOGDIR=log
#
# Path to php-binary
# Normally only 'php'
#===================
PHP=php
PHP=/usr/bin/php
#
# Parameters for PHP (only for versed user)
#==========================================
PARAMS="-f"
#Default: PARAMS="-f"
#
#==================================
# DO NOT EDIT STH BELOW THIS LINE
#==
könnt ihr mir weiterhelfen
im vorraus danke gruss lemmi