wendyhouse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [WordPress] wordpress 4.5.2 issues@sterndata. I feel chided.
The topic of the thread is “wordpress 4.5.2 issues” I found it as the most relevant item to my problem and was unaware that my problem was substantively different from the preceding comment.
Apologies for getting it wrong by not starting my own thread.
Please consider being courteous to people seeking your valuable help, who are trying hard to conform with the support group etiquette… and make mistakes by your highly expert standards
H
Forum: Fixing WordPress
In reply to: [WordPress] wordpress 4.5.2 issuesI received an email saying my blog had been automatically updated to version 4.5.2
I am no logger able to see it. I get a http 500 error when navigating to http://wendyhome.com
When I try to access: http://wendyhome.com/wp-admin/about.phpI see the following message. Can you advise me on what action I should take as a not very technical person.
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at wendy3house.db.11786533.hostedresource.com. This could mean your host’s database server is down.
•Are you sure you have the correct username and password?
•Are you sure that you have typed the correct hostname?
•Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
Forum: Fixing WordPress
In reply to: wordpress 4.2.2 category url return 404 errorI had the same problem, page load error on every individual post, I followed the advise on navigating to the permalink page, changed nothing and saved the settings. Now the problem is fixed. Very frustrating uncovering the problem, and trying to fix it before coming here.
Forum: Fixing WordPress
In reply to: Adding hyperlinks option not working with WP upgradeI had this problem – and my Media Button didn’t work (no action on clicking) and the drop-down that auto-suggests tags didn’t work.
Deactivating then systematically reactiviating the plug-ins worked for me because one of the plugins was causing the problem.
Thanks
http://wendyhome.com/Forum: Fixing WordPress
In reply to: 2.9.2 config file deletes sql 5 database contentsI’ve solved the problem. If anyone else is experiencing the same thing feel free to contact me and I’ll walk you through the solution that worked for me.
Forum: Fixing WordPress
In reply to: 2.9.2 config file deletes sql 5 database contentsWould converting the backup .sql text file into WXR then importing it into my working (relatively empty) 2.9.2 blog be a solution route to getting my blog history re-instated?
If so, can you guys point me to a converter? I’ve not yet been able to find one using a web-search… …and I’m not even sure this approach will work.
Expert opinion, guidance would be much appreciated 🙂
Forum: Fixing WordPress
In reply to: 2.9.2 config file deletes sql 5 database contentsGuys I’m not sure who to turn to – this clearly isnt a sql database provider problem, or a web hosting service problem, the problem arises when linking your config file to sql server V5 database which contains a database that was originally created using wordpress.
Do you have a bug in your code or am I doing something wrong.
Currently I’m at step 5 wondering whether to change the config file or to change something in the database so that WordPress 2.9.2 can acknowledge its contents rather than empty it.
Please help
Forum: Fixing WordPress
In reply to: 2.9.2 config file deletes sql 5 database contentsDoes anyone have any constructive suggestions or could help me to troubleshoot by asking me to check aspects of my config file or sql database?
Forum: Fixing WordPress
In reply to: Restore SQL V4 Backup to SQL V5 Database using MyPhpAdmin failsI am marking this as resolved – even though it has not been resolved – because I am trying refremaing the problem to find a solution that I can manage.
Forum: Fixing WordPress
In reply to: Restore SQL V4 Backup to SQL V5 Database using MyPhpAdmin failsI do not know the formatting rules that are acceptable for a import/expert back-up file.
Hence despite knowing how to use many different text editors – I do not know ‘how’ to ‘split’ the contents of a back-up file in a way that does not cause errors during the restore.
I was hoping that you guys could help.
Forum: Fixing WordPress
In reply to: Restore SQL V4 Backup to SQL V5 Database using MyPhpAdmin failsImport Size Max: 8,192KiB
Looks like my import is 2 (and a tiny bit) x the import size maximum. Probably my main problem.
Does the ‘Partial Import’ checkbox play a role here – I’ve always left it in the default position of checked/
How do I tackle the size problem? Can I create 3 back-ups with different tables in each? and import the 3 backups consecutiely?
GoDaddy provides me with the ability to create some databases that I haven’t used so I could create a completely empty database and import into that to bypass the possible problem with already having content – then update my worpress config file to point to the new database.
Apologies for this thread being so long, I really appreciate your time and thought and am trying to think about and solve the problem myself. too. Being without my 5 years of blog posts really makes me sad
many thanks
HilaryForum: Fixing WordPress
In reply to: Restore SQL V4 Backup to SQL V5 Database using MyPhpAdmin failsThank you for taking the trouble to – think about this – give me relevant useful information.
Now I know the text I am looking for is create table rather than create database.
I tried deleting (using wordpad) the create table text (illustrated below) from the backup made automatically by wordpress. Then tried importing the file with this missing text using MyPhpAdmin UI, making sure to select V4 compatibility drop-down.
The restore failed – in that the test posts in the V5 database are what shows on my blog 🙁
Maybe there is some other problem. Both Starfieldtech and Godaddy said that the crate databse text was my problem. but could it be comething-else that interrupts a restore – like the size of the file (16.4 MB)? How would you recommend that I solve this? In my ideal world WordPress would provide an automatic restore back-up aswell as the automatic make-back-up.
I REALLY appreciate your input because you are wordpress experts, and supporters, not .sql server experts. I’ll do my best to help you to help me.
This is the text I deleted from my backup .sql before restoring it. The restore failed:
CREATE TABLE
wp_startupcomments(
comment_IDbigint(20) unsigned NOT NULL auto_increment,
comment_post_IDbigint(20) unsigned NOT NULL default ‘0’,
comment_authortinytext NOT NULL,
comment_author_emailvarchar(100) NOT NULL default ”,
comment_author_urlvarchar(200) NOT NULL default ”,
comment_author_IPvarchar(100) NOT NULL default ”,
comment_datedatetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_date_gmtdatetime NOT NULL default ‘0000-00-00 00:00:00’,
comment_contenttext NOT NULL,
comment_karmaint(11) NOT NULL default ‘0’,
comment_approvedvarchar(20) NOT NULL default ‘1’,
comment_agentvarchar(255) NOT NULL default ”,
comment_typevarchar(20) NOT NULL default ”,
comment_parentbigint(20) unsigned NOT NULL default ‘0’,
user_idbigint(20) unsigned NOT NULL default ‘0’,
comment_comvatar_urltext NOT NULL,
comment_favicon_urltext NOT NULL,
PRIMARY KEY (comment_ID),
KEYcomment_approved(comment_approved),
KEYcomment_post_ID(comment_post_ID),
KEYcomment_approved_date_gmt(comment_approved,comment_date_gmt),
KEYcomment_date_gmt(comment_date_gmt)
) TYPE=MyISAM ;Forum: Fixing WordPress
In reply to: page load error – unknown source – how do I troublshootSamboll, thankyou, I’ll see if I can work out what is amiss with the useful analysis link you’ve provided.
Forum: Fixing WordPress
In reply to: page load error – unknown source – how do I troublshootSambol – thanks for answering!
at the bottom left hand side of IE it says “Done, but with errors on the page” and a little yellow triangle. This stays for about a minute then disappearsI found a plugin that solves this problem. Hope this helps other people who are experiencing this problem 🙂
http://wordpress.org/extend/plugins/nofollow-case-by-case/
I experienced this as a bug.