divrom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SEEKING: Super ReWrite Man!Cubal,
That works great for the normal index page – thankyou! – but the categories rule doesn’t work.
My links are something like http://www.organicchurch.net/categories/general/ but I’ve tried a number of variations to your rewrite to get it to work.
I’m also trying to get one for the listings of posts I have by different authors, which currently look like: http://www.organicchurch.net/archives/author/graham-old/
If I’m missing something obvious, I’d love to know! :o)Forum: Fixing WordPress
In reply to: Uploading images in 1.3 alpha 2Forget the first problem; yes, I am just stupid.
But the second one remains. I enter in the suggested URL but it still goes to a “The requested URL was not found on this server” page.Forum: Everything else WordPress
In reply to: What will happen when 1.3 is released?Oops – we’ve gone crazy again! I de-activated the plug-in and went to activate another and got all kinds of craziness.
Not sure what nightly it is as someone else installed it on their server for me. I’ll see if I can get hold of them.
There’s stuff kicking off all over the place now. E.g.
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/organicchurch.net/httpdocs/wp-settings.php on line 87
Warning: Wrong datatype for second argument in call to in_array in /home/httpd/vhosts/organicchurch.net/httpdocs/wp-admin/plugins.php on line 115
And when I now try to activate a plug-in I get:
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/organicchurch.net/httpdocs/wp-settings.php on line 87
Fatal error: [] operator not supported for strings in /home/httpd/vhosts/organicchurch.net/httpdocs/wp-admin/plugins.php on line 11
And nothing else.Forum: Everything else WordPress
In reply to: What will happen when 1.3 is released?Weird. I activated a plug-in and the problem *seems* to have vanished!
[Btw, this was a fresh install so there was no need to upgrade.]
So, from your past experiences of this problem, is this common? Should I expect future problems or do you think it’s sorted?Forum: Themes and Templates
In reply to: The Kubrick Template v1.2.4How does it fair with 1.3 alpha-2? (I’m not sure what differences there are in e.g. index.php.)
Forum: Everything else WordPress
In reply to: What will happen when 1.3 is released?Beel, I’m interested to see that plugins are working for you in 1.3-alpha-2.
I get this note when I go to wp-admin/plugins.php : –
Warning: Invalid argument supplied for foreach() in /home/httpd/vhosts/organicchurch.net/httpdocs/wp-admin/plugins.php on line 36.
Any ideas what that means. Here’s the code, starting at line 35:
$check_plugins = get_settings('active_plugins');
foreach ($check_plugins as $check_plugin) {
if (!file_exists(ABSPATH . 'wp-content/plugins/' . $check_plugin)) {
$current = get_settings('active_plugins');
unset($current[$_GET['plugin']]);
update_option('active_plugins', $current);
}Forum: Requests and Feedback
In reply to: Search for UserName?Yeah, I’ve noticed that. It’s a shame to lose that feature, IMHO.
Forum: Plugins
In reply to: Per category privilege = WP as a portal CMSCompletely agree, ozh.
Forum: Fixing WordPress
In reply to: Help! Mysql dump messed up!You’ll have to forgive my ignorance here, but if I drop the tables why would I need to change the prefix?
Wouldn’t I just have an empty database that I could start from fresh with?
Also, I was thinking of just doing a fresh install and re-importing posts from Blogger and going from there. Could I just empty the current database and do that or is it simpler/easier/safer to just start a new db?
This newbie thanks you in advance! 🙂Forum: Fixing WordPress
In reply to: Help! Mysql dump messed up!Any ideas? Is there an easy way to clear the database so I can start again?
Forum: Fixing WordPress
In reply to: Help! Mysql dump messed up!Sorry – that was the wrong URL. I’ve updated it now.
Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainOkay, major problems!
So that I don’t double-up, see here: http://wordpress.org/support/3/11303Forum: Installing WordPress
In reply to: I can’t log in, why?!?Mr Moose ;),
I don’t think it’s necessary to hash one’s password in phpmyadmin. If I’m not mistaken (and I might be!) you can simply select MD5 from the “function” drop-down and then put the new password in at the end as normal.
It’s worked for me, anyway. Is this not the normal method?Forum: Fixing WordPress
In reply to: Moving wordpress to a new host / domainLol! Okay, thanks. 🙂
Forum: Fixing WordPress
In reply to: Show one category on index.phpTry just this:
<?php
$blog = 1;
$cat=”1″;
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
If that doesn’t work, you could try mootkitty’s show categories plug-in:
http://mookitty.co.uk/devblog/category/show-categories/