Excellent. In the meantime are there any plugins or lines we can comment out to fix it, even if it reduces functionality a little?Libero wrote:Crash Bug is known now and we will try to fix it with the next bugfix update in the next days which also should bring fox control more powerfull. Please stay tuned
[Beta 0.3]Fox Control for TM²
Moderator: NADEO
Re: [Beta 0.3]Fox Control for TM²
Re: [Beta 0.3]Fox Control for TM²
Ive could tell you that you could comment out the chatlog plugin. this will power up fox control a little bit but crash bug is in the records plugin so just we could fix it. We will do it fast if we can
Stay tuned

Re: [Beta 0.3]Fox Control for TM²
Seems to work 

- sterretje22
- Posts: 26
- Joined: 19 Aug 2011, 23:27
- Manialink: starfire
- Location: Ostend
- Contact:
Re: [Beta 0.3]Fox Control for TM²
hello
I'm just a starter in such things with servers and code's
I get the following error in the FoxControl.log
I'm just a starter in such things with servers and code's
I get the following error in the FoxControl.log
Code: Select all
./control.sh: line 6: php: command not found
Re: [Beta 0.3]Fox Control for TM²
you have not installed phpsterretje22 wrote:hello
I'm just a starter in such things with servers and code's
I get the following error in the FoxControl.logCode: Select all
./control.sh: line 6: php: command not found
- sterretje22
- Posts: 26
- Joined: 19 Aug 2011, 23:27
- Manialink: starfire
- Location: Ostend
- Contact:
Re: [Beta 0.3]Fox Control for TM²
maybe it could be that the path is not good?
because i'm running 7stadium servers and 3 united's
so I realy have php :p
because i'm running 7stadium servers and 3 united's
so I realy have php :p
Re: [Beta 0.3]Fox Control for TM²
Need Laps mode, pleaseFoxControl is only configured for TIMEATTACK. An update with other GameModes will come soon.
FoxControl is now shuting down..

TheHammer
My Server: NRT Nascar Racing
Re: [Beta 0.3]Fox Control for TM²
I created the "restart.sh" file with the code above, and edited the path. And now? How does FC know about this file?Libero wrote: EDIT4 (Jeah^^): The Guys from the Mania Community (http://www.mania-community.de/content.php) foound a solution to fight against the crash bug. But this will be just a stopgap up to the time the real fix will be released
Edit it and save this as restart .sh. start with ./restart.sh& at linux systemsCode: Select all
#! /bin/sh # # Your pathes looks like: # ~~~~~~~~~~~~~~~~~~~~~~~ # /path/to/dir/GameData # /path/to/dir/Logs # /path/to/dir/foxbeta #path to fox control folder BASEPATH="EDIT THIS" LOGPATH="$BASEPATH" PATH=$BASEPATH:$PATH cd $BASEPATH/ while [ true ] do if [ -f $LOGPATH/FoxControl.log ]; then rm $LOGPATH/FoxControl.log fi if [ -f $BASEPATH/logfile.txt ]; then rm $BASEPATH/logfile.txt fi # Return the PID from THIS Bash-Script echo $$ /usr/bin/php -d safe_mode=0 $BASEPATH/control.php MC</dev/null >$LOGPATH/FoxControl.log 2>&1 done
I mean just creating the file can´t be enough, or?
Who is online
Users browsing this forum: No registered users and 0 guests