wernerb
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error establishing a database connectionI had the same problem. Try this :
.htaccess :
php 1
# BEGIN WordPress
ErrorDocument 404 /index.php
# END WordPressTry this :
.htaccess
php 1
# BEGIN WordPress
ErrorDocument 404 /index.php
# END WordPressForum: Installing WordPress
In reply to: “wp_usermeta: Table ‘duanerf.wp_usermeta’ doesn’t exist” Why?For installions at “FREE”, I resolved the problem with the following .htaccess content :
php 1
# BEGIN WordPress
ErrorDocument 404 /index.php
# END WordPressForum: Installing WordPress
In reply to: Installation error messageProblem resolved:
.htaccess content =
php 1
# BEGIN WordPress
ErrorDocument 404 /index.php
# END WordPress🙂
Forum: Installing WordPress
In reply to: Installation error messageWell, this seem to be by a limitation of sql by the french provider “FREE”.
-> seen here
http://www.wordpress-fr.net/support/sujet-34859-problem-installation-freeForum: Installing WordPress
In reply to: Installation error messageThanks, nietdanNL.
I created a table wp_usermeta with 4 fields.
Repairing returns “ok” and asks for deleting of “define(‘WP_ALLOW_REPAIR’, true);” from ther wp_config file.Then, the new installation asks for repairing…. grrrr
Maybee is better to delete everything and restart from the beginning… ?
Werner
Forum: Installing WordPress
In reply to: Installation error messageThanks nietdanNL for your help.
I deleted all the tables in my sql database.
Installation returns first “Fatal error: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/4/4/wernerb/wp-includes/wp-db.php on line 728”.
WP asks then for repairing and returns the following error message :
“The wp_users table is okay. The wp_users table is already optimized.
The wp_usermeta table is not okay. It is reporting the following error: Table ‘wernerb.wp_usermeta’ doesn’t exist. WordPress will attempt to repair this table…
Failed to repair the wp_usermeta table. Error: Table ‘wernerb.wp_usermeta’ doesn’t exist [snip]”I can see in mysql that WP has created 10 tables, but not the wp_usermeta table ???
Thanks, werner