#5436 closed defect (bug) (invalid)
Install.php problem
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
#3
@
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:
↓ 5
@
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
@
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
@
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
@
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
@
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.
What was the error code?
What version of PHP are you using?
Are you using WordPress 2.2.3 or 2.3.1?