Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#11005 closed defect (bug) (worksforme)

Wordpress crashes when chaning my site address from the IP to the domain name

Reported by: nathanaeljones's profile nathanaeljones Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.9.1
Component: Administration Keywords:
Focuses: Cc:

Description

I get the following when chaning my site address from the IP to the domain name within the Settings page:

PHP Warning:  file_exists(): open_basedir restriction in effect. File(/.htaccess) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 130
PHP Warning:  is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 130
PHP Warning:  is_writable(): open_basedir restriction in effect. File(/.htaccess) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 130
PHP Warning:  file_exists(): open_basedir restriction in effect. File(/web.config) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 155
PHP Warning:  is_dir(): open_basedir restriction in effect. File(/11983369444ae0ac6002d11.tmp) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 629
PHP Warning:  file_exists(): open_basedir restriction in effect. File(/11983369444ae0ac6002d11.tmp) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 632
PHP Warning:  is_dir(): open_basedir restriction in effect. File(/web.config) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 629
PHP Warning:  file_exists(): open_basedir restriction in effect. File(/web.config) is not within the allowed path(s): (C:\Websites) in C:\Websites\ndj-wordpress\wp-admin\includes\misc.php on line 632

Any ideas?

Change History (5)

#1 @cnorris23
13 years ago

  • Keywords close added

#2 @dd32
13 years ago

  • Keywords close removed
  • Milestone changed from Unassigned to 3.0
  • Version set to 2.9.1

Are you running on IIS? If so, Which version?

What version of PHP are you running?

By the look of that, Some logic needs to be changed to handle Windows systems and/or safe mode.

#3 @McGurk
12 years ago

  • Cc jonathan.wilsson@… added

#4 @sivel
12 years ago

  • Keywords reporter-feedback added

#5 @mrmist
12 years ago

  • Keywords reporter-feedback removed
  • Milestone 3.0 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Tidying up by closing due to lack of feedback. reopen with feedback if desired.

Note: See TracTickets for help on using tickets.