version 2.1.0 installation

Replied by vezid on topic Re: version 2.1.0 installation

Posted 11 years 8 months ago #5155
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
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' ); }
Je constate la réponse suivante :
Code:
DS \ C:\xampp\htdocs\CITF\jupgrade emplates emplatecreatorck
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
Last Edit:11 years 8 months ago by vezid
Last edit: 11 years 8 months ago by vezid.

Please Log in or Create an account to join the conversation.

Replied by vezid on topic Re: version 2.1.0 installation

Posted 11 years 8 months ago #5157
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
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' ); }
Je constate la réponse suivante :
Code:
[b]DS \ C:\xampp\htdocs\CITF\jupgrade emplates emplatecreatorck[/b]
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
by vezid

Please Log in or Create an account to join the conversation.

Replied by Rutwin on topic Re: version 2.1.0 installation

Posted 11 years 7 months ago #5229
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
by Rutwin

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Re: version 2.1.0 installation

Posted 11 years 7 months ago #5230
Hi
@rutwin : thank you for this information, I have to check this :)

@vezid : je n'avais pas vu ton post,

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.

ça c'est plutot un probleme dans joomla me semble-t-il. Et DS n'est plus nécessaire, PHP gère tout seul.

Je pensais que si je crée un template CITF et qu'il était installé une première fois il s'enregistrait dessus

exact, une fois le template installé, tu coches la case et tu fais "créer le package". Ca devrait marcher :)

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Replied by ced1870 on topic Re: version 2.1.0 installation

Posted 11 years 7 months ago #5231
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

Joomlack Webmaster and Developer

by ced1870

Please Log in or Create an account to join the conversation.

Replied by Rutwin on topic Re: version 2.1.0 installation

Posted 11 years 7 months ago #5236
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
Last Edit:11 years 7 months ago by Rutwin
Last edit: 11 years 7 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.722 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 313 guests and one member online