Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36731, comment 4


Ignore:
Timestamp:
03/11/2017 10:50:04 AM (9 years ago)
Author:
pputzer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36731, comment 4

    initial v1  
    1 Just in case anyone else stumbles upon this ticket: It's a bug in a the APC Object Cache used by GoDaddy. Other object cache implementatins don't have this problem. Storing serialized objects in transients is supported according to the WordPress API documentation.
     1Just in case anyone else stumbles upon this ticket: It's a bug in a the APC Object Cache used by GoDaddy. Other object cache implementations don't have this problem. Storing serialized objects in transients is supported according to the WordPress API documentation.
    22
    33A diagnosis can be found in [http://pyebrook.com/diagnosing-a-wp-ecommerce-error-on-godaddy-hosting-with-php-apc/], a workaround for plugins in [http://stackoverflow.com/questions/965611/forcing-access-to-php-incomplete-class-object-properties].