kitenski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New posts overwriting previous on brand new installThanks, interestingly everything seems to work fine with v6.9.4 so far… (although it auto updated to 7 last night!)
Forum: Fixing WordPress
In reply to: New posts overwriting previous on brand new installI’ve nuked the install for a 3rd time, and installed v6.9.4 of WordPress, with a fresh DBase…fingers crossed that seems to have helped. Perhaps a bug in v7 for brand new sites?
Forum: Fixing WordPress
In reply to: New posts overwriting previous on brand new installSeems to be some DB issues from troubleshooting? I see the posts in the DB, put not in the posts section?
The oddity is that the posts in the DB have post status Inherit and post_type Revision?
Post 5 is the first one I made, and everytime I make a new post, it appears in the DB with the above status, but it also overwrites Post 5.
Autoincrement is correct and is increasing each time I create a new post.post_status default is publish
No revision word at all in wp-config.php
- This reply was modified 3 weeks, 1 day ago by kitenski.
edit to say looks like the backup I restored from didn’t have the Gallery info in it, found an SQL dump that did, so ran the gallery related commands and I’m back up and running 🙂
- This reply was modified 3 years, 5 months ago by kitenski.
Hi Jeremy,
Askimet sent me some specific domain names to resolve to, once I got them onto my hosting provider they appear to have fixed this.
– b8d7a8edd173.rest.akismet.com
– jetpack.wordpress.comHi Michael,
No there is no firewall. It appears to always get hung up on the SQL file, but other files are backed up fine.
Having said that last nights backup appears to have worked ok!
cheers Mikey,
I put a new directory name of into the setting and clicked Save, then moved to the MonitorBackup tab.
After 30 mins or so the History says:
Backup completed on 2012-03-29 at 00:15:25
But the new directory has not been created??
Forum: Fixing WordPress
In reply to: Auto create a gallery page from images attached to all posts?I tried this
[gallery columns="4" include="*" size="thumbnail" orderby="RAND"]but it only displayed a few images,
I also tried this, which displayed some different pictures, but still not all.
[gallery columns="4" id="*" size="thumbnail" orderby="RAND"]I am looking for a way to display *EVERY* picture uploaded to my media libary.
Is this possible?
regards,
Greg
Forum: Fixing WordPress
In reply to: Moved site, but images are still point at old site?thanks I had alread read and used that as the basis and followed these steps, but I still see this issue with images.
If You Don’t Care If Your Old Blog Works
1.Download a copy of the main wordpress files from your OLD blog to your hard drive and edit wp-config.php to suit the new server.
2.Go back to your OLD blog and go to Administration > Settings > General and change the url (both of them) to that of your new site.
3.Again, download your database (but keep the old one just in case), upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. Thats it!