Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Re: Problème creation Interface d'administration

Posted by parfait1974 on 04/08/2009 15:42

oui ,je lance admin.php sur l'url mais je recois la meme page que l'index.php ...

voilà mon fic dbprofil.ini.php

 ========================================================
 <HR>;<?php die(''); ?>
 ;for security reasons, don't remove or modify the first line
 
 ; name of the default profile to use for any connection
 default = myapp 
 
 ; each section correspond to a connection
 ; the name of the section is the name of the connection, to use as an argument
 ; for jDb and jDao methods
 ; Parameters in each sections depends of the driver type 
 
 [myapp]
 
 ; the driver name : mysql, pgsql, pdo, sqlite...
 driver="mysql"
 
 ; For the most of drivers:
 database="jDb"
 host= "localhost"
 user= "root"
 password=
 persistent= on

 ; when you have charset issues, enable force_encoding so the connection will be
 ; made with the charset indicated in jelix config
 ;force_encoding = on
 
 ; with the following parameter, you can specify a table prefix which will be
 ; applied to DAOs automatically. For manual jDb requests, please use method
 ; jDbConnection::prefixTable().
 ;table_prefix = 
 
 ; Example for pdo :
 ;driver=pdo
 ;dsn=mysql:host=localhost;dbname=test
 ;user=
 ;password=
 ==============================================

est ce qu'il y a du probleme avec ce fichier ?

je repete initadmin mais j'ai toujours ce Notice :... ?? je sais pas pourquoi ?

  [Opened] Re: Problème creation Interface d'administration

Reply #1 Posted by parfait1974 on 04/14/2009 10:59

j'ai refait la creation d'interface d'damin

j'ai de nouveau ce message d'erreur

voila le message d'erreur :

An error has occred during the execution SQL script to install jAuth : jDb inknow database jelix

or j'ai déjà modifié database = jDb en dbprofil.ini

??

  [Opened] Re: Problème creation Interface d'administration

Reply #2 Posted by parfait1974 on 04/14/2009 11:05

excusez moi

c'est bon

juste un probleme d'emplacement repertoire

  [Opened] Re: Problème creation Interface d'administration

Reply #3 Posted by parfait1974 on 04/14/2009 11:07

mais ...

jusqu'à present je n'arrive pas à afficher l'interface d'administration proprement dit, c'est a dire le formulaire de login et mot de passe

en faite, jusqu'à present je n'arrive pas à afficher un seul formulaire sur mon application

il faut continuer à lire le manuel :-)

  [Opened] Re: Problème creation Interface d'administration

Reply #4 Posted by parfait1974 on 04/14/2009 13:32

foxmask > ok

  [Opened] Re: Problème creation Interface d'administration

Reply #5 Posted by parfait1974 on 04/14/2009 13:41

foxmask > Déjà une petite question, avant tout

J'ai visionné config.ini dans le repertoire var/config/admin/

et j'ai vu une ligne qui indique

startModule=master_admin startAction="default:index"

Or je ne vois pas dans le repertoire Module un module nommé master_admin ?

mais seulement le module principal app_parfait (que j'ai crée initialement index)

est ce normale ?

  [Opened] Re: Problème creation Interface d'administration

Reply #6 Posted by axel on 04/14/2009 14:14

Lire la doc concernant le module en question ^^

http://jelix.org/articles/fr/manuel-1.1/creer-application/creer-administration

  [Opened] Re: Problème creation Interface d'administration

Reply #7 Posted by parfait1974 on 04/14/2009 14:37

axel > Oui j'ai bien lu le manuel

et on doit ajouter un second point d'entrée dasn fichier url_xml.ini

<classicentrypoint name="admin">
     <url pathinfo="" module="master_admin" action="default:index" />
 </classicentrypoint>

et c'est là ma question : module=master_admin ? car je ne trouve pas ce module dans mon controlleur après avoir fait le script INITADMIN .

  [Opened] Re: Problème creation Interface d'administration

Reply #8 Posted by parfait1974 on 04/15/2009 16:40

bballizlife > ok merci à vous.

  [Opened] Re: Problème creation Interface d'administration

Reply #9 Posted by parfait1974 on 04/15/2009 16:42

bballizlife > je n'ose plus vous poser de question car je ne comprends dut tout le concept de jelix.

En faite peut etre que la facon dont je formule ma question n'est pas bonne vu que je ne suis pas un francais. Mais bon merci d'avoir participé à ce sujet

 
Page
  1. Re: Problème creation Interface d'administration