Annonce

#1 Aide technique » Probleme dans l'installation Wanewsletter » 2011-09-08 22:46:12

TSniper
Réponses : 1

Bonjour,

j'ai cette erreur dans l'installation:

Une erreur s'est produite durant l'installation.

L'erreur est : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
La requête est : CREATE TABLE wa_abo_liste ( abo_id INTEGER NOT NULL DEFAULT 0, liste_id SMALLINT NOT NULL DEFAULT 0, format TINYINT(1) NOT NULL DEFAULT 0, send TINYINT(1) NOT NULL DEFAULT 0, register_key CHAR(20), register_date INTEGER NOT NULL DEFAULT 0, confirmed TINYINT(1) NOT NULL DEFAULT 0, CONSTRAINT wa_abo_liste_pk PRIMARY KEY (abo_id, liste_id), CONSTRAINT register_key_idx UNIQUE (register_key) ) TYPE=MyISAM



qui peu m'aider Merci

#2 Aide technique » FCKeditor et Tinymce ne marche pas » 2011-02-23 11:28:22

TSniper
Réponses : 0

Bonjour,
j'ai installé et j'ai suivi à la lettre ce tutorial :

Voici la démarche qui fut la mienne :
1 - Uploader le dossier fckeditor dans /templates/admin/
2 - éditer le fichier /admin/envoi.php et ajouter après :

(ligne 1110) $output->addScript(WA_ROOTDIR . '/templates/admin/editor.js');
les 2 lignes suivantes :

$output->addScript(WA_ROOTDIR . '/templates/admin/fckeditor/fckeditor.js');
$output->addScript(WA_ROOTDIR . '/templates/admin/fckeditor.js');
3 - Puis créer et éditer un nouveau fichier /templates/admin/fckeditor.js  et y mettre les lignes suivantes :
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'body_html' ) ;
oFCKeditor.BasePath    = '../templates/admin/fckeditor/' ;
oFCKeditor.ReplaceTextarea() ;
}


mais ca marche pas, j'ai aussi essayé ça:
http://forum.webnaute.net/viewtopic.php?id=4760
ça marche pas non plus
S'il vous plait aidez moi smile

Pied de page des forums

Propulsé par FluxBB