Closed (outdated)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2011 at 14:22 UTC
Updated:
24 Oct 2020 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
esmerel commentedWhere do you get the error? when?
Comment #2
kemsnake commentedi am get this error at page of feature, for example
admin/structure/features/feature_name
and my features not reverted correct
Comment #3
Stephen Rockwell commentedi'm seeing the error on a number of admin pages, including structure home.
Comment #4
Stephen Rockwell commentedIn some instances, I'm also seeing this message:
Notice: unserialize() [function.unserialize]: Error at offset 2 of 8 bytes in variable_initialize() (line 749 of /.../includes/bootstrap.inc
Comment #5
raffij commentedI too am seeing this.
Comment #6
Mamouri commentedI see this error when I "Clear the Cache" at Performance page of Drupal. I use 7.x-1.x-dev version.
Comment #7
merlinofchaos commentedHmm. This would seem to happen when the export system is instructed to unserialize a field when loading an object from the database, but that field does not contain serialized data.
I could eliminate the notice, but that may just mask a bigger problem. Unfortunately, it's difficult to tell what data is being operated on at that time without doing some debug to see what data is being unserialized.
The issue in #4 seems to be core unserializing a variable and having the same problem.
Question: what database are you using? mysql, pgsql or something else?
Comment #8
Stephen Rockwell commentedI'm seeing this error using a mysql database
Comment #9
stovak commented+1
Comment #10
Ashlar commentedThis support request has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If the request is still a concern please feel free to change the Status back to active.
Comment #11
boby_ui commentedI am facing this too, can anyone help? it is caused when upgrading from d6 to d7, will this affect anything though?
Comment #12
bryancasler commentedrunning into the same problem myself.
Comment #13
boby_ui commentedso there is no solution for this?
Comment #14
hmayer commentedI get the same problem with pgsql, the problem seens to be in some versions of PDO drivers, not in database.
Private null atributes when serialized are referenced with a null character, some versions of PDO drivers don't escape this caracters, truncating data for the cache.
This is a bug in PDO drivers, but i have used a workaround encoding serialized data to base64 solving this problem.
This isn't a good solution, waiting for a fix on PDO.
Comment #15
mustanggb commented