Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
Hello, Here is a portion of my config.php file. I highlighted the parts I edited in yellow - I hope that shows up for you. Let me know if I need to highlight my changes another way. * Authentication Unique Keys. * * Change these to different unique phrases! * You can generate these using

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
I don't know if this helps or not... but this is a screen shot of the codes that WP asked me to add to my config.php and .htaccess files. Richard Matthews rich...@nlightonline.com http://www.monetizemylife.com On Fri, Apr 16, 2010 at 1:06 AM, Richard Matthews rich...@nlightonline.comwrote:

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread HelixGalaxy
1. You can remove this : define ('WP_ALLOW_MULTISITE', true ) ; 2. The code for htaccess you got should *replace* the one that already was there, *not* be added, which you did! Regards, Martin 2010/4/16 Richard Matthews rich...@nlightonline.com I don't know if this helps or not... but this

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
Okay, I made those changes. 1) I removed this: define ('WP_ALLOW_MULTISITE', true ) ; 2) I edited the .htaccess file so that it contains only the lines suggested by WP and nothing else. I am no longer receiving the permission error and have access to my back end. But I do not seem to have

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread HelixGalaxy
Hello, Can only see htaccess file attached and it look ok to me. But I do not seem to have any Super Admin features that should come from enabling the Multi-Site feature. Also, the 'Network' section under 'Tools' is no longer appearing. I don't have an idea at this point. Regards, Martin

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
I changed the config.php to a .txt file. It should be readable now. Richard Matthews rich...@nlightonline.com http://www.monetizemylife.com On Fri, Apr 16, 2010 at 1:31 AM, HelixGalaxy helixgal...@gmail.com wrote: Hello, Can only see htaccess file attached and it look ok to me. But I do

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread HelixGalaxy
Try this. Attached file. Regards, Martin 2010/4/16 Richard Matthews rich...@nlightonline.com I changed the config.php to a .txt file. It should be readable now. Richard Matthews rich...@nlightonline.com http://www.monetizemylife.com On Fri, Apr 16, 2010 at 1:31 AM, HelixGalaxy

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
That Worked! WP Asked me to add a few more lines after I updated the config file with your changes. here are the lines it asked me to add: define( 'NONCE_SALT', 'A(nqyeaoq...@g(9Ge!uhdhc' ); define( 'AUTH_SALT', 'ZTIFSghA9a^ZE2hIp5OvJrc' ); define( 'LOGGED_IN_SALT', 'XQPpz4e3j$VcZln*9*yB6bGV' );

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread HelixGalaxy
Good. You can see the original smale file here: http://core.trac.wordpress.org/browser/trunk/wp-config-sample.php I don't know how you got it so far from this one. You have to read the instructions little bit better :) Good luck! Martin 2010/4/16 Richard Matthews rich...@nlightonline.com

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Richard Matthews
I don't know how it got so far from that sample either. I just followed the instructions on this blog: http://wpmu.org/how-to-get-an-early-start-with-wordpress-multisite-3-0-beta-now-available-for-download/

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread HelixGalaxy
Well it works, that's all that counts :) 2010/4/16 Richard Matthews rich...@nlightonline.com I don't know how it got so far from that sample either. I just followed the instructions on this blog:

[wp-testers] How to highlight the home page with the new menu section ?

2010-04-16 Thread Francis Chouquet
Hi everyone, I am testing the new menu navigation section and I cannot find out how to highlight the homepage. I used the custom page option to create a line for the homepage. But there is no class or id menu-current-item related to custom pages. So how can I highlight the homepage in my menu ?

[wp-testers] Can't install plugin in WP3.0-beta1

2010-04-16 Thread Jorge Bernal
Hi, I'm testing wordpress 3 beta for a new blog and can't install plugins directly from the backend. The process is stuck at unpacking and the error log says: #with memory_limit = 32M PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 240 bytes) #with

Re: [wp-testers] Can't install plugin in WP3.0-beta1

2010-04-16 Thread Dion Hulse (dd32)
Theres a similar trac ticket open at present. Can you post the contents of your phpinfo() output? (can email me directly if you wish) What I'm looking for: If you have the PHP Zip Extension installed or not. Can you try adding this to a plugin file: add_filter('unzip_file_use_ziparchive',

Re: [wp-testers] Network Setup Not Installing Tables

2010-04-16 Thread Jan Weinschenker
Hi all, during the first days of beta1 I switched my site to multisite and I was able to create 3 blogs. Yesterday I tried to create a fourth blog, but the database-tables are not being installed. Furthermore, the new sub-directory of /wp-content/blogs.dir is not created. my wp-config.php

Re: [wp-testers] Bug Report (WP3.0 Beta1)

