version 2.1.0 installation
12 years 2 months ago - 12 years 2 months ago #5155
by vezid
Replied by vezid on topic Re: version 2.1.0 installation
Salut Ced,
l'installation s'effectue correctement, la désinstallation des éléments aussi sauf le package
Précédemment en localhost sous xammp windows je constate sous Chrome et Firefox lorsque j'effectue la désinstallation du paquet de la nouvelle version j'ai le message suivant
"Échec du chargement du fichier XML
C:\xampp\htdocs\CITF\jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml
XML: failed to load external entity "file:///C:/xampp/htdocs/CITF/jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml"
Désinstallation de paquet : fichier manifest manquant
Erreur : Paquet n'a pas pu être désinstallé."
Si on observe bien le Directory Selector DS est incorrect, il est / au lieu de \ donc c'est normal qu'il ne trouve pas le fichier qui est bien présent.
Egalement dans le fichier C:\xampp\htdocs\CITF\jupgrade\administrator\components\com_templateck\views\templateck\view.html.php si j'ajoute 2 lignes de test
Je constate la réponse suivante :
ce qui confirme un probléme de DS dans un de tes programmes car je n'ai aucun souci avec les autres extensions installées et avec ta version précédente.
Peux tu m'indiquer également le fonctionnement "Enregistrer directement dans le template lors de la création du package (si installé)". Pas trouvé d'explication dans la notice.
Je pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus. Après essai cela ne fonctionne pas. Est ce encore un problème de DS? le test ci-dessus teste la présence de templatecreatorck, n'est pas plutôt CITF qu'il aurait fallu tester?
Bon courage pour trouver l'anomalie.
Cordialement
Philippe
l'installation s'effectue correctement, la désinstallation des éléments aussi sauf le package
Précédemment en localhost sous xammp windows je constate sous Chrome et Firefox lorsque j'effectue la désinstallation du paquet de la nouvelle version j'ai le message suivant
"Échec du chargement du fichier XML
C:\xampp\htdocs\CITF\jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml
XML: failed to load external entity "file:///C:/xampp/htdocs/CITF/jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml"
Désinstallation de paquet : fichier manifest manquant
Erreur : Paquet n'a pas pu être désinstallé."
Si on observe bien le Directory Selector DS est incorrect, il est / au lieu de \ donc c'est normal qu'il ne trouve pas le fichier qui est bien présent.
Egalement dans le fichier C:\xampp\htdocs\CITF\jupgrade\administrator\components\com_templateck\views\templateck\view.html.php si j'ajoute 2 lignes de test
Code:
* private function to check if the template templatecreatorck is installed
*/
function _checkIfTemplateInstalled() {
$app = JFactory::getApplication();
if (JFolder::exists(JPATH_ROOT.DS.'templates'.DS.'templatecreatorck')) {
* lignes ajoutées
$app->enqueueMessage( JText::_('DS '.DS), 'error' );
$app->enqueueMessage( JText::_(JPATH_ROOT.DS.'templates'.DS.'templatecreatorck'), 'error' );
* fin de lignes ajoutés
return;
} else {
$app->enqueueMessage( JText::_('TEMPLATE_TEMPLATECREATORCK_NOT_INSTALLED'), 'error' );
}
Code:
DS \
C:\xampp\htdocs\CITF\jupgrade emplates emplatecreatorck
Peux tu m'indiquer également le fonctionnement "Enregistrer directement dans le template lors de la création du package (si installé)". Pas trouvé d'explication dans la notice.
Je pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus. Après essai cela ne fonctionne pas. Est ce encore un problème de DS? le test ci-dessus teste la présence de templatecreatorck, n'est pas plutôt CITF qu'il aurait fallu tester?
Bon courage pour trouver l'anomalie.
Cordialement
Philippe
Last edit: 12 years 2 months ago by vezid.
Please Log in or Create an account to join the conversation.
12 years 2 months ago #5157
by vezid
Replied by vezid on topic Re: version 2.1.0 installation
Salut Ced,
L'installation s'effectue correctement, la désinstallation des éléments aussi sauf le package
Précédemment en localhost sous xammp windows je constate sous Chrome et Firefox lorsque j'effectue la désinstallation du paquet de la nouvelle version j'ai le message suivant
"Échec du chargement du fichier XML
C:\xampp\htdocs\CITF\jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml
XML: failed to load external entity "file:///C:/xampp/htdocs/CITF/jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml"
Désinstallation de paquet : fichier manifest manquant
Erreur : Paquet n'a pas pu être désinstallé."
Si on observe bien le Directory Selector DS est incorrect, il est / au lieu de \ donc c'est normal qu'il ne trouve pas le fichier qui est bien présent.
Egalement dans le fichier C:\xampp\htdocs\CITF\jupgrade\administrator\components\com_templateck\views\templateck\view.html.php si j'ajoute 2 lignes de test
Je constate la réponse suivante :
ce qui confirme un probléme de DS dans un de tes programmes car je n'ai aucun souci avec les autres extensions installées et avec ta version précédente.
Peux tu m'indiquer également le fonctionnement "Enregistrer directement dans le template lors de la création du package (si installé)". Pas trouvé d'explication dans la notice.
Je pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus. Après essai cela ne fonctionne pas. Est ce encore un problème de DS? le test ci-dessus teste la présence de templatecreatorck, n'est pas plutôt CITF qu'il aurait fallu tester?
Bon courage pour trouver l'anomalie.
Cordialement
Philippe
L'installation s'effectue correctement, la désinstallation des éléments aussi sauf le package
Précédemment en localhost sous xammp windows je constate sous Chrome et Firefox lorsque j'effectue la désinstallation du paquet de la nouvelle version j'ai le message suivant
"Échec du chargement du fichier XML
C:\xampp\htdocs\CITF\jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml
XML: failed to load external entity "file:///C:/xampp/htdocs/CITF/jupgrade/administrator/manifests/packages/pkg_templatecreatorck.xml"
Désinstallation de paquet : fichier manifest manquant
Erreur : Paquet n'a pas pu être désinstallé."
Si on observe bien le Directory Selector DS est incorrect, il est / au lieu de \ donc c'est normal qu'il ne trouve pas le fichier qui est bien présent.
Egalement dans le fichier C:\xampp\htdocs\CITF\jupgrade\administrator\components\com_templateck\views\templateck\view.html.php si j'ajoute 2 lignes de test
Code:
* private function to check if the template templatecreatorck is installed
*/
function _checkIfTemplateInstalled() {
$app = JFactory::getApplication();
if (JFolder::exists(JPATH_ROOT.DS.'templates'.DS.'templatecreatorck')) {
[b]* lignes ajoutées
$app->enqueueMessage( JText::_('DS '.DS), 'error' );
$app->enqueueMessage( JText::_(JPATH_ROOT.DS.'templates'.DS.'templatecreatorck'), 'error' );
* fin de lignes ajoutés [/b]
return;
} else {
$app->enqueueMessage( JText::_('TEMPLATE_TEMPLATECREATORCK_NOT_INSTALLED'), 'error' );
}
Code:
[b]DS \
C:\xampp\htdocs\CITF\jupgrade emplates emplatecreatorck[/b]
Peux tu m'indiquer également le fonctionnement "Enregistrer directement dans le template lors de la création du package (si installé)". Pas trouvé d'explication dans la notice.
Je pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus. Après essai cela ne fonctionne pas. Est ce encore un problème de DS? le test ci-dessus teste la présence de templatecreatorck, n'est pas plutôt CITF qu'il aurait fallu tester?
Bon courage pour trouver l'anomalie.
Cordialement
Philippe
Please Log in or Create an account to join the conversation.
12 years 2 months ago #5229
by Rutwin
Replied by Rutwin on topic Re: version 2.1.0 installation
Hi there,
I don't speak French, so I will have to write this in English.
This morning I purchased Template Creator CK and installed it on on my site. I first uninstalled an older demo version -2.09b. After installing the PKG 2.1.1, I got the same problems as reported here. I couldn't save, nor save&close, nor just close. This happened/happens in Google Chrome.
Firefox 14 works fine however.
Not a big deal, although I mainly use Google Chrome.
Thought I let you know.
Cheers
Rutwin
I don't speak French, so I will have to write this in English.
This morning I purchased Template Creator CK and installed it on on my site. I first uninstalled an older demo version -2.09b. After installing the PKG 2.1.1, I got the same problems as reported here. I couldn't save, nor save&close, nor just close. This happened/happens in Google Chrome.
Firefox 14 works fine however.
Not a big deal, although I mainly use Google Chrome.
Thought I let you know.
Cheers
Rutwin
Please Log in or Create an account to join the conversation.
12 years 2 months ago #5230
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: version 2.1.0 installation
Hi
@rutwin : thank you for this information, I have to check this
@vezid : je n'avais pas vu ton post,
@rutwin : thank you for this information, I have to check this
@vezid : je n'avais pas vu ton post,
ça c'est plutot un probleme dans joomla me semble-t-il. Et DS n'est plus nécessaire, PHP gère tout seul.Si on observe bien le Directory Selector DS est incorrect, il est / au lieu de \ donc c'est normal qu'il ne trouve pas le fichier qui est bien présent.
exact, une fois le template installé, tu coches la case et tu fais "créer le package". Ca devrait marcherJe pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 2 months ago #5231
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: version 2.1.0 installation
pour info je pense avoir trouvé pourquoi le paquet ne se désinstalles pas, c'est ma faute , il y a une erreur de nommage
Ced
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 2 months ago - 12 years 2 months ago #5236
by Rutwin
Replied by Rutwin on topic Re: version 2.1.0 installation
Hi again,
One more thing to add; I have installed a fresh copy of Joomla 2.5.6 and Template Creator CK 2.1.1 onto XAMPP. Now Google Chrome has no issues with the component and everything works fine.
I don't think this has anything to do with the fact that I installed it onto a local test server, but rather with the fact that there was no previous copy of an older version of Template Creator.
Cheers,
Rutwin
CED, very sorry for posting an unrelated question here, but I get 500 - errors when writing a new post!, I tried 3 times already and had to type all over again. -bot firefox and chrome. the error is 500 no valid database connection!!
so my unrelated question:
Hi there,
Hope someone can give me some advise on the ONLY thing I would like to modify in moo_maximenuhck.css
I would like to have a logout menu link sitting at the far right of the menu bar.
Like the English/French language selection at www.joomlack.fr/
I have browsed back to page 25 of the Maximenu forum, but could see a post with a similar question:P So, anyone that could give me some help with this?
Rutwin
One more thing to add; I have installed a fresh copy of Joomla 2.5.6 and Template Creator CK 2.1.1 onto XAMPP. Now Google Chrome has no issues with the component and everything works fine.
I don't think this has anything to do with the fact that I installed it onto a local test server, but rather with the fact that there was no previous copy of an older version of Template Creator.
Cheers,
Rutwin
CED, very sorry for posting an unrelated question here, but I get 500 - errors when writing a new post!, I tried 3 times already and had to type all over again. -bot firefox and chrome. the error is 500 no valid database connection!!
so my unrelated question:
Hi there,
Hope someone can give me some advise on the ONLY thing I would like to modify in moo_maximenuhck.css
I would like to have a logout menu link sitting at the far right of the menu bar.
Like the English/French language selection at www.joomlack.fr/
I have browsed back to page 25 of the Maximenu forum, but could see a post with a similar question:P So, anyone that could give me some help with this?
Rutwin
Last edit: 12 years 2 months ago by Rutwin. Reason: 500 Error when creating new post
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds