Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#4364 closed defect (bug) (invalid)

Wordpress 2.2 may have dependency on mysql and php being above a certain version...

Reported by: sgharms's profile sgharms Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.2
Component: General Keywords: mysql php cache
Focuses: Cc:

Description

I installed WP 2.2 on my 'testbed' on my Mac OSX PPC laptop.

$ mysql -V
mysql Ver 14.12 Distrib 5.0.24a, for apple-darwin8.6.0 (powerpc) using readline 5.0

$ php -v
PHP 4.4.4 (cli) (built: Jan 19 2007 19:18:59)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

This worked fine.

I then deployed the new codebase to my site ( http://www.stevengharms.com/badinst ) and you can see the results at this URL. Basically all sorts of caching errors appeared. This is similar to a number of unanswered support requests within the support system.

Errors were like:

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php

The setup at that provider was:

$mysql -V; php -v
mysql Ver 12.22 Distrib 4.0.27, for pc-linux-gnu (i686)

PHP 4.3.10 (cli) (built: Jan 12 2005 11:54:18)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies

I then took this wordpress bundle, tarred and moved to another provider and it worked. Their config was:

$ mysql -V ; php -v
mysql Ver 14.12 Distrib 5.0.16, for pc-linux-gnu (i386) using readline 5.0
PHP 4.4.4 (cgi) (built: Nov 7 2006 13:14:18)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.2.2, Copyright (c) 1998-2006, by Zend Technologies

In short it seems that there's something in the PHP codebase between 12.x and 14.x that makes or breaks the function of cache.php as currently coded. Alternatively, the change could be in the mySQL versions.

Does the development team have an instance of wp2.2 running successfully with:

mysql Ver 12.22 Distrib 4.0.27, for pc-linux-gnu (i686)

and

PHP 4.3.10 (cli) (built: Jan 12 2005 11:54:18)

Attachments (1)

4364.diff (461 bytes) - added by rob1n 16 years ago.

Download all attachments as: .zip

Change History (12)

#1 @foolswisdom
16 years ago

  • Milestone changed from 2.4 to 2.2.1

#2 @ryan
16 years ago

What line numbers were the warnings on?

#3 @rob1n
16 years ago

home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 127

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 133

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 153

Warning: Illegal offset type in /home/steven/public_html/badinst/wp-includes/cache.php on line 283

Warning: Illegal offset type in unset in /home/steven/public_html/badinst/wp-includes/cache.php on line 284

@rob1n
16 years ago

#4 follow-up: @rob1n
16 years ago

Does that help?

#5 in reply to: ↑ 4 @sgharms
16 years ago

Replying to rob1n:

Does that help?

Rob1n:

I applied the diff you attached and now this error comes out:

"Parse error: parse error, unexpected T_UNSET in /home/steven/public_html/badinst/wp-includes/cache.php on line 284"

You can still access the page in question via http://www.stevengharms.com/badinst. Thanks for the prompt attention.

#6 @rob1n
16 years ago

Interesting. I'll debug this.

#7 follow-up: @rob1n
16 years ago

My solution for you, for now, would be to leave it with the existing code and change your error_reporting level. WP doesn't run clean with notices enabled, anyways.

#8 @rob1n
16 years ago

  • Milestone changed from 2.2.1 to 2.2.2

#9 in reply to: ↑ 7 @sgharms
16 years ago

Replying to rob1n:

My solution for you, for now, would be to leave it with the existing code and change your error_reporting level. WP doesn't run clean with notices enabled, anyways.

In index.php i added:

ini_set('error_reporting', E_ALL);
ini_set('display_errors', true);

An error popped out, but it was something I had done trying to debug the issue :-/ .

Having rectified that, the problem persists.

Steven

#10 @sgharms
16 years ago

One more data point.

I added a php.ini file with:

display_errors=on
display_startup_errors=on

and that took the errors on the sidebar away!?!

#11 @rob1n
16 years ago

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

Seems you solved it, and everyone else (so far) doesn't have this issue, so I'm closing this.

Most likely a weird, obscure config thing.

Note: See TracTickets for help on using tickets.