Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#5436 closed defect (bug) (invalid)

Install.php problem

Reported by: josiahr's profile JosiahR Owned by: installphp's profile install.php
Milestone: Priority: highest omg bbq
Severity: blocker Version: 2.3
Component: General Keywords: install.php
Focuses: Cc:

Description

When I tried installing Wordpress 2.2.3 (or the newest one) and it gave me an error code. The way we fixed it was to uses an older version.

Change History (11)

#1 @anonymized_218323
19 years ago

What was the error code?

What version of PHP are you using?

Are you using WordPress 2.2.3 or 2.3.1?

#2 @JosiahR
19 years ago

I am not sure what the error code is
5.0
2.3.1

#3 @lloydbudd
19 years ago

  • Milestone 2.5 deleted
  • Resolution set to invalid
  • Status changed from new to closed

Closing as invalid, not enough information to pursue the issue unfortunately. If you get the error message please first check the support forum at http://wordpress.org/support/ and then if it seems like a bug open a new ticket with all the details you can gather.

#4 follow-up: @anonymized_218323
19 years ago

You stated that there was an error code, yet did not give an error code. It can not be expected to solve your problem without more information.

Is it PHP 5.0.0, or PHP 5.0.4?

#5 in reply to: ↑ 4 @JosiahR
19 years ago

Replying to santosj:

You stated that there was an error code, yet did not give an error code. It can not be expected to solve your problem without more information.

OK hold on I will try to locate it.

#6 @JosiahR
19 years ago

This is what it says.

Warning: require_once(../wp-includes/functions.php) [function.require-once]: failed to open stream: No such file or directory in /homepages/10/d223131664/htdocs/pastors/install.php on line 4

Fatal error: require_once() [function.require]: Failed opening required '../wp-includes/functions.php' (include_path='.:/usr/local/lib/php5') in /homepages/10/d223131664/htdocs/pastors/install.php on line 4

#7 @JosiahR
19 years ago

OK sorry I did not say it properly that was the error code it gave me. I guess that it is not a real error code just an error. Sorry for the confusion.

#8 @anonymized_218323
19 years ago

Change the line 4 (or whatever line the require_once() is on) in install.php to

require_once(dirname(__FILE__).'/../wp-includes/functions.php');

If it works, then it probably means you have safe mode on, or it could be a problem with your include_path settings or any number of other things.

#9 @JosiahR
19 years ago

Thank you very much!

#10 @anonymized_218323
19 years ago

Did it work?

#11 @JeremyVisser
19 years ago

Judging by the filename /homepages/10/d223131664/htdocs/pastors/install.php, it seems that when you unzipped WordPress, you opted not to "recreate the directory structure", as install.php should be in wp-admin/install.php.

Note: See TracTickets for help on using tickets.