rablegen
Forum Replies Created
-
Thanks for the suggestion. I installed Core Control and checked under the Manage Transports. It shows that both the cURL and PHP fsockopen() options are not available.
Strange. Everything worked fine last week. I will need to check with my sysadmin I guess.
Thanks for your help!
Sincerely,
RichYou’re right, I’m getting the same kind of error with some of the dashboard widget feeds.
Any ideas?
Rich
Forum: Plugins
In reply to: [Sitewide Newsletters] EmailPanel does not appearOk, I found “Sitewide Newsletters” underneath the “Tools” tab when I go to a specific site on my MultiNetwork site.
However, I still can’t find the Secure Invites settings under Site Admin->Settings.
Forum: Plugins
In reply to: [Sitewide Newsletters] EmailPanel does not appearHi Chris,
When I go to Site Admin and then to Settings, I do not see any references at all to the plugin.
Actually, I cannot find any references to “Sitewide Newsletters” when I go to Site Admin.
Thaks for your help.
Rich
Forum: Plugins
In reply to: [Sitewide Newsletters] EmailPanel does not appearI am having the same issue. I have installed the plugin in my WordPress MU plugins folder, but I do not see any Sitewide Newsletter admin panel on my Network Admin Dashboard. I do not see the admin setting screens as described in these screenshots for your plugin: http://ww.wp.xz.cn/extend/plugins/wordpress-mu-secure-invites/screenshots/)
I am using WP 3.2.1 MultiSite
Hi Wil,
Thanks for the phpmyadmin instructions.
I am using WP 3.1 multisite, and for sites that I had already made redirections (with the earlier version of the plugin), I can make new redirections with no problem.
However, on one of my sites I had not made redirections before, and it is on this site that I am getting the “Sorry, but your redirection was not created” error.
I was planning on using your steps above, but how do I know I am applying the steps to the specific site within my multsite system?
Thanks for clarifying.
Rich
I have access to phpmyadmin for my WP database.
Rich
There is currently nothing listed under the Groups section or the Modules section.
When I try to add a group or module, nothing happens. It replies that I have not entered anything.
Rich
I have Redirection v. 2.2.5 on WP Multisite 3.1.
I am still receiving the “Sorry, but your redirection was not created” when trying to create new redirections.
I tried looking at the redirect.php code as was mentioned earlier in this thread, but the $regex and last_access lines look like they have now changed and I don’t think I want to follow the suggestion made earlier.
Any ideas why I might still be getting this error?
Rich
I have a few redirects but not many.
I upgraded from 2.1.27
Rich
Forum: Fixing WordPress
In reply to: WordPress database error MySQL server has gone away for querybodhidharma74:
Unfortunately, your link takes me to an Error 403 page. 🙁Can anyone provide a solution to this?
Thanks.
Rich
Forum: Plugins
In reply to: W3 Total Cache and Simple Redirect Plugin@fredericktownes, thanks for getting back to me.
I’m not sure which code you’d like to see, but here is the code for the simple redirect plugin:
<?php /* Plugin Name: Redirect Plugin URI: http://www.pancak.es/plugins/redirect/ Description: Simple redirection using Custom Fields. Author: Nick Berlette Version: 0.8 Author URI: http://www.pancak.es/ === How to Use === 1. On the page or post you wish to redirect from, open up the Custom Fields section 2. Type in 'redirect' for the key, and then any URL for the value 3. Press Add Field, save the post, and you're done! */ require_once($_SERVER['DOCUMENT_ROOT'] . '/wp-config.php'); add_action('get_header', 'redirect'); function redirect () { global $post; if (is_page() || is_object($post)) { if (get_post_meta($post->ID, 'redirect', true)) { header('Location: ' . get_post_meta($post->ID, 'redirect', true)); } } } // yeah, that's the whole plugin. // great, aint it? ?>Hope this helps.
Rich
Forum: Plugins
In reply to: W3 Total Cache and ImagesThanks for getting back with me.
I did a straight install of W3 Total Cache and then activated it on one of the blogs in my WPMU installation. I did not change any configuration settings.
I have SuperCache back up for the moment so I don’t have a config.php file.
And I apologize for not being clearer about the images. Actually, images that are part of the theme come in fine. The images that were disappearing on refresh were the images embedded in posts and pages that had been uploaded to the WP Media Library.
Rich
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] wpmu compatibilityWhoops! I forgot one other MU level plugin:
plugin commander
Rich
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] wpmu compatibilityNo, I am not using the multi-db plugin.
I am using WP MU 2.8.4a with the following plugins:
MU Plugins:
cets_blog_defaults
cets_simple_dashboard
category_defaults
ds_private_blogBlog-based plugins:
Tiny MCE Advanced
Event Calendar + Event Calendar Widget
Simple Redirect
ltranslate
All Text Allowed
My Category Order
My Page Order
cForms II
Breadcrumb Nav XT