Quantcast
Channel: Topic Tag: zip | WordPress.org
Viewing all articles
Browse latest Browse all 1073

misksh on "[Plugin: Duplicator] System req all pass, but test connection fails on WAMP"

$
0
0

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 Manager

On 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 Manager

Maybe 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


Viewing all articles
Browse latest Browse all 1073

Trending Articles