toplars
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Database error: [Got error 12 from table handler]Hi Again
After some back and forth we got the system up and running.
It turns out that even though the server is not one of minimal resources, there had been occtional problems with memory and the database.
NuclearMoose was right in suggesting a memory issue.
NOTE, as written, above that it can also occur on systems of relatively powerful dimensions.Forum: Installing WordPress
In reply to: Database error: [Got error 12 from table handler]No this is run on a large server for an educational institution. I don’t think the issue is one of resources.
The probelm only arises at step 3 of the installation. WordPress is comunicating with the database.
Any other suggestions? I’m a little lost here..Forum: Installing WordPress
In reply to: Parse errorHi again, and thanks for the prompt info. Good to know that there’s someone out there.
I’m now in, but I had to set the local host to my local provider’s name.
That means I’m within the one percent that has to change this value. Could this then be the case for more than just me, ie. this occuring more than onece in a hundred?
Check out my blog in a couple of days: http://www.thenisaid.comForum: Installing WordPress
In reply to: Parse errorThanks, that got me to the following problem:
“Error establishing a database connection! This probably means that the connection information in your wp-config.php file is incorrect. Double check it and try again.
* Are you sure you have the correct user/password?
* Are you sure that you have typed the correct hostname?
* Are you sure that the database server is running?”
What information do I out in this section, if any?:
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
I’ve put in: mysql host server in the first line, but left the others as they are here. Should I duplicat the info from further up in the script here?Forum: Installing WordPress
In reply to: Parse errorYeah, I have done that now, but I don’t see what’s wrong. I’ve re-entered the info and nothing changes after uploading the file to my server.
Where can I find a default? sorry for asking such banal questions, but I’m new to this template.Forum: Installing WordPress
In reply to: Parse errorI’ll try again with a new wp-config file!
Thanks!