13770
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_usermeta’ doesn’t existThe wp_users table is okay.
The wp_usermeta table is not okay. It is reporting the following error: Table ‘ng_13770.wp_usermeta’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_usermeta table. Error: Table ‘ng_13770.wp_usermeta’ doesn’t existThe wp_posts table is okay.
The wp_comments table is okay.
The wp_links table is okay.
The wp_options table is okay.
The wp_postmeta table is okay.
Copy of the answer :
The wp_terms table is okay.
The wp_term_taxonomy table is okay.
The wp_term_relationships table is okay.
The wp_commentmeta table is okay.
Certains problèmes de la base de données n’ont pas pu être réparés. Veuillez copier/coller la liste d’erreurs suivantes sur le forum de support de WordPress pour recevoir plus d’informations.
wp_usermeta: Table ‘ng_13770.wp_usermeta’ doesn’t existForum: Fixing WordPress
In reply to: wp_usermeta’ doesn’t existIt needs repair but when I use the repair fuction nothing happens.
I’ll try to delete all files and tables to begin a new installation… for the third time !!!
Forum: Fixing WordPress
In reply to: wp_usermeta’ doesn’t existwp_usermeta doesn’t exist.
The database can’t be repaired.
I delete alle the files and begin a new install… with the same answer.
Forum: Plugins
In reply to: Shadowbox Not Working in ThemeHow do you resolve it ?
Forum: Requests and Feedback
In reply to: Plugin IdeaDaes this plugin exist ? I saw one for Dotclear but none for WordPress !
http://sphere.dnsalias.org/dotclear/index.php/2006/05/11/11-plugin-comback-pour-dotclearForum: Fixing WordPress
In reply to: Need a ‘No Comment’ Page TemplateHow do you fix it ?
TksForum: Installing WordPress
In reply to: Recent comments in sidebar?Sorry, I don’t know how to change the status of this thread as resolved.
TksForum: Installing WordPress
In reply to: Recent comments in sidebar?Sorry for my last request.
All is OK now.
Many thanks to Kafkaesqui, his explanations were very good and easy to understand… even for me.
ThanksForum: Installing WordPress
In reply to: Recent comments in sidebar?At the bottom, this is my page.php
What can I do to obtain the recent comments only on a page called Commentaires ?
Thanks
DD
————————————
<?php get_header(); ?><div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post”>
<h2 id=”post-<?php the_ID(); ?>”><?php the_title(); ?></h2>
<div class=”entrytext”>
<?php the_content(‘<p class=”serif”>Lire le reste de cette page »</p>’); ?><?php link_pages(‘<p>Pages : ‘, ‘</p>’, ‘number’); ?>
</div>
<?php if (function_exists(‘get_recent_comments’)) { ?>
- <h2><?php _e(‘Commentaires récents :’); ?></h2>
-
<?php get_recent_comments(); ?>
<?php } ?>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Modifier cette page.’, ‘<p>’, ‘</p>’); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
———————————————–Forum: Plugins
In reply to: New Plugin: Page Link ManagerYou must be using gdm_list_selected_pages() in place of wp_list_pages() for these settings to take effect.
Where can I find wp_list_pages()? only replace by gdm_list_selected_pages() ?
Many thanks
Forum: Installing WordPress
In reply to: Recent comments in sidebar?Attention Kafkaesqui
Yes I mean page.php
I know nothing in php and don’t know where I have to put the code… and what must be the code…
I suppose that ~ recent comment stuff ~ must be replaced by the name of the page, between ~ ~ ?
ThanksForum: Installing WordPress
In reply to: Recent comments in sidebar?I installed Recent Comments by Jodies but I don’t want it in the sidebar but in a page.
I try to put the code in the page template and the recent comments appear in all the pages.
Where can I put the code to have the recent comments in one page only ?
Many thanksIt’s the same for my blog…
Forum: Fixing WordPress
In reply to: Can’t login into admin mode from PCIt’s the same for me.
I can’t log as admin, and IE and Firefox return to the login page.
I disable the firewall and all will return normal.
BIZARRE…Forum: Themes and Templates
In reply to: Random header image WITH text color changesI don’t know PHP. How can I do this ?