(But don\'t panic!)

Weaver Xtreme is unable to process a file access request. You may need proper FTP credentials set in WordPress, or in your wp-config.php file. It is unusual to see this error. It may be displayed after you move to a new host.

You may have to change the directory permissions on your web hosting server.

', 'weaver-xtreme' /*adm*/); ?> ' . __('Diagnostics:', 'weaver-xtreme' /*adm*/) . "{$who}

\n"; ?>
alert('" . esc_html($msg) . "'); "; // echo "

*** $msg ***

\n"; /*

Can add even more....

*/ } function weaverx_f_content_dir() { return trailingslashit(WP_CONTENT_DIR); } function weaverx_f_plugins_dir() { // delivers appropriate path for using weaverx_f_ functions. WP_PLUGIN_DIR return trailingslashit(WP_PLUGIN_DIR); } function weaverx_f_themes_dir() { // delivers appropriate path for using weaverx_f_ functions. return weaverx_f_content_dir() . 'themes/'; } function weaverx_f_wp_lang_dir() { // delivers appropriate path for using weaverx_f_ functions. WP_LANG_DIR return trailingslashit(WP_LANG_DIR); } function weaverx_f_uploads_base_dir() { // delivers appropriate path for using weaverx_f_ functions. $upload_dir = wp_upload_dir(); return trailingslashit($upload_dir['basedir']); } function weaverx_f_uploads_base_url() { $wpdir = wp_upload_dir(); // get the upload directory return trailingslashit(trim($wpdir['baseurl'])); } function weaverx_f_wp_filesystem_error() { return; } function weaverx_f_fail($msg) { weaverx_alert($msg); return false; } ?>