*** Aspen File Access Error! *** (But don't panic!)

Aspen 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.

Diagnostics: $who

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

*** $msg ***

\n"; } function aspen_f_content_dir() { return trailingslashit(WP_CONTENT_DIR); } function aspen_f_plugins_dir() { // delivers appropraite path for using aspen_f_ functions. WP_PLUGIN_DIR return trailingslashit(WP_PLUGIN_DIR); } function aspen_f_themes_dir() { // delivers appropraite path for using aspen_f_ functions. return aspen_f_content_dir() . 'themes/'; } function aspen_f_wp_lang_dir() { // delivers appropraite path for using aspen_f_ functions. WP_LANG_DIR return trailingslashit(WP_LANG_DIR); } function aspen_f_uploads_base_dir() { // delivers appropraite path for using aspen_f_ functions. $upload_dir = wp_upload_dir(); return trailingslashit($upload_dir['basedir']); } function aspen_f_uploads_base_url() { $wpdir = wp_upload_dir(); // get the upload directory return trailingslashit(trim($wpdir['baseurl'])); } function aspen_f_wp_filesystem_error() { return; } function aspen_f_fail($msg) { aspen_pop_msg($msg); return false; } ?>