|
|
Re: du web en local |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
ce n'est pas le parefeu
voila comment j'ai fait j'ai du mal formule BUT : ayant un site web je voudrai avoir un doublon en local
- j'ai installe easyphp en local puis xoops 2-0-13 - no probleme xoops en local sur mon portable fonctionne bien, j'ai mis les memes modules en local que j'ai sur le site web et telecharger la base web - j'ai efface la base locale pour la remplacer par la base web et page blanche
Posté le : 07/09/2005 11:14
|
|
|
|
|
Re: du web en local |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
hello
ben en fait cela vient d'ailleurs car avant que je balance la base web en local, le site local certes vierge fonctionnait
Posté le : 06/09/2005 23:18
|
|
|
|
|
Re: du web en local |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
comprends pas
j'ai tout installe en local puis j'ai efface la base locale pour la remplacer par la base web et page blanche qu'est ce qui cloche
Posté le : 06/09/2005 22:53
|
|
|
|
|
Re: du web en local |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
non le site est sur le web et je le veux aussi en local a part copier es modules et la base que faut il fire d'autre ?
Posté le : 06/09/2005 21:49
|
|
|
|
|
du web en local |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
bonjour mon site web doit aussi fonctionner en local faut il copier la base mysql en totalite ou faut il faire une autre manip ?
Posté le : 06/09/2005 21:37
Edité par Christian sur 08/09/2005 17:58:32
|
|
|
|
|
Re: google et module sitemap |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
je n'ai pas de code d'erreur mais j'ai :
statut : We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.
et lorsque je clique sur stats : We have not encountered any trouble crawling your site. As we crawl regularly, you can check back later to see updated statistics.
mais comme je suis nul in english non capisco
Posté le : 04/09/2005 14:07
|
|
|
|
|
Re: google et module sitemap |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
bonjour
c'est bien ce que j'ai fait mais le googlesitemap est en parse error
ou alors combien de temps faut il attendre pour avoir des stats
Posté le : 04/09/2005 13:26
|
|
|
|
|
google et module sitemap |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
bonjour,
j'ai utilisé le module sitemap pour generer le fichier xml_google.php et j'ai toujours parsing error * We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.
une idee ?
quand je cliques sur stats j'ai We have not encountered any trouble crawling your site. As we crawl regularly, you can check back later to see updated statistics.
Posté le : 04/09/2005 10:25
Edité par lolothom sur 04/09/2005 10:27:16
|
|
|
|
|
[resolu] Re: Problème d'image dans formulaire 3.21 |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
ok j'ai trouve il faut mettre dans le repertoire upload quel imbecile suis je
Posté le : 07/07/2005 10:07
|
|
|
|
|
Re: news 1.3.1 et sujets, titres |
|
Régulier 
Inscrit: 04/02/2003 17:46
|
hello super herve
comme je suis debutant j'ai quelque souci
pour l'instant j'ai çà :
<{if $pagenav}><div style="text-align: left; margin: 10px;">Page <{$pagenav}></div><{/if}>
<div style="padding: 3px; margin-right:3px;"><{include file="db:news_item.html" story=$story}></div>
<{if $attached_files_count>0}> <div class="itemInfo"><{$lang_attached_files}> <{foreach item=onefile from=$attached_files}> <a href='<{$onefile.visitlink}>' target='_blank'><{$onefile.file_realname}></a> <{/foreach}> </div> <{/if}>
<{if $pagenav}><div style="text-align: left; margin: 10px;">Page <{$pagenav}></div><{/if}>
<div style="padding: 5px; text-align: right; margin-right:3px;"> <{if $nav_links}><{if $previous_story_id != -1}><a href='<{$xoops_url}>/modules/news/article.php?storyid=<{$previous_story_id}>' title="<{$previous_story_title}>"><{$lang_previous_story}></a> - <{/if}><{if $next_story_id!= -1}><a href='<{$xoops_url}>/modules/news/article.php?storyid=<{$next_story_id}>' title="<{$next_story_title}>"><{$lang_next_story}></a><{/if}><{/if}> <a href="<{$xoops_url}>/modules/news/print.php?storyid=<{$story.id}>" title="<{$lang_printerpage}>"><img src="<{$xoops_url}>/modules/news/images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a> <a target="_top" href="<{$mail_link}>" title="<{$lang_sendstory}>"><img src="<{$xoops_url}>/modules/news/images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a> </div>
<{if $showsummary == true && $summary_count>0}> <br /><br /> <table width='50%' cellspacing='0' cellpadding='1'> <tr> <th><{$lang_other_story}></th> </tr> <{foreach item=onesummary from=$summary}> <tr class="<{cycle values="even,odd}>"> <td align='left'><{$onesummary.story_published}> - <a href='<{$xoops_url}>/modules/news/article.php?storyid=<{$onesummary.story_id}>'<{$onesummary.htmltitle}>><{$onesummary.story_title}></a></td> </tr> <{/foreach}> </table> <br /> <{/if}>
<div style="text-align: center; padding: 3px; margin:3px;"> <{$commentsnav}> <{$lang_notice}> </div>
<div style="margin:3px; padding: 3px;"> <{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.html"}> <{/if}> </div> <{include file='db:system_notification_select.html'}>
Posté le : 07/07/2005 10:05
|
|
|
|
18 Personne(s) en ligne (
10 Personne(s) connectée(s) sur
Forum) | Utilisateur(s): 0 |
Invité(s): 18 |
Plus ...