DianeV
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Server attempt to execute uploaded Perl scriptIf they’re accessed via a browser, I’d assume they’d be executed rather than downloaded.
You might try zipping them before upload.
Forum: Installing WordPress
In reply to: WP 2.5 upgrade messI don’t know if it’s stupid; I’d also assume that plugins I’d deactivated would stay deactivated. Huh.
Forum: Installing WordPress
In reply to: 2.3 > 2.5 Problems! PLEASE HELP ME!!Yes, your blog being there is a great sign. I would just search for the actual error message:
Cannot modify header information – headers already sent
Forum: Installing WordPress
In reply to: 2.3 > 2.5 Problems! PLEASE HELP ME!!> I go to my site and the page comes up fine. I just cannot get into my admin side.
If you can see your blog and articles, then I wouldn’t start a new database. That means you’ll have to solve whatever’s causing the problem with the admin side, though … but at least you won’t need to start over.
Or … you can just start over. But I’m not sure how that’s going to help, really, as you may just run into the same problem.
Forum: Installing WordPress
In reply to: WP 2.5 upgrade messQuick note: when you unzip the WordPress download, it (in WinZip, at least) opens a window and displays all the files. If you then choose Extract, it will dump the files into whatever folder you choose, and will *maintain the folder structure* of the files — meaning, the resulting wordpress folder will have other folders in it, with the files in the proper folder.
Otherwise, you get one folder with a zillion files in it.
Forum: Installing WordPress
In reply to: 2.3 > 2.5 Problems! PLEASE HELP ME!!Yes: bear in mind that a WordPress blog is made of two elements:
(a) The WordPress files, themes, etc.
(b) The databaseAlways back up both before you do anything radical.
(Hi Teli!)
Forum: Installing WordPress
In reply to: what did i do to cause this?Excellent. Glad to hear it.
Forum: Fixing WordPress
In reply to: .htaccess problem> Oh, I didn’t include the <Files .htaccess>-tag? Could that be the problem?
Absolutely; you have to “open” and “close” that section with the tags.
Try taking out the IP address lines.
I’m not sure what you mean by “writing a wrong url in the address fields”. What address fields are you referring to?
Does your theme have an actual 404.php page?
Forum: Fixing WordPress
In reply to: .htaccess problemI’m not sure about your coding. Is it set up like this?
<Files .htaccess> Order Deny,Allow Deny from all </Files>And is the “IP” replaced by an actual IP address?
Forum: Themes and Templates
In reply to: semi-dynamic css class nameSo, you’re trying to use a variable to insert a CSS class on the page? Or in the stylesheet?
Forum: Themes and Templates
In reply to: How to turn off 404 handleI would not disable the 404 page because:
(a) it serves a specific purpose on servers — 404 is the server code for “page not found”; it’s not just for search engines, and
(b) if you disable it, it’s very likely that the server will just use its own 404 page … you know, the ugly, shocking one with the gigantic black type that serves as a dead-end to both surfers and search engines.
You can use a customized 404 page (looks like your site, contains info you want it to contain). If you need to give people an “extra menu”, it would probably be better to just put it on your site somewhere.
Forum: Fixing WordPress
In reply to: Only my front page works- All my permalinks are 404Sometimes, just accessing the .htaccess (Options > Reading) in the WP admin area and Updating the Permalinks structure will fix this.
Forum: Installing WordPress
In reply to: what did i do to cause this?They’re not asking for the whole code (we can see it on the posted link) — they’re asking whether they’re anything before the opening <? in your feed-rss2.php file.
So: is there anything before the opening <? in your feed-rss2.php file? There should not be … no spaces, no nothing. The file should just start with <? and nothing else.