dr_gonzo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank pagesThat’s what’s causing the issue. The webserver is choosing index.html over index.php, so when you do /?page_id=6 it assumes you mean /index.html?page_id=6 instead of /index.php?page_id=6. The easiest thing in this case is probably to get rid of index.html!
Forum: Fixing WordPress
In reply to: Blank pagesIs there an index.html file in your wordpress folder?
Forum: Fixing WordPress
In reply to: Post form gone in admin pannelWhen you say you reinstalled, did you delete the old install first, or overwrite it with a new version?
Forum: Fixing WordPress
In reply to: Need HELP badIt’s not to do with the browser directly, as that’s definitely a PHP error. However, it may be something to do with opera or your setup that is getting you to the page where the error occurs. When you get the error, is the url in the address bar just http://www.nozomashii.com/ ?
Also, have you tried logging out or deleteing your cookies for the site (or both!), as it may be something that you are getting because of a cookie setting somewhere.
Forum: Fixing WordPress
In reply to: Need HELP badWell, I wouldn’t give up just yet, I can’t get it to happen at all, so it’s not the worst thing in the world. Do you remember what you changed between your backup and now, or recently?
Forum: Fixing WordPress
In reply to: Need HELP badHmm, that’s odd, so you get it when you click the View Site link at the top of the admin site – does it just got to http://www.nozomashii.com? I can’t seem to get the same thing to happen
Forum: Fixing WordPress
In reply to: Need HELP badAre you doing an include or require instead of include_once/require_once on that page?
Alternatively, did you copy perhaps accidentally copy the function declaration?
Forum: Fixing WordPress
In reply to: IE won’t load my index page completelyIE6 seems to be loading it all for me, looks very similar to the firefox rendering. IE5.5 loads all of it, but isn’t centering the page.
Forum: Plugins
In reply to: Rel=”nofollow” plugin for WordPressAh, saves me the effort 🙂
Forum: Fixing WordPress
In reply to: suspicious spam/not-spamI’ve had similar comment spam, with text like “Wonderful web site, was very useful. Lovely touch having this guestbook. Thanks” and no link. Very odd.