snowman53
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sites Broken After Server RestoreBump!
Suggestions please?
Forum: Installing WordPress
In reply to: WordPress database error Table New SetupI had updated both PHP & MYSQL before installing WordPress. Everything looked like it worked & my other sites still worked. But no luck with WordPress.
FInally discovered there is a problem with using an old verison of libmysql.dll with the lastest version of PHP.
Once that was corrected and using anil_allagh’s post, I was able to get WordPress up and running.
Do a search in the PHP forums for the libmysql problem if you think you have a similar problem.
I suspect you have a problem with your PHP extensions not loading.
Try running php from the command line using “PHP hello.php -i”.It should show you any extensions that are failing to load – edit your php.ini file to exclude those or fix the path to the dll’s if they exist.
Forum: Installing WordPress
In reply to: WordPress database error Table New Setupanil_allagh,
I am seeing the same problem as your original post, i.e. table does not exist.
Like you, I cannot figure out what to do with the ticket 7724 patch files. Initially I thought you added them into the update.php file at the indicated line numbers, but since there is no line 273, that does not make sense either. My update.php stops at line 173.
Would you mind explaining how you solved this issue for the rest of us that are not as brilliant as Whooami and don’t have the option of using a *nix server? At least you would be contributing something useful.
Thanks!