Jeff Chandler | 1 Oct 2010 13:56
Favicon
Gravatar

Deleting Categories Not Properly Uncategorized

  I'm using WordPress 3.0.1 and I've noticed that after I've deleted a category, the posts end up labeled as
Uncategorized but they can not be filtered in the post manager. I've setup WordPress so that posts from a
deleted category are moved into the Uncategorized section and although this does happen, when I find the
post in the post manager, the Uncategorized text is not linked and therefor, I can't filter all of the posts
that were deleted. I have to manually find all of the posts that were deleted, click the edit button, click
save, and then the Uncategorized text is linked allowing me to filter them.

Can anyone else confirm this kind of behavior? Did I make myself clear enough?
Glenn Ansley | 1 Oct 2010 16:52
Favicon
Gravatar

Re: Deleting Categories Not Properly Uncategorized

Hey Jeff,
I can confirm this in trunk as well. It looks like the posts are not being
added back to the term_relationships table.

Glenn

On Fri, Oct 1, 2010 at 7:56 AM, Jeff Chandler <jeffc@...> wrote:

>  I'm using WordPress 3.0.1 and I've noticed that after I've deleted a
> category, the posts end up labeled as Uncategorized but they can not be
> filtered in the post manager. I've setup WordPress so that posts from a
> deleted category are moved into the Uncategorized section and although this
> does happen, when I find the post in the post manager, the Uncategorized
> text is not linked and therefor, I can't filter all of the posts that were
> deleted. I have to manually find all of the posts that were deleted, click
> the edit button, click save, and then the Uncategorized text is linked
> allowing me to filter them.
>
> Can anyone else confirm this kind of behavior? Did I make myself clear
> enough?
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
Glenn Ansley | 1 Oct 2010 18:11
Favicon
Gravatar

Re: Deleting Categories Not Properly Uncategorized

http://core.trac.wordpress.org/ticket/15008

On Fri, Oct 1, 2010 at 10:52 AM, Glenn Ansley <glenn@...> wrote:

> Hey Jeff,
> I can confirm this in trunk as well. It looks like the posts are not being
> added back to the term_relationships table.
>
> Glenn
>
>
> On Fri, Oct 1, 2010 at 7:56 AM, Jeff Chandler <jeffc@...> wrote:
>
>>  I'm using WordPress 3.0.1 and I've noticed that after I've deleted a
>> category, the posts end up labeled as Uncategorized but they can not be
>> filtered in the post manager. I've setup WordPress so that posts from a
>> deleted category are moved into the Uncategorized section and although this
>> does happen, when I find the post in the post manager, the Uncategorized
>> text is not linked and therefor, I can't filter all of the posts that were
>> deleted. I have to manually find all of the posts that were deleted, click
>> the edit button, click save, and then the Uncategorized text is linked
>> allowing me to filter them.
>>
>> Can anyone else confirm this kind of behavior? Did I make myself clear
>> enough?
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers@...
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
(Continue reading)

Prasath Nadarajah | 8 Oct 2010 20:39
Picon

Memory exhausted

I get the following error when i test wordpress with the testing
suite.
How can i fix this??

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 61440 bytes) in /var/www/wordtest/wordpress/wp-includes/wp-
db.php on line 926
Scott Evans | 8 Oct 2010 21:51
Favicon
Gravatar

Re: Memory exhausted

You will need to edit the memory limit in PHP, if you are using Linux the setting is in
/etc/php5/apache2/php.ini then look for the line Memory Limit = xxxxxx (default is 32mb for ubuntu) raid
that to a level that fits within the amount of physical RAM (64mb or 128mb) if you also have PHP-cli
installed raise the default memory in that file to (php-cli.ini) to match what you set in the previous
file, I have mine set to 256mb for both files, you then need to restart apache2 for the new settings to take
effect. 

Sent from my HTC Desire
Paolo Dolci | 8 Oct 2010 22:05
Picon

Re: Memory exhausted

Try to put this string in the wp-config.php

Ini_set("memory_limit",256M);

;)

Bye

2010/10/8, Scott Evans <scott@...>:
> You will need to edit the memory limit in PHP, if you are using Linux the
> setting is in /etc/php5/apache2/php.ini then look for the line Memory Limit
> = xxxxxx (default is 32mb for ubuntu) raid that to a level that fits within
> the amount of physical RAM (64mb or 128mb) if you also have PHP-cli
> installed raise the default memory in that file to (php-cli.ini) to match
> what you set in the previous file, I have mine set to 256mb for both files,
> you then need to restart apache2 for the new settings to take effect.
>
> Sent from my HTC Desire
>
>
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

--

-- 
Inviato dal mio dispositivo mobile
due chiacchiere | 8 Oct 2010 22:16
Picon
Gravatar

Re: Memory exhausted

  Even better, use the official (and standard) Wordpress approach:

define('WP_MEMORY_LIMIT', '41M');

Ref: http://codex.wordpress.org/Editing_wp-config.php

Camu

On 10/8/2010 4:05 PM, Paolo Dolci wrote:
> Try to put this string in the wp-config.php
>
> Ini_set("memory_limit",256M);
>
> ;)
Mark Beihoffer | 20 Oct 2010 07:08
Picon

Re: wp-testers Digest, Vol 68, Issue 3

I tried that and it

thants!

Mark Beihoffer
Dragonfly Networks
mbeihoffer@...
mark@...
(612)508-5128

On Sat, Oct 9, 2010 at 7:00 AM, <wp-testers-request@...>wrote:

> Send wp-testers mailing list submissions to
>        wp-testers@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.automattic.com/mailman/listinfo/wp-testers
> or, via email, send a message with subject or body 'help' to
>        wp-testers-request@...
>
> You can reach the person managing the list at
>        wp-testers-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wp-testers digest..."
>
>
> Today's Topics:
>
>   1. Memory exhausted (Prasath Nadarajah)
(Continue reading)

Marvin Hunkin | 21 Oct 2010 01:45
Picon

php and word press problems

?hi.
the person who sent me the code to turn on php.
cold they resend the code to me and the process to get it to work.as lost it
 .
thank you.
marvin from australia.
John Blackbourn | 21 Oct 2010 05:19
Picon

Re: php and word press problems

Marvin, the wp-hackers mailing list isn't for support; it's for
discussion on WordPress hacking and core development of the platform.

The information you want is freely available on the web. Try Googling
for any phrase like "how to turn on php" and you'll get hundreds of
thousands of results.

Also, if you're struggling with setting up PHP you might be better off
going with a cheap shared host. There are some recommendations here:
http://wordpress.org/hosting/ .

John

On Thu, Oct 21, 2010 at 12:45 AM, Marvin Hunkin
<startrekcafe@...> wrote:
> ?hi.
> the person who sent me the code to turn on php.
> cold they resend the code to me and the process to get it to work.as lost it
>  .
> thank you.
> marvin from australia.
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

Gmane