agreda
Forum Replies Created
-
…any chance you’ve been skipping database upgrades?
Haven’t missed a beat, that I know of. Where would I look to confirm our $wp_db_version? PHP MyAdmin reports the following for wp_1_options…
option_id: 57
blog_id: 0
option_name: db_version
option_value: 15477
autoload: yesAll has been working well since uploading the Akismet folder including legacy.php. Thanks for your attention to this. Happy to help troubleshoot anyway i can.
That’s what I thought. But without it I was clearly generating the above errors. :-\ Just confirmed, no errors upon activation now.
Thanks again for your input.
Thanks for the quick reply. Hopefully this was a case of operator error. See this from our server error log report..
[error] PHP Warning: include_once() [function.include]: Failed opening ‘/home/tripawds/public_html/wp-content/plugins/legacy.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/tripawds/public_html/wp-content/plugins/akismet.php on line 45, referer: http://SUBSITE_URL_CHANGED.tripawds.com/wp-admin/plugins.php?deactivate=true&plugin_status=all&paged=1
After deleting akismet.php from the plugins folder and uploading the entire Akismet folder (including the plugin and legacy.php), the error is no longer occurring.
Perhaps a review of the installation instructions is in order!
Readme.txt says:
Upload the Akismet plugin to your blog, Activate it, then enter your [Akismet.com API key](http://akismet.com/get/).
Might want to clarify that the whole folder or at least legacy.php needs to be in place.
Thanks again, please advise if I’m mistaken about the server error.
Forum: Fixing WordPress
In reply to: Attaching API key to current blogTry this, where “#############” is your key:
// If you hardcode a WP.com API key here, all key config screens will be hidden
if ( defined(‘WPCOM_API_KEY’) )
$wpcom_api_key = constant(‘WPCOM_API_KEY’);
else
$wpcom_api_key = ‘#############’;@dsader Thanks for the suggestion, but for whatever reason, the script as is functions perfectly for us β all new users, with or without a blog, are getting added to blog 1 as subscribers. Since it ain’t broke I won’t be fixing it. π
Off Topic: How is it going with Toggle Admin Menus for WP 3.0? Anywhere I can subscribe for an update about that?
Anyone have any idea how this might affect add_user_to_blog if at all?
wp_insert_user in 3.0 is not backwards compatible
http://core.trac.wordpress.org/ticket/14308Forum: Themes and Templates
In reply to: Does 3.0 Remove Original Default Theme?Sorry to bump this so soon, but I discovered the cause of the problem, and a workaround…
I did not have the new default theme folder “twentyten” in our themes directory. I presume that’s why no default them was getting selected. After adding the Twenty Ten theme and activating it under Super Admin, it gets applied to new sites. But only after renaming that theme directory to something else and renaming our “default” theme directory to “twentyten” does our desired default theme get applied to new sites.
Works for now, but there has to be an easier way. It seems like any theme named Default should be assigned to new sites as the default theme. Twenty Ten is beautiful, but … I digress.
Forum: Themes and Templates
In reply to: Does 3.0 Remove Original Default Theme?You can use your current theme or old default theme. No worry.
I worry. After upgrading to to 3.0 (multisite) from WPMU 2.9.2 on our test install, new blogs/sites do not display at all upon creation β just a blank white page. Visiting the Themes tab shows no theme selected β no preview, no theme author, no location of files, nothing. After manually selecting the Default them, the new site displays fine.
Anyone care to help put an end to my worries? Thanks.
Thanks! We’ll give it a shot since we do need to “attach” the users to our main blog for instant access to our SimplePress discussion forums.
webmacster87 said:
New users are already automatically added as subscribers to one of your sites, which you specify in your Network Options page…
So, WP 3.0 will allow you to automatically add all new users as a subscriber to the main blog? If so, why would one need the User Management plugin suggested by thenbrent?
We’re still running WPMU 2.92 and preparing to upgrade. I was searching these forums to see if anyone might have feedback regarding this discussion about how to add all new users to main blog in the old MU forums.
To add all new users as subscribers to our main blog, we currently use this “new user” custom plugin as directed in that topic:
function ds_new_user_meta($blog_id, $user_id) { add_user_to_blog('1', $user_id, 'subscriber' ); } add_action( 'wpmu_new_blog', 'ds_new_user_meta', 10, 2 );Can someone please confirm if this would be 3.0 compatible or if it is no longer necessary?
Thank you!
Forum: Fixing WordPress
In reply to: Version 2.9 image editor not workingWell, I can no longer replicate the issue after upgrading to Firefox 3.6 using WP 2.9.1 … I didn’t/don’t have a custom browser skin, so the FF update must have done the trick. Thanks JohnathanNYC! (Haven’t yet tested on WPMU.)
Forum: Fixing WordPress
In reply to: Version 2.9 image editor not working@recoilfx That’s OK! I am also having the image editor problems in WPMU 2.9.1 and just confirmed it is working on our standard WP install. I only chimed in here to see if any of these tips help, but they do not.
I can confirm, however, similar symptoms as what you describe under WPMU — images inserted at full size (or thumbnail), only get stretched (if scaled) with no cropping effects. All effects apply correctly on images inserted at Medium size.
Time to update that WPMU forums Image Editor topic!
Forum: Fixing WordPress
In reply to: Version 2.9 image editor not working@taylhis thanks for the tip! unfortunately, disabling all add ons did not help. problem persists in firefox and safari.
Forum: Fixing WordPress
In reply to: Version 2.9 image editor not working@nedrwld: we’re on our own box, and allowoveride is set to all on all directories. no help there. but thanks for the suggestion.
@rainer23: go to edit image and click the edit button. let us know here if your edited images insert or not.
Can you confirm actual insertion of the edited image at all? We’re trying to figure out why the original images are getting inserted even though the Editor appears to be functioning, here …
In the WordPress forums:
http://wordpress.org/support/topic/343304?replies=17#post-1356766And in the WPMU forums:
http://mu.wordpress.org/forums/topic/16428