Connection reset – Apache segmentation fault
-
Hello,
Just for information, I’m using Ubuntu 10.04 LTS with default libapache2-mod-php (a standard installation)
I try to install W3 Total Cache, and during activation my browser said “Connection reset by server”.
I check my apache2, and the error log said “Segmentation Fault”.So I have check which PhP code raise this problem:
File : “lib/W3/ConfigData.php”
Line 134:$config = @eval(substr($content, 5));
(Details: the file argument was : “/w3tc-config/master-admin.php”)The fix I do :
@eval("$config = ".substr($content, 11));
And now, the plugin can be activated.
I think this is a PhP bug (5.3.2) but it still used.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Connection reset – Apache segmentation fault’ is closed to new replies.