2010-04-16 Thread Andrew Nacin
Hey guys, The problem is that, although you put the defines before the line you were supposed to, you also have a call to wp-settings.php before that. The call to wp-settings.php should be *after* the That's all, stop editing! Happy blogging. line, and I'm not sure we've ever released a config

Re: [wp-testers] Network Setup Not Installing Tables

2010-04-16 Thread Andrew Nacin
during the first days of beta1 I switched my site to multisite and I was able to create 3 blogs. Yesterday I tried to create a fourth blog, but the database-tables are not being installed. Furthermore, the new sub-directory of /wp-content/blogs.dir is not created. You need to create

Re: [wp-testers] Network Setup Not Installing Tables

2010-04-16 Thread Jan Weinschenker
You need to create blogs.dir yourself. That directory is already there. It's the subdirectory of /wp-content/blogs.dir/11 for the blog with the internal ID 11 that is not being created. I'm wondering why it was possible to create three blogs in my new MS-install a couple of days ago. Then, the

[wp-testers] A Default Taxonomy

2010-04-16 Thread Gustavo Silva Bordoni
These days, I was doing some tests on the Custom_Post_Type, for the new 3.0 Update. And I got a problem where If I delete all the taxonomies from a category on a Post_Type I get an error because there is no Taxonomy on the array to create the list. Anyone has a solution? I could make a condition

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Andrew Nacin
I'm having trouble understanding your problem because you seem to misuse some terminology. Specifically, category is a taxonomy made up of categories, which are terms. Likewise, a custom taxonomy such as fruit has terms such as apple and pear. We're trying as hard to sever the default taxonomies

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Jonathan Querubina
Hi, i'm new at the list, and if possible, want to ask a favor.. someone can send me a direct link for wp 3? i'm on a linux terminal and can't access web directly... need to use wget many thanks On Apr 16, 2010, at 1:13 PM, Andrew Nacin wrote: I'm having trouble understanding your problem

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread scribu
http://wordpress.org/nightly-builds/wordpress-latest.zip -- http://scribu.net ___ wp-testers mailing list wp-testers@lists.automattic.com http://lists.automattic.com/mailman/listinfo/wp-testers

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Gustavo Silva Bordoni
Sorry for the misuse on the terminology... But you got my point... -- Gustavo Silva Bordoni - http://webord.net/ Fale comigo[Talk to me]: Mail: gust...@webord.net gust...@tangerina.com.br webord@gmail.com Twitter: http://twitter.com/webord Skype: webord Telefone[Phone]: +55 (21) 9416-4506

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Andrew Nacin
On Fri, Apr 16, 2010 at 1:49 PM, Gustavo Silva Bordoni webord@gmail.com wrote: Sorry for the misuse on the terminology... But you got my point... No, I didn't. That's why I went off on an explanation of terminology. I have no idea what your problem is or whether I answered your question

[wp-testers] A couple of questions

2010-04-16 Thread George Pearce
Firstly - I apologise, I'm not actually sure if it's okay to use this list to ask questions but their about the functionality in WP3.0 so I'll give it a blast. I was wondering, if there a way to set the permalink structure for the standard post type besides the permalinks option? I've been using

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Gustavo Silva Bordoni
Ok, The thing is, I have a problem with Taxonomy Terms, I wish I could create a Default term for a Custom_Post_Type. -- Gustavo Silva Bordoni - http://webord.net/ Fale comigo[Talk to me]: Mail: gust...@webord.net gust...@tangerina.com.br webord@gmail.com Twitter: http://twitter.com/webord

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Andrew Nacin
Ok, The thing is, I have a problem with Taxonomy Terms, I wish I could create a Default term for a Custom_Post_Type. I'm sorry, do you mean a default term for a taxonomy? ___ wp-testers mailing list wp-testers@lists.automattic.com

Re: [wp-testers] A couple of questions

2010-04-16 Thread Azizur Rahman
I am also interested in this issue. Azizur Rahman ProDevStudio http://prodevstudio.com If you are running east looking for a sunset, you'll never see it no matter how hard you try. On 16 Apr 2010, at 07:42 PM, George Pearce g...@iampearce.com wrote: Firstly - I apologise, I'm not actually

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Gustavo Silva Bordoni
Could be, a default term for a taxonomy. So I can't delete all the terms from a Taxonomy. Sorry for all the problems on the communication... -- Gustavo Silva Bordoni - http://webord.net/ gust...@webord.net webord@gmail.com +55 (21) 9416-4506 On Fri, Apr 16, 2010 at 16:00, Andrew Nacin

Re: [wp-testers] A Default Taxonomy

2010-04-16 Thread Andrew Nacin
We enforce default_category throughout WP. You could probably hook into wp_delete_term() and make your own check. On Fri, Apr 16, 2010 at 4:14 PM, Gustavo Silva Bordoni webord@gmail.com wrote: Could be, a default term for a taxonomy. So I can't delete all the terms from a Taxonomy.