Halli Hallo
Ich habe auf meinem Webspace (kein FreeWebspace)
HLStatsX Installiert und mein Webspace verwalte ich über eine Confixx-Oberfläche und dort habe ich dann ein Contrab also ein CronJob angelegt für die Awards vom Vortag das hat auch alles super gefunzt seit über 1 Monat ich bekomme auch immer um die Uhrzeit wann der Cronjob ausgefürt wurde eine e-mail mit einer Status nachricht aber jetzt seit 1 Woche kommt immer eine Fehlermeldung mit in dieser e-mail wo auch zu lesen ist das der Server immer Crasht !!!
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
++ HLstats Awards 1.20 RC2 starting...
-- Connecting to MySQL database 'DB-NAME' on '80.86.81.75:3306' as user 'USER-NAME' ... connected OK
++ Generating awards for 2008-04-12 (previous: 2008-04-11)...
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
- NULL (NULL)
DBD::mysql::st execute failed: Server shutdown in progress at .//HLstats.plib line 101.
Unable to execute query:
SELECT
hlstats_Events_PlayerActions.playerId,
COUNT(hlstats_Actions.code) AS awardcount
FROM
hlstats_Events_PlayerActions
LEFT JOIN hlstats_Players ON
hlstats_Players.playerId = hlstats_Events_PlayerActions.playerId
LEFT JOIN hlstats_Actions ON hlstats_Actions.id = hlstats_Events_PlayerActions.actionId
WHERE
hlstats_Events_PlayerActions.eventTime < CURRENT_DATE()
AND hlstats_Events_PlayerActions.eventTime > DATE_SUB(CURRENT_DATE(), INTERVAL 1 DAY)
AND hlstats_Players.game='css'
AND hlstats_Players.hideranking='0'
AND hlstats_Actions.code='Planted_The_Bomb'
GROUP BY
hlstats_Events_PlayerActions.playerId
ORDER BY
awardcount DESC,
hlstats_Players.skill DESC
LIMIT 1
Server shutdown in progress
|
Wäre nett wenn mir einer Helfen könnte !!
Danke im voraus
und Mfg
JaY