Warning: gzinflate() [function.gzinflate]: data error in /home/boozkerc/public_html/kneedeepincode/wp-includes/http.php on line 1787

32000error

I was migrating a site from one server to another today and when I got the following error on the sub pages:

An unexpected error occurred.
mysql error: [-32000: Cache write error] in CacheExecute(/var/www/vhosts/yourdomain.com/httpdocs/files/cache/adodb_f8ef8a1da1760f6850996980e28019c6.cache, select cParentID from Pages where cID = '55')


Turns out the fix is actually quite easy:

  1. First delete /files/cache/ directory.
  2. After it’s deleted make a new one. Same location and name as above.
  3. Change the mod write rules to 777

That should be it. My site was working right after I did that. If you are still getting errors let me know in the comments below and I’ll see if I can help you out.

[Post to Twitter]   [Post to Delicious]   [Post to Digg]   [Post to Reddit]   [Post to StumbleUpon]  

Randall 24.02.10

I fixed that error, but now get this one:

Warning: session_start() [function.session-start]: open(/tmp/sess_988f73c89fe646a62a0a228543186b0d, O_RDWR) failed: Permission denied (13) in /concrete/startup/session.php on line 18

and

Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at -/concrete/startup/session.php:18) in /concrete/startup/session.php on line 18

Dyrk 08.03.10

Hi there

I’m having a similar problem on a C5 system – tried your solution above but it didn’t work for me. The current owner/group is 8080/8080 – but C5 creates cache folders as 80/8080 – so I still get the cachewrite error – my dynamically created gallery thumbnails are also not appearing – but all works fine on WAMP localhost – any ideas?

Desperate for a solution

Thanks in advance

Dyrk

Oscar Godson 16.03.10

I’m super sorry for the late reply, but I’ve been gone due to a death in the family.

I tried thinking about your issue, and nothing came to mind. You should try http://stackoverflow.com or @bretvh on Twitter. He does lots of C5 work.

Sorry again!