arunsethi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site completely changed, won’t restoreI just worked out how to log in – I had to reset username and email in phpmyadmin. However, restoring the entire site or just the wordpress database doesn’t return any of the settings.
Forum: Installing WordPress
In reply to: WordPress Asking to Reinstallthanks esmi. Unfortunately the steps on that page aren’t working. I assume because the url settings are all correct at the moment, it’s just that wordpress seems to think that it’s not installed!
I’m worried if I run the install process, it’s going to delete everything. Is there a way I can download certain files + folders now and then re-upload them after installation? I assume not but I’m not sure what else to do.
Forum: Installing WordPress
In reply to: WordPress Asking to Reinstallsorry to bump this, but I could do with a hand. I’d normally experiment, but I don’t want to lose my content!
Thanks,
Arun
Forum: Installing WordPress
In reply to: WordPress Asking to ReinstallI’m having this problem – I know why it’s happened but not sure exactly what has happened or what to do about it.
I wanted to start developing/adapting a theme for my website, so I downloaded wordpress and loaded it into a sub folder (newdev) and created a new MSQL database (wpdev). However I uploaded the edited
wp-config.phpwith that info into the original website folder. Once I’d noticed my error I moved that wp-config into the newdev folder and re-uploaded the original wp-config into its original place.Now wordpress is asking me to re-install. As I haven’t run any installations yet, I assume that all the information is still there – I hope so as I stupidly didn’t run a back up so I’d lose a fair few posts!
Forum: Fixing WordPress
In reply to: Problem with < code > tagahh – think that’s my brain reading help pages but not wanting to accept there’s some work involved haha
thanks for your help
Forum: Fixing WordPress
In reply to: Author Name At End Of PostI’ve changed
<?php the_author() ?>
to
<?php the_author(); ?>
but still no joy 🙁