Wordpress plugin installation error.

Posted by Steve on Pro Webmasters See other posts from Pro Webmasters or by Steve
Published on 2011-02-08T13:57:47Z Indexed on 2011/02/08 15:34 UTC
Read the original article Hit count: 275

Filed under:
|

I'm trying to upload secure-wordpress.1.0.6, and I receive the following error:

Warning: touch() [function.touch]: open_basedir restriction in effect. File(/abs_path/wordpress/tmp/secure-wordpress.tmp) is not within the allowed path(s): (/abs_path/:/abs_path/:/usr/local/lib/php:/tmp/php_upload) in /abs_path/public/www/wordpress/wp-admin/includes/file.php on line 199

Download failed. Could not create Temporary file.

The /wp-content folder and all it's subfolders have 777 permission.

I've added the following two lines to wp-config.php: putenv('TMPDIR='.ini_get('upload_tmp_dir') ); define('WP_TEMP_DIR', ABSPATH .'wp-content/uploads/');

What else should I try?

I am using Wordpress 3.04 in a PHP 4.49 environment.

© Pro Webmasters or respective owner

Related posts about Wordpress

Related posts about plugin