cordeliamars
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t view blog or site adminHi Regina, very nice site (the bit that’s working! 🙂 )
If you can’t find an easier solution, why don’t you start from scratch; it shouldn’t take that long:
Who is your ISP? Some have extremely easy re-installs of WP – just one click!
Depending on how difficult it is to re-install, you might just want to back up your theme files (if they are bespoke) and the Mysql database for your blog any other specific files.
Then simply re-install WP and set it to run against your existing myssql database. It probably won’t take you any more than an hour and it really should solve the problem.
I just upgraded to WP 2.1.2 and did not have any problems. Probably something just went wrong in your upgrade.
Good luck
CThen
Forum: Fixing WordPress
In reply to: Javascript in header.php only called on root page?Ok, that’s a good point. I didn’t think of it that way.
I’ll have a look around for any newbies that I can help!
(If you are a non-moderator reading this, why don’t you do the same? )I recognise your name and I know that you and VKaryl are doing a super job. Sorry, didn’t mean to come out that way at all!
Also, sometimes it can be very difficult to understand what people are on about – they may not express their problem very clearly!
Forum: Fixing WordPress
In reply to: Javascript in header.php only called on root page?I never rarely seem to get answers here anymore. Not sure why!
Anyway, the solution was to put
<script src="/x.js" type="text/javascript"></script> instead of <script src="x.js" type="text/javascript"></script>Still no idea why the absolute path didn’t work..