PiRSquared17 / eude

Automatically exported from code.google.com/p/eude
0 stars 0 forks source link

Nouveau module d'import de vortex #372

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* Raison du ticket *
- installation du module wormhole_import

* Lien & version de 'eude' *
- 1.5.4

* Système d'exploitation/navigateur *
- linux / firefox

* Caractéristiques hébergeur *
- free

* Informations complémentaire *
-

** Inclure des copies de ce qui marche pas copier/coller/screenshot **

ALERTE [2] include() [function.include]: Unable to access Script/crontab.php 
(Fichier addons/wormhole_import/index.php:37)
ALERTE [2] include(Script/crontab.php) [function.include]: failed to open 
stream: No such file or directory (Fichier addons/wormhole_import/index.php:37)
ALERTE [2] include() [function.include]: Failed opening 'Script/crontab.php' 
for inclusion 
(include_path='/mnt/132/sda/3/6/darksideimperium/include:.:/usr/php5/lib/php') 
(Fichier addons/wormhole_import/index.php:37)

Fatal error: Call to a member function GetJob() on a non-object in 
/mnt/132/sda/3/6/darksideimperium/eude-1.4.5.2/addons/wormhole_import/index.php 
on line 38

Original issue reported on code.google.com by ntec...@gmail.com on 14 Jan 2011 at 9:34

GoogleCodeExporter commented 9 years ago
- "1.5.4"
N'existe pas...

Et sinon... "et merde"
Marche pour la svn, pas la version publique --'

Original comment by Alex10336@gmail.com on 14 Jan 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Essaye de remplacer ce bloc (de 3/4 lignes) par:

    $mysql_result = DataEngine::sql('SELECT ID FROM `SQL_PREFIX_Coordonnee` WHERE `TYPE`=1 AND `udate`<' . intval($_POST['cleanvortex']));
    $cleanvortex_delete = mysql_num_rows($mysql_result);
    if ($cleanvortex_delete > 0) {
        while ($row = mysql_fetch_assoc($mysql_result))
            $tmp[] = $row['ID'];

        if (is_array($tmp) && count($tmp) > 0) {
            $tmp = implode(',', $tmp);
            DataEngine::sql('DELETE FROM `SQL_PREFIX_Coordonnee` WHERE `ID` in (' . $tmp . ')');
            DataEngine::sql('DELETE FROM `SQL_PREFIX_Coordonnee_Joueurs` WHERE `jID` in (' . $tmp . ')');
            DataEngine::sql('DELETE FROM `SQL_PREFIX_Coordonnee_Planetes` WHERE `pID` in (' . $tmp . ')');
        }
    }
    $tmp = DataEngine::config('wormhole_cleaning');
    $tmp['lastrun'] = time();
    DataEngine::conf_update('wormhole_cleaning', $tmp);
    addons::getinstance()->VortexCleaned();

Original comment by Alex10336@gmail.com on 14 Jan 2011 at 10:27

GoogleCodeExporter commented 9 years ago
ALERTE [2] include(Script/crontab.php) [function.include]: failed to open 
stream: No such file or directory (Fichier addons/wormhole_import/index.php:37)
ALERTE [2] include(Script/crontab.php) [function.include]: failed to open 
stream: No such file or directory (Fichier addons/wormhole_import/index.php:37)
ALERTE [2] include() [function.include]: Failed opening 'Script/crontab.php' 
for inclusion (include_path='.') (Fichier addons/wormhole_import/index.php:37)

jai pas la derniere erreur moi

Original comment by system21...@gmail.com on 15 Jan 2011 at 10:15

GoogleCodeExporter commented 9 years ago
sa marche Impec faut juste remplacer le bloc qui se trouve a ligne 38

Merci Alex

Original comment by system21...@gmail.com on 15 Jan 2011 at 10:30

GoogleCodeExporter commented 9 years ago
Merci, suite au meme probleme, 9a fonctionne impeccable, merci Alex.

Merci aussi de supprimer les deux tickets que j'ai fais pour le meme probleme 
comme un boulet, désolé

Original comment by ledim...@gmail.com on 15 Jan 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Issue 373 has been merged into this issue.

Original comment by Alex10336@gmail.com on 15 Jan 2011 at 1:18

GoogleCodeExporter commented 9 years ago
Issue 374 has been merged into this issue.

Original comment by Alex10336@gmail.com on 15 Jan 2011 at 1:18

GoogleCodeExporter commented 9 years ago
Version corrigé dispo en téléchargement

http://code.google.com/p/eude/downloads/detail?name=wormhole_import.tar.gz

Original comment by Alex10336@gmail.com on 15 Jan 2011 at 1:24

GoogleCodeExporter commented 9 years ago

Original comment by Alex10336@gmail.com on 15 Jan 2011 at 1:24

GoogleCodeExporter commented 9 years ago
Issue 377 has been merged into this issue.

Original comment by Alex10336@gmail.com on 23 Jan 2011 at 8:58