IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

EDI, CMS, Outils, Scripts et API PHP Discussion :

Module de joomla ne fonctionne pas, faut il mettre à jour EasyPHP ?


Sujet :

EDI, CMS, Outils, Scripts et API PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Inscrit en
    Avril 2006
    Messages
    13
    Détails du profil
    Informations forums :
    Inscription : Avril 2006
    Messages : 13
    Par défaut Module de joomla ne fonctionne pas, faut il mettre à jour EasyPHP ?
    Bonjour,

    J'utilise joomla pour creer un site pour mon club de tennis... j'ai donc installé easy php pour gerer tout ca, tout se passe bien...

    J'aimerai utiliser le module sporting events pour gérer un calendrier des evenements, j'essaies d'installer le module et j'ai l'erreur suivante:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
     
     
            * JInstaller::install: Erreur SQL. DB function failed with error number 1064
              Erreur de syntaxe pr�s de 'true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPho' � la ligne 13 SQL=CREATE TABLE IF NOT EXISTS `jos_course_settings` ( `id` int(11) auto_increment, `TitleStyle` varchar(2) DEFAULT 'h3', `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif', `ThumbnailSizeWidth` int(11) DEFAULT 160, `ThumbnailSizeHeight` int(11) DEFAULT 104, `PhotoParticipantSizeWidth` int(11) DEFAULT 50, `PhotoParticipantSizeHeight` int(11) DEFAULT 50, `PhotoAlbumFixedWidth` int(11) DEFAULT 640, `PhotoAlbumFixedHeight` int(11) DEFAULT 480, `EverytrailFixedWidth` int(11) DEFAULT 700, `EverytrailFixedHeight` int(11) DEFAULT 520, `EnrolMany` boolean DEFAULT true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPhoto` boolean DEFAULT true, `JoomlaContact` boolean DEFAULT true, `JoomlaContactCategory` boolean DEFAULT false, `JComments` boolean DEFAULT true, `ShowRanking` boolean DEFAULT false, `GPS` boolean DEFAULT true, `EnableAddMyNameToParticipantsList` boolean DEFAULT true, `ShowWarningAddMyName` boolean DEFAULT false, `AddMyNameToParticipantsList` boolean DEFAULT false, `AutoAcceptRequestToParticipantsList` boolean DEFAULT true, `DebugVarCodes` boolean DEFAULT false, `DebugMode` boolean DEFAULT false, PRIMARY KEY (`id`) );
              SQL =
     
              CREATE TABLE IF NOT EXISTS `jos_course_settings` (
                `id` int(11)  auto_increment,  
                `TitleStyle` varchar(2) DEFAULT 'h3',
                `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif',
                `ThumbnailSizeWidth` int(11) DEFAULT 160,
                `ThumbnailSizeHeight` int(11) DEFAULT 104,
                `PhotoParticipantSizeWidth` int(11) DEFAULT 50,
                `PhotoParticipantSizeHeight` int(11) DEFAULT 50,
                `PhotoAlbumFixedWidth` int(11) DEFAULT 640,
                `PhotoAlbumFixedHeight` int(11) DEFAULT 480,
                `EverytrailFixedWidth` int(11) DEFAULT 700,
                `EverytrailFixedHeight` int(11) DEFAULT 520,
                `EnrolMany` boolean DEFAULT true,
                `AlbumPhoto` boolean DEFAULT true,
                `ShowParticipantPhoto` boolean DEFAULT true,
                `JoomlaContact` boolean DEFAULT true,
                `JoomlaContactCategory` boolean DEFAULT false,
                `JComments` boolean DEFAULT true,
                `ShowRanking` boolean DEFAULT false,
                `GPS` boolean DEFAULT true,
                `EnableAddMyNameToParticipantsList` boolean DEFAULT true,
                `ShowWarningAddMyName` boolean DEFAULT false,
                `AddMyNameToParticipantsList` boolean DEFAULT false,
                `AutoAcceptRequestToParticipantsList` boolean DEFAULT true,
                `DebugVarCodes` boolean DEFAULT false,
                `DebugMode` boolean DEFAULT false,
                PRIMARY KEY  (`id`)
              );
     
            * Composant Installation: Erreur SQL ou fichier sql absent ou illisible. DB function failed with error number 1064
              Erreur de syntaxe pr�s de 'true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPho' � la ligne 13 SQL=CREATE TABLE IF NOT EXISTS `jos_course_settings` ( `id` int(11) auto_increment, `TitleStyle` varchar(2) DEFAULT 'h3', `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif', `ThumbnailSizeWidth` int(11) DEFAULT 160, `ThumbnailSizeHeight` int(11) DEFAULT 104, `PhotoParticipantSizeWidth` int(11) DEFAULT 50, `PhotoParticipantSizeHeight` int(11) DEFAULT 50, `PhotoAlbumFixedWidth` int(11) DEFAULT 640, `PhotoAlbumFixedHeight` int(11) DEFAULT 480, `EverytrailFixedWidth` int(11) DEFAULT 700, `EverytrailFixedHeight` int(11) DEFAULT 520, `EnrolMany` boolean DEFAULT true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPhoto` boolean DEFAULT true, `JoomlaContact` boolean DEFAULT true, `JoomlaContactCategory` boolean DEFAULT false, `JComments` boolean DEFAULT true, `ShowRanking` boolean DEFAULT false, `GPS` boolean DEFAULT true, `EnableAddMyNameToParticipantsList` boolean DEFAULT true, `ShowWarningAddMyName` boolean DEFAULT false, `AddMyNameToParticipantsList` boolean DEFAULT false, `AutoAcceptRequestToParticipantsList` boolean DEFAULT true, `DebugVarCodes` boolean DEFAULT false, `DebugMode` boolean DEFAULT false, PRIMARY KEY (`id`) );
              SQL =
     
              CREATE TABLE IF NOT EXISTS `jos_course_settings` (
                `id` int(11)  auto_increment,  
                `TitleStyle` varchar(2) DEFAULT 'h3',
                `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif',
                `ThumbnailSizeWidth` int(11) DEFAULT 160,
                `ThumbnailSizeHeight` int(11) DEFAULT 104,
                `PhotoParticipantSizeWidth` int(11) DEFAULT 50,
                `PhotoParticipantSizeHeight` int(11) DEFAULT 50,
                `PhotoAlbumFixedWidth` int(11) DEFAULT 640,
                `PhotoAlbumFixedHeight` int(11) DEFAULT 480,
                `EverytrailFixedWidth` int(11) DEFAULT 700,
                `EverytrailFixedHeight` int(11) DEFAULT 520,
                `EnrolMany` boolean DEFAULT true,
                `AlbumPhoto` boolean DEFAULT true,
                `ShowParticipantPhoto` boolean DEFAULT true,
                `JoomlaContact` boolean DEFAULT true,
                `JoomlaContactCategory` boolean DEFAULT false,
                `JComments` boolean DEFAULT true,
                `ShowRanking` boolean DEFAULT false,
                `GPS` boolean DEFAULT true,
                `EnableAddMyNameToParticipantsList` boolean DEFAULT true,
                `ShowWarningAddMyName` boolean DEFAULT false,
                `AddMyNameToParticipantsList` boolean DEFAULT false,
                `AutoAcceptRequestToParticipantsList` boolean DEFAULT true,
                `DebugVarCodes` boolean DEFAULT false,
                `DebugMode` boolean DEFAULT false,
                PRIMARY KEY  (`id`)
              );
    J'ai contacté l'administrateur de ce module qui me dit que je dois changer de version car je ne dois pas etre dans la bonne de php / mysql...

    Je suis donc passé en version 5 de php... (meme s'il m'affiche toujours 4.3.10 dans l'administration (bizarre)) et je suis en version 4.1.9 de mysql.

    Que dois je faire? Comment? Merci pour votre aide, je seche completement...

  2. #2
    Modérateur
    Avatar de sabotage
    Homme Profil pro
    Inscrit en
    Juillet 2005
    Messages
    29 208
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations forums :
    Inscription : Juillet 2005
    Messages : 29 208
    Par défaut
    C'est plutot mysql qui est en jeu la ; il demande peut etre une version 5.
    Si tu veux continuer avec easyphp, utilise une version plus récente ; attention par contre cela demande une migration de la base de donnée.
    N'oubliez pas de consulter les FAQ PHP et les cours et tutoriels PHP

  3. #3
    Membre averti
    Inscrit en
    Avril 2006
    Messages
    13
    Détails du profil
    Informations forums :
    Inscription : Avril 2006
    Messages : 13
    Par défaut
    C'est compliqué de migrer la base de données? Comment faire?

Discussions similaires

  1. Session utilisateur Joomla ne fonctionne pas
    Par ibrakola dans le forum Administration
    Réponses: 2
    Dernier message: 19/02/2013, 15h45
  2. [EasyPHP] Unlink, rename et copy ne fonctionnent pas sous Win7 64 avec EasyPHP ?
    Par clavier12AZQSWX dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 2
    Dernier message: 29/04/2010, 08h18
  3. [Joomla!] installation Joomla ne fonctionne pas
    Par ldino dans le forum EDI, CMS, Outils, Scripts et API
    Réponses: 5
    Dernier message: 18/12/2008, 13h26
  4. Chaîne SQL update ne fonctionne pas (faut-il l'imbriquer ?"
    Par beegees dans le forum Langage SQL
    Réponses: 2
    Dernier message: 03/10/2006, 11h22

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo