Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Help! 2019 le retou...
 
Notifications
Clear all

Help! 2019 le retour

30 Posts
2 Users
0 Reactions
51.9 K Views
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 
[#1243]

Que veut dire?

SQLSTATE[HY000] [2002] Aucune connexion n'a pu être établie car l'ordinateur cible l'a expressément refusée.

Fatal error: Call to a member function query() on a non-object in C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSql.php on line 59


 
Posted : 08 Jul 2013 11H39
(@babynus)
Posts: 14952
Member Admin
 

Ca veut dire : "Base de données inaccessible"
Soit elle est arrêtée (ou tombée).
Soit les accès sont fermés (ports fermés, firewall qui bloque, ...).


 
Posted : 08 Jul 2013 11H47
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

J'ai trouvé, c'est une histoire ou lorsque skype est lancé, easy php ne se lance pas...
Il faut fermer skype lancer easy php pour relancer skype
Seulement maintenant j'ai un autre soucis!!!: J'ai voulu essayer d'eviter la manoeuvre ci-dessus et quelqu'un m'a dis d'aller bidouiller un fichier d'easy php mais plus rien ne marchais. j'ai donc réinstallé easyphp comme avant mais la le bug c'est que lorsque je veux me connecter à projectoria, ça me dit en construction seul l'admin peut se connecter, mais lorsque je met mon mot de passe et identifiant il ne veulent pas de moi...


 
Posted : 14 Jul 2013 17H02
(@babynus)
Posts: 14952
Member Admin
 

j'ai donc réinstallé easyphp

Et donc nouvelle base de données...

lorsque je veux me connecter à projectoria, ça me dit en construction

Oui, car version du code différente de celle de la base de données.

lorsque je met mon mot de passe et identifiant il ne veulent pas de moi...

Et oui, il faut utiliser le login par défaut admin / admin.

=> soit restaurer la base de données
=> soit supprimer /tool/projectorLocation.php, ce qui forcera à repasser par l'écran de configuration


 
Posted : 14 Jul 2013 17H50
(@babynus)
Posts: 14952
Member Admin
 

Concernant Skype et EasyPHP, effectivement, Skype utilise par défaut le port 80, habituellement utilisé par les serveurs Web.

=> soit modifier EasyPHP pour utiliser un autre port, dans httpd.conf en modifiant la directive listen :80 par (par exemple) liste :8080, ce qui imposera de préciser le port dans l'url : http://localhost:8080/projectorria
=> soit paramétrer Skype dans 'Outils - Connexion', et de décocher l'option : "Utiliser les ports 80 et 443 comme alternative".


 
Posted : 14 Jul 2013 17H53
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Je ne vais pas savoir faire la première solution...
Dans tool, j'ai soit projector.php, soit parameterlocation.php, mais pas de projector location...


 
Posted : 14 Jul 2013 19H42
(@babynus)
Posts: 14952
Member Admin
 

Dans tool, j'ai soit projector.php, soit parameterlocation.php, mais pas de projector location...

C'est bien /tool/parametersLocation.php qu'il faut supprimer


 
Posted : 14 Jul 2013 20H03
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Bon ok... j'ai donc supprimé ce fichier, suis revenue au panneau de conf, mais la lorsque j'essaye de me mettre avec mes ancien mots de pass ça me dit invalid et lorsque j'essate admin admin ca me dit:
971 ERRORS DURING UPDATE TO VERSION V3.3.2
DETAILS CAN BE FOUND IN LOG FILE.
Voici le fichier log...
Merci de l'aide...


 
Posted : 14 Jul 2013 21H40
(@babynus)
Posts: 14952
Member Admin
 

Le fichier de logs n'est pas attaché...


 
Posted : 14 Jul 2013 22H37
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

😛 oh la boulet'girl!!!


 
Posted : 14 Jul 2013 23H13
(@babynus)
Posts: 14952
Member Admin
 

Blonde ? 👿

Manquerait plus que tu t'apelle Sophie (Fonfek) 😆


 
Posted : 14 Jul 2013 23H36
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Bah en fait le forum n'accepte pas de fichier en .log et si je le transforme en fichier texte il me dit qu'il est trop lourd...
Je copie donc ici les dernières lignes j'espère que ça suffira...

19:39:24 ===== TRACE =====
2013-07-14 19:39:24 ===== TRACE =====
2013-07-14 19:39:24 ===== TRACE ===== DATABASE UPDATED
2013-07-14 19:39:24 ===== TRACE ===== WITH 1 ERROR
2013-07-14 19:39:24 ===== TRACE =====
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : insert into habilitation (idProfile, idMenu, allowAccess) SELECT profile.id, menu.id, 0 FROM profile profile, menu menu WHERE (profile.id, menu.id) not in (select idProfile, idMenu from habilitation)
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:51]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:239]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select distinct h.idProfile profile, m.idMenu menu from habilitation h,menu m where h.idMenu = m.id and h.allowAccess=1 and m.idMenu0 and m.idle=0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:56]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:239]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : SELECT h.idProfile as profile, m.idMenu as menu FROM habilitation h , menu m WHERE h.idMenu = m.id and m.idle=0 GROUP BY h.idProfile, m.idMenu HAVING m.idMenu0 and Sum(h.allowAccess) = 0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:79]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:239]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : insert into habilitation (idProfile, idMenu, allowAccess) SELECT profile.id, menu.id, 0 FROM profile profile, menu menu WHERE (profile.id, menu.id) not in (select idProfile, idMenu from habilitation)
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:51]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:240]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select distinct h.idProfile profile, m.idMenu menu from habilitation h,menu m where h.idMenu = m.id and h.allowAccess=1 and m.idMenu0 and m.idle=0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:56]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:240]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : SELECT h.idProfile as profile, m.idMenu as menu FROM habilitation h , menu m WHERE h.idMenu = m.id and m.idle=0 GROUP BY h.idProfile, m.idMenu HAVING m.idMenu0 and Sum(h.allowAccess) = 0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:79]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:240]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : insert into habilitation (idProfile, idMenu, allowAccess) SELECT profile.id, menu.id, 0 FROM profile profile, menu menu WHERE (profile.id, menu.id) not in (select idProfile, idMenu from habilitation)
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:51]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:241]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select distinct h.idProfile profile, m.idMenu menu from habilitation h,menu m where h.idMenu = m.id and h.allowAccess=1 and m.idMenu0 and m.idle=0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:56]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:241]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : SELECT h.idProfile as profile, m.idMenu as menu FROM habilitation h , menu m WHERE h.idMenu = m.id and m.idle=0 GROUP BY h.idProfile, m.idMenu HAVING m.idMenu0 and Sum(h.allowAccess) = 0
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelHabilitation.php:79]
2013-07-14 19:39:24 ** ERROR ** #1 Habilitation->correctUpdates called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:241]
2013-07-14 19:39:24 ** ERROR ** #2 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitation' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from habilitation order by idMenu, idProfile, id
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:423]
2013-07-14 19:39:24 ** ERROR ** #2 deleteDuplicate called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:242]
2013-07-14 19:39:24 ** ERROR ** #3 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitationreport' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from habilitationreport order by idReport, idProfile, id
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:436]
2013-07-14 19:39:24 ** ERROR ** #2 deleteDuplicate called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:242]
2013-07-14 19:39:24 ** ERROR ** #3 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.habilitationother' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from habilitationother order by scope, idProfile, id
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:449]
2013-07-14 19:39:24 ** ERROR ** #2 deleteDuplicate called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:242]
2013-07-14 19:39:24 ** ERROR ** #3 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.accessright' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from accessright order by idProfile, idMenu, id
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:462]
2013-07-14 19:39:24 ** ERROR ** #2 deleteDuplicate called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:242]
2013-07-14 19:39:24 ** ERROR ** #3 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.parameter' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from parameter order by idUser, idProject, parameterCode, id
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:476]
2013-07-14 19:39:24 ** ERROR ** #2 deleteDuplicate called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:242]
2013-07-14 19:39:24 ** ERROR ** #3 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.parameter' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : select * from parameter where parameter.idUser is null and parameter.idProject is null and parameter.parameterCode='dbVersion'
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1236]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:1370]
2013-07-14 19:39:24 ** ERROR ** #2 SqlElement->getSingleSqlElementFromCriteria called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSql.php:290]
2013-07-14 19:39:24 ** ERROR ** #3 Sql->saveDbVersion called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:243]
2013-07-14 19:39:24 ** ERROR ** #4 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projectorria.parameter' doesn't exist
2013-07-14 19:39:24 ** ERROR ** For query : insert into parameter ( parameterCode , parameterValue ) values ('dbVersion', 'V3.3.2')
2013-07-14 19:39:24 ** ERROR ** Strack trace :
2013-07-14 19:39:24 ** ERROR ** #0 Sql->query called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:523]
2013-07-14 19:39:24 ** ERROR ** #1 SqlElement->insertSqlElement called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:399]
2013-07-14 19:39:24 ** ERROR ** #2 SqlElement->saveSqlElement called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php:307]
2013-07-14 19:39:24 ** ERROR ** #3 SqlElement->save called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSql.php:292]
2013-07-14 19:39:24 ** ERROR ** #4 Sql->saveDbVersion called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriadbmaintenance.php:243]
2013-07-14 19:39:24 ** ERROR ** #5 include called at [C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriatoolloginCheck.php:23]
2013-07-14 19:39:24 ===== TRACE ===== =====================================
2013-07-14 19:39:24 ===== TRACE =====
2013-07-14 19:39:24 ===== TRACE ===== 971 ERRORS DURING UPDATE TO VERSION V3.3.2
2013-07-14 19:39:24 ===== TRACE =====
2013-07-14 19:39:24 ===== TRACE ===== =====================================
2013-07-14 19:39:24 ===== TRACE =====


 
Posted : 15 Jul 2013 1H15
(@babynus)
Posts: 14952
Member Admin
 

On dirait qu'il n'y a pas les tables attendues...

Ce serait intéressant d'avoir le début du log.

En le zippant, il devrait pouvoir être attaché.
Sinon, envoie le à support@toolware.fr.


 
Posted : 15 Jul 2013 2H11
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Test attachement...


 
Posted : 17 Jul 2013 11H02
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Grrr pas de .rar non plus... y a pas de smiley qui se tire une balle?


 
Posted : 17 Jul 2013 11H05
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Test du log d'aujourd'hui (fait qu'une fois donc plus leger... sait on jamais...


 
Posted : 17 Jul 2013 11H08
(@babynus)
Posts: 14952
Member Admin
 

Bonjour,

Aucune des tables n'a pu être créée.
Il semble simplement que la base n'ai pas été créée.

Je te conseille de supprimer /tool/parametersLocation.php
Ca va avoir pour effet de réafficher l'écran de configuration.
Les paramètres par défaut sont correctes dans 95% des cas, il y a juste le mot de passe myslq : suivant les versions et les packages (esyPHP, WAMP, Zend,...) il faut tester "mysql" ou vide.


 
Posted : 17 Jul 2013 11H46
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

C'est ce que j'ai fait (et vient de refaire - au cas ou, je laisse tout comme c'est dans les parametres, sauf mysql qu'il faut laisser vide sinon il ne le prend pas. Et ça me met l'erreur

...)


 
Posted : 20 Jul 2013 22H09
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Mon procédé:
Je vais dans easyphp/projectoria/tools, je vire parameterlocation.php, ensuite je vais sur explorer ou je lance 127.0.0.1 puis vais dans projectoria et la s'affiche l'ecran de premiere configuration, ou il y a root et ou il faut laisser mysql en blanc...
je fais ok, ca dit parametres sauvés, puis je fais continue ca me dit upgrade in progress only admin can connect... et la quand je met admin/admin ca me met error 971 blablabla...
J'ai essaye mes mots de passes ca dit invalid user...


 
Posted : 20 Jul 2013 22H15
(@babynus)
Posts: 14952
Member Admin
 

Il semble que la base de donnée existe mais qu'il ne soit pas possible de créer des tables dedans... bizarre :huh:

Le plus simple est de réessayer une fois en changeant le "Database schema name", par défaut à "projectorria", en par exemple "projeqtor".
Le message doit dire "database créée, paramètres sauvés".

La suite devrait mieux se passer. :unsure:

Si ça ne marche toujours pas, il faudra passer par phpMyAdmin.
Je t'expliquerai dans ce cas... :sick:


 
Posted : 20 Jul 2013 22H52
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Message m'a dit data base projector crée, parametre sauvés puis lorsque normalement l'ecran ou je met le login doit apparaitre il mee dit:

Fatal error: Maximum function nesting level of '100' reached, aborting! in C:Program FilesEasyPHP-DevServer-13.1VC9datalocalwebprojectorriamodelpersistenceSqlElement.php on line 1462

...


 
Posted : 21 Jul 2013 0H27
(@babynus)
Posts: 14952
Member Admin
 

Vu l'endroit qui est spécifié, ca ressemble à un problème de session PHP.
Essaye ca :
- arreter Easy PHP
- Aller dans le répertoire temporaire d'Easy PHP, ca devrait être C:Program FilesEasyPHP-DevServer-13.1VC9temp
- Supprimer tous les fichiers qui sont dedans (surtout ceux qui commencent pas "sess_")
- Redémarrer EasyPHP
- Test again

Sinon, la seul fois ou j'ai rencontré cette erreur (mais pas à cet endroit) c'était le fichier de log qui était mal spécifié : impossible d'écrire dedans.
En modifiant le fichier de paramètres /files/config/parameters.php, et en désactivant les traces, "$logLevel='0';" ça élimine ce type d'erreur.
A tester aussi donc.


 
Posted : 21 Jul 2013 1H12
Fonfek
(@fonfek)
Posts: 23
Active Member
Topic starter
 

Non...
Aucune des 2 solutions...
Par contre apparement j'en ai plein des fichiers parameters php dans config... je sais pas si c'est normal...


 
Posted : 21 Jul 2013 13H01
(@babynus)
Posts: 14952
Member Admin
 

Les fichiers parameters_date.php, c'est normal : c'est une sauvegarde à chaque installation de la V3.0.

Par contre, tu rencontres un problème que je n'ai jamais eu.
En rebalayant les messgaes, je vois que tu utilises une version 13.1 DEV.
Je ne l'ai jamais testé, mais je vais essayer... Peut-être un problème avec PHP 5.5.
Sur les forums, il apparait des problèmes avec MySql :
http://www.easyphp.org/forums/read.php?53,151453,151536#msg-151536
http://www.easyphp.org/forums/read.php?53,151472,151532#msg-151532

Pour aller plus loin, je vois plusieurs possibilités :
- installer phpMyAdmin (une application PHP) pour examiner ce qui se passe sur la base de données.
- ou réinstaller complètement une version d'easyPHP propre, peut-être une V5.3.
_ ou installer une version portable, par exemple un XAMPP portable : http://portableapps.com/apps/development/xampp

Je vais tester easyPHP 13.1 et essayer de mettre en ligne une version "portable" pré-installée avec Project'Or RIA. Je te tiens au courant.


 
Posted : 22 Jul 2013 12H57
(@babynus)
Posts: 14952
Member Admin
 

En allant télécharger easyPHP 13.1 VC9
http://www.easyphp.org/easyphp-devserver.php
Ils indiquent clairement que la version de mysql embarquée (5.6.11) est bugguée et ils conseillent d'upgrader vers MySql 5.6.12

IMPORTANT: MySQL UPDATE! MySQL 5.6.11 is buggy. Please upgrade to 5.6.12. Download MySQL 5.6.12 for EasyPHP DevServer 13.1 VC9 here.

Tu es très certainement dans ce cas...
Installe une version plus ancienne, ça devrait aller mieux :
http://sourceforge.net/projects/quickeasyphp/files/EasyPHP/


 
Posted : 22 Jul 2013 13H06
Page 1 / 2
Share:

Scroll to Top