misksh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.6 Upgrade – No Menu ToggleCan you explain what the line that you mentioned is doing?
var nav = document.getElementByID( ‘site-navigation’ ), button, menu;I don’t understand how an assignment can have commas delimited values on the right-hand side of the assignment.
Thanks,
KenForum: Plugins
In reply to: [Membership 2] How to stop new member passord from being emailedHello Mike,
Yes, the plugin listed in the post you mentioned worked for me.
ThanksI deactivated and reactivated all my plugins, but that didn’t work.
I did have success when I deleted and reloaded my “WP ToolBar Removal” plugin. There must have been a bug in it.
Thanks for the advice.
Yes, the “Developer Version” worked for the most part. There are only 2 minor problems. There is a warning on for the “wp-config.php” file reading:
*************************
GENERAL WARNINGS
The following is a list of warnings that may need to be fixed in order to finalize your setup.
WP-CONFIG WARNING: The wp-config.php has one or more of these values “WP_CONTENT_DIR, WP_CONTENT_URL, WPCACHEHOME, COOKIE_DOMAIN, WP_SITEURL, WP_HOME, WP_TEMP_DIR” which may cause issues please validate these values by opening the file.
*************************
The “wp-config.php” lines that may be causing the problem are:On the localhost:
define(‘WP_CACHE’, false); //Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ” ); //Added by WP-Cache ManagerOn the web server:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/hermes/waloraweb067/b2276/moo.kenshoufercom/backcountryreporter/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache ManagerMaybe I should just comment out these lines.
The other problem has to do with an error message I get while in the wp-admin page. It reads:
**************************************
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wptrcd_rbams’ not found or invalid function name in C:\wamp\www\bcr2\wp-includes\plugin.php on line 406
Call Stack
# Time Memory Function Location
1 0.0057 422248 {main}( ) ..\plugins.php:0
2 1.0507 31800208 require_once( ‘C:\wamp\www\bcr2\wp-admin\admin-header.php’ ) ..\plugins.php:362
3 1.1091 31828312 do_action( ) ..\admin-header.php:69
4 1.1093 31830232 call_user_func_array ( ) ..\plugin.php:406
*************************************This might have to do with the same problem. Maybe one of my plugins is having a problem.
Ken
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Disk space warningsYes, the new development version works on my server and has no warning messages now. Thanks David.
I am using the basic Fatcow account which claims to have unlimited server space.
Forum: Plugins
In reply to: [Custom Contact Forms] File Upload ErrorTry manually adding an uploads directory to the plugin directory. It worked for me.
Example:
../wp-content/plugins/custom-contact-forms/uploadsForum: Installing WordPress
In reply to: How to get non-default permalinks working with XAMPPI just solved the problem. XAMPP must have a problem running on Windows 7. I installed WAMP and my problem went away.
Thanks again for your help!
Forum: Installing WordPress
In reply to: How to get non-default permalinks working with XAMPPAll the plugins are deactivated and only the default theme “Twenty Ten” is being used, but I still have the problem.
Forum: Installing WordPress
In reply to: How to get non-default permalinks working with XAMPPI created the phpinfo() file and it seems that I have the “mod_rewrite” module installed.
I also changed the “AllowOverride All” to none and it still gives me the same error.
Thanks for the information.
Forum: Installing WordPress
In reply to: How to get non-default permalinks working with XAMPPI checked my “httpd.conf” file and it was not commented out.
LoadModule rewrite_module modules/mod_rewrite.so
So, I am assuming it is running. Is there another way to check?Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] WP Table Reloaded sorting linksThis worked great for me at my page.
Thanks much!Forum: Fixing WordPress
In reply to: Polldaddy poll formatting problemTry creating the poll in you WordPress admin page under “Polls”. After you have created a poll, click on “Polls” again to see the list of polls that were created.
Hover over the poll you created and click on “Share-Embed”. A screen will appear with the titles “WordPress Shortcode”, “Javascript”, “Short URL (Good for Twitter etc.)” and “Facebook URL”.
Select and copy all the code in the “JavaScript” box.
Add the code to your text box widget.
It worked for me.