My laravel application running successfully in centos 7 but when i upgrade to centos 8 with fpm is giving the issue on this line
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
From the log i only got this line
[Tue Feb 23 11:00:24.469530 2021] [proxy_fcgi:error] [pid 4872:tid 140202286769920] (22)Invalid argument: [client 10.10.x.x:63952] AH01075: Error dispatching request to :
[Tue Feb 23 11:00:24.824516 2021] [proxy_fcgi:error] [pid 4872:tid 140202269984512] [client 10.10.x.x:63954] malformed header from script 'index.php': Bad header:
[Tue Feb 23 11:00:24.824562 2021] [proxy_fcgi:error] [pid 4872:tid 140202269984512] [client 10.10.x.x:63954] AH01070: Error parsing script headers
I'm using the latest XAMPP with with PHP 7.1.8 on Windows 10 Pro.
At a moment's notice the included apache server started to produce the following errors. Reinstalling, restarting, trying different versions of xampp, searching the web, nothing helps. It keeps on restarting... Same Problem with Installation of WAMP.
[Thu Sep 14 09:58:09.275015 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 13424 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:58:09.351715 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:58:09.351715 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:58:09.352216 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:58:09.362746 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 16784
[Thu Sep 14 09:58:10.013977 2017] [mpm_winnt:notice] [pid 16784:tid 724] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 09:58:18.699169 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 16784 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:58:18.785521 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:58:18.785521 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:58:18.785521 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:58:18.796155 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 8612
[Thu Sep 14 09:58:19.343273 2017] [mpm_winnt:notice] [pid 8612:tid 676] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 09:59:22.489254 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 8612 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:59:22.560254 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:59:22.560756 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:59:22.560756 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:59:22.571750 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 12896
[Thu Sep 14 09:59:23.129289 2017] [mpm_winnt:notice] [pid 12896:tid 700] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:06.956424 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 12896 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:07.057701 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:07.058201 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:07.058201 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:07.077759 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17708
[Thu Sep 14 10:00:07.676408 2017] [mpm_winnt:notice] [pid 17708:tid 732] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:14.008406 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17708 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:14.085799 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:14.085799 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:14.085799 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:14.097002 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 3592
[Thu Sep 14 10:00:14.670296 2017] [mpm_winnt:notice] [pid 3592:tid 684] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:38.818171 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 3592 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:38.893039 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:38.893039 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:38.893039 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:38.905073 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17056
[Thu Sep 14 10:00:39.587701 2017] [mpm_winnt:notice] [pid 17056:tid 692] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:01:22.737788 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17056 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:01:22.889690 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:01:22.890191 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:01:22.890191 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:01:22.906235 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17636
[Thu Sep 14 10:01:23.582065 2017] [mpm_winnt:notice] [pid 17636:tid 692] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:01:34.822440 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17636 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:01:34.956772 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:01:34.956772 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:01:34.956772 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:01:34.969807 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 12384
[Thu Sep 14 10:01:35.632841 2017] [mpm_winnt:notice] [pid 12384:tid 540] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:43.719692 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 12384 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:43.802796 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:43.802796 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:43.802796 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:43.816878 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 6380
[Thu Sep 14 10:02:44.383000 2017] [mpm_winnt:notice] [pid 6380:tid 688] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:46.833877 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 6380 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:46.996185 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:46.996185 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:46.996185 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:47.012227 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 13728
[Thu Sep 14 10:02:47.711441 2017] [mpm_winnt:notice] [pid 13728:tid 728] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:50.675777 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 13728 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:50.755284 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:50.755284 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:50.755284 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:50.769128 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 13488
[Thu Sep 14 10:02:51.319194 2017] [mpm_winnt:notice] [pid 13488:tid 684] AH00354: Child: Starting 150 worker threads.
From Windows Eventlog:
Name der fehlerhaften Anwendung: httpd.exe, Version: 2.4.25.0, Zeitstempel: 0x585506f4
Name des fehlerhaften Moduls: ntdll.dll, Version: 10.0.15063.608, Zeitstempel: 0x802f667e
Ausnahmecode: 0xc0000374
Fehleroffset: 0x000d9aba
ID des fehlerhaften Prozesses: 0x21b0
Startzeit der fehlerhaften Anwendung: 0x01d32d5344cc158d
Pfad der fehlerhaften Anwendung: C:\xampp\apache\bin\httpd.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
Berichtskennung: a4b863c5-1ad2-4b08-ac54-36767303cc69
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
Error logs
[Wed Oct 07 10:45:33.781957 2015] [ssl:warn] [pid 5248:tid 380] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:34.086160 2015] [ssl:warn] [pid 5248:tid 380] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:34.450418 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00455: Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.5.28 configured -- resuming normal operations
[Wed Oct 07 10:45:34.450418 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00456: Apache Lounge VC11 Server built: Jul 12 2015 10:56:48
[Wed Oct 07 10:45:34.450418 2015] [core:notice] [pid 5248:tid 380] AH00094: Command line: 'C:\\Xampp\\apache\\bin\\httpd.exe -d C:/Xampp/apache'
[Wed Oct 07 10:45:34.461426 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00418: Parent: Created child process 3408
[Wed Oct 07 10:45:35.852815 2015] [ssl:warn] [pid 3408:tid 392] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:36.162072 2015] [ssl:warn] [pid 3408:tid 392] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:36.239123 2015] [mpm_winnt:notice] [pid 3408:tid 392] AH00354: Child: Starting 150 worker threads.
I tried upgrading where I successfully upgraded to 1.4.2 from 1.4.1
but the frontend stopped working. Also, phpmyadmin completely stopped.
Below is my error log in /opt/lamp/logs.
Does anyone know where exactly to look for what's causing the error in this big log?
[Fri Jan 24 17:16:44.072704 2014] [ssl:warn] [pid 1180] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:16:44.072796 2014] [ssl:warn] [pid 1180] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:16:44.072825 2014] [suexec:notice] [pid 1180] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:16:44.218834 2014] [auth_digest:notice] [pid 1335] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:16:45.030837 2014] [ssl:warn] [pid 1335] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:16:45.030929 2014] [ssl:warn] [pid 1335] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:16:45.030997 2014] [lbmethod_heartbeat:notice] [pid 1335] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:16:45.039496 2014] [mpm_prefork:notice] [pid 1335] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:16:45.039531 2014] [core:notice] [pid 1335] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:17:41.073939 2014] [authz_core:error] [pid 1890] [client 127.0.0.1:56956] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:50.020021 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.154603 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.602371 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.901841 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:01.327548 2014] [authz_core:error] [pid 1892] [client 127.0.0.1:56987] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:02.489854 2014] [authz_core:error] [pid 1892] [client 127.0.0.1:56987] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:42.243495 2014] [mpm_prefork:notice] [pid 1335] AH00169: caught SIGTERM, shutting down
[Fri Jan 24 17:20:51.085988 2014] [ssl:warn] [pid 2967] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:20:51.086085 2014] [ssl:warn] [pid 2967] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:20:51.086113 2014] [suexec:notice] [pid 2967] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:20:51.216881 2014] [auth_digest:notice] [pid 2968] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:20:52.074917 2014] [ssl:warn] [pid 2968] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:20:52.074967 2014] [ssl:warn] [pid 2968] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:20:52.075005 2014] [lbmethod_heartbeat:notice] [pid 2968] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:20:52.081177 2014] [mpm_prefork:notice] [pid 2968] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:20:52.081213 2014] [core:notice] [pid 2968] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:40:47.075100 2014] [ssl:warn] [pid 1188] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:40:47.086940 2014] [ssl:warn] [pid 1188] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:40:47.086998 2014] [suexec:notice] [pid 1188] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:40:47.242800 2014] [auth_digest:notice] [pid 1502] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:40:48.050110 2014] [ssl:warn] [pid 1502] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:40:48.050170 2014] [ssl:warn] [pid 1502] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:40:48.050214 2014] [lbmethod_heartbeat:notice] [pid 1502] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:40:48.055872 2014] [mpm_prefork:notice] [pid 1502] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:40:48.055913 2014] [core:notice] [pid 1502] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:50:03.664870 2014] [access_compat:error] [pid 2506] [client 127.0.0.1:44824] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 17:58:43.173383 2014] [access_compat:error] [pid 2512] [client 127.0.0.1:44945] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:02:47.290956 2014] [core:notice] [pid 1502] AH00051: child pid 2915 exit signal Segmentation fault (11), possible coredump in /opt/lampp
[Fri Jan 24 18:05:48.701079 2014] [:error] [pid 2506] [client 127.0.0.1:45082] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:05:59.281046 2014] [:error] [pid 2932] [client 127.0.0.1:45083] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:06:18.870329 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45088] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:09:28.481096 2014] [:error] [pid 2001] [client 127.0.0.1:45098] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:10:05.300624 2014] [:error] [pid 2946] [client 127.0.0.1:45114] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:10:05.691793 2014] [core:notice] [pid 1502] AH00051: child pid 3781 exit signal Segmentation fault (11), possible coredump in /opt/lampp
[Fri Jan 24 18:10:12.901312 2014] [access_compat:error] [pid 1998] [client 127.0.0.1:45116] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:10:19.200353 2014] [access_compat:error] [pid 2510] [client 127.0.0.1:45122] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:21:01.813878 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:03.603027 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:04.886698 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:05.105651 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:05.278352 2014] [:error] [pid 1998] [client 127.0.0.1:45351] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:00.454583 2014] [:error] [pid 2946] [client 127.0.0.1:45403] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:57.866575 2014] [:error] [pid 3752] [client 127.0.0.1:45434] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:58.061249 2014] [:error] [pid 3752] [client 127.0.0.1:45434] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:23:24.403970 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45443] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:47.017177 2014] [access_compat:error] [pid 3754] [client 127.0.0.1:45452] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:53.612522 2014] [access_compat:error] [pid 2946] [client 127.0.0.1:45463] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:56.602871 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45466] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:24:02.936633 2014] [access_compat:error] [pid 2510] [client 127.0.0.1:45472] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:27:07.836253 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:09.725328 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:11.510547 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.086073 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.252462 2014] [:error] [pid 2506] [client 127.0.0.1:45606] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.403045 2014] [:error] [pid 2494] [client 127.0.0.1:45607] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.503701 2014] [:error] [pid 2946] [client 127.0.0.1:45608] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:29:54.146949 2014] [:error] [pid 2510] [client 127.0.0.1:45873] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:30:39.799300 2014] [:error] [pid 3753] [client 127.0.0.1:45991] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:30:39.897294 2014] [:error] [pid 3753] [client 127.0.0.1:45991] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' in /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php:228\nStack trace:\n#0 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array)\n#1 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)\n#2 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)\n#3 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('UPDATE `core_se...', Array)\n#4 /opt/lampp/htdocs/pedicure/lib/Varien/Db/Adapter/Pdo/Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('UPDATE `core_se...', Array)\n#5 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Abstract.php(604): Varien_Db_Adapter_Pdo_Mysql->query('UPDATE `core_se...', Array)\n#6 /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Mysql4/Session.php(199): Zend_Db_Adapter_Abstract->update('core_session in /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php on line 234
[Fri Jan 24 18:40:57.681009 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:40:57.681057 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:40:57.681071 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:02.823272 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:02.823324 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:02.823339 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:06.232257 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:06.232316 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:06.232331 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:08.058339 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:08.058388 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:08.058411 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:10.021820 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:10.021866 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:10.021880 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:18.703821 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:18.703868 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:18.703882 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:41.511820 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:41.511972 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:41.511997 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:43.294737 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:43.294842 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:43.294862 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:44.154850 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:44.154905 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:44.154928 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:34.357140 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:34.357197 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:34.357211 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:35.823166 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:35.823211 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:35.823225 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:40.071212 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:40.071260 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:40.071273 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
*** glibc detected *** /opt/lampp/bin/httpd: double free or corruption (!prev): 0x08332630 ***
[Fri Jan 24 18:45:26.599938 2014] [core:notice] [pid 1502] AH00051: child pid 4245 exit signal Aborted (6), possible coredump in /opt/lampp
[Fri Jan 24 18:45:26.600073 2014] [mpm_prefork:notice] [pid 1502] AH00169: caught SIGTERM, shutting down
[Fri Jan 24 18:45:33.065084 2014] [ssl:warn] [pid 4991] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 18:45:33.065195 2014] [ssl:warn] [pid 4991] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 18:45:33.065229 2014] [suexec:notice] [pid 4991] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 18:45:33.199857 2014] [auth_digest:notice] [pid 4992] AH01757: generating secret for digest authentication ...
[Fri Jan 24 18:45:34.051094 2014] [ssl:warn] [pid 4992] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 18:45:34.051151 2014] [ssl:warn] [pid 4992] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 18:45:34.051205 2014] [lbmethod_heartbeat:notice] [pid 4992] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 18:45:34.058057 2014] [mpm_prefork:notice] [pid 4992] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 18:45:34.058118 2014] [core:notice] [pid 4992] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
first of all, there is a mysql error, server has gone away... you should first check, if the webserver can access the db server.
second thing is when you perform an update, especially a majorversion upgrade, make sure that you switch your themes and packages back to the default magento ones, as layoutchanges can cause strange error messages or blank pages. hopefully this was not done on a productive website ;)
Then I would clear the whole cache. If you do not have access to backend, simply remove any files and folders below /docroot/var/cache/ and reload the page after clearing browsercache as well.
If that did not help see if there any frontend errors displayed. If not and only a blank page is displayed or just parts of page with the rest of it blank, it is very hekpful to enable error reporting on frontend in php and magento.
Then you should always take a look on your magentolog found in /docroot/var/log... especially exception.log and system.log can contain a bunch of helpful things...
If you need more help, send over some more info.
Cheers
Ben
Tried migrating a magento install from one domain/server to another. Now when I view the site on the test install it only partially loads (missing product images and footer) and when I view the error logs it looks like it is adding a /var/www/vhosts/.... to some filepaths so it seems like they dont exist.
I cannot seem to find this filepath anywhere and dont know where I should change it. Any help would be appreciated.
Here is my error log:
[Thu Jan 16 20:22:19 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Jan 16 20:22:19 2014] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Jan 17 01:08:23 2014] [error] [client 5.5.5.5] File does not exist: /var/www/vhosts/live-website.com/httpdocs/HNAP1, referer: http://500.500.500.500/
[Fri Jan 17 01:18:15 2014] [error] [client 0.0.0.0] File does not exist: /var/www/vhosts/live-website.com/httpdocs/HNAP1, referer: http://500.500.500.500/
[Fri Jan 17 07:11:10 2014] [error] [client 10.10.10.10] File does not exist: /var/www/vhosts/live-website.com/httpdocs/HNAP1, referer: http://500.500.500.500/
[Fri Jan 17 08:37:34 2014] [error] [client 250.250.250.250] File does not exist: /var/www/vhosts/live-website.com/httpdocs/HNAP1, referer: http://500.500.500.500/
[Fri Jan 17 16:46:12 2014] [error] [client 75.75.75.75] File does not exist: /var/www/vhosts/live-website.com/httpdocs/HNAP1, referer: http://500.500.500.500/
[Fri Jan 17 17:28:40 2014] [error] [client 1.1.1.1] script not found or unable to stat: /var/www/cgi-bin/cgi_wrapper/php
[Fri Jan 17 17:28:56 2014] [error] [client 1.1.1.1] script not found or unable to stat: /var/www/cgi-bin/cgi_wrapper/php
[Fri Jan 17 17:43:03 2014] [error] [client 1.1.1.1] script not found or unable to stat: /var/www/cgi-bin/cgi_wrapper/php
[Fri Jan 17 17:45:56 2014] [error] [client 1.1.1.1] script not found or unable to stat: /var/www/cgi-bin/cgi_wrapper/php
[Fri Jan 17 21:14:57 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:14:57 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:14:57 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:15:03 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/inspiration, referer: http://test.test-site.com/
[Fri Jan 17 21:15:06 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:15:06 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:15:06 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:16:30 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:16:30 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:16:30 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:16:35 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:16:36 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:16:37 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:16:37 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:16:38 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:18:31 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:18:31 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:18:31 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:19:46 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/shop, referer: http://test.test-site.com/
[Fri Jan 17 21:19:47 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/shop, referer: http://test.test-site.com/
[Fri Jan 17 21:19:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:19:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:19:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:20:07 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:20:07 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:20:07 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:20:15 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/lookbook, referer: http://test.test-site.com/
[Fri Jan 17 21:20:19 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:22:33 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/admin
[Fri Jan 17 21:27:00 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:27:00 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:27:00 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:27:27 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:27 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:27 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:27 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:27 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:39 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/shop/fall-2013
[Fri Jan 17 21:27:39 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/shop/fall-2013
[Fri Jan 17 21:27:39 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/shop/fall-2013
[Fri Jan 17 21:27:46 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/shop/fall-2013?p=2
[Fri Jan 17 21:27:46 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/shop/fall-2013?p=2
[Fri Jan 17 21:27:46 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/shop/fall-2013?p=2
[Fri Jan 17 21:27:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:54 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:27:56 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:27:56 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:27:56 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:28:36 2014] [error] [client 7.7.7.7] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/instafeed.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:28:36 2014] [error] [client 7.7.7.7] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/new-window.js, referer: http://test.test-site.com/
[Fri Jan 17 21:28:36 2014] [error] [client 7.7.7.7] File does not exist: /var/www/vhosts/live-website.com/httpdocs/js/jquery.royalslider.min.js, referer: http://test.test-site.com/
[Fri Jan 17 21:32:29 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:32:29 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:32:29 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:32:29 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:46:40 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 21:46:40 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 22:06:02 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/wysiwyg/picwithcorner_copy.jpg, referer: http://test.test-site.com/inspiration
[Fri Jan 17 22:06:04 2014] [error] [client 75.75.75.75] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/wysiwyg/picwithcorner_copy.jpg, referer: http://test.test-site.com/catalog/category/view/id/40/
[Fri Jan 17 22:06:05 2014] [error] [client 15.15.15.15] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/wysiwyg/picwithcorner_copy.jpg
[Fri Jan 17 22:06:11 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 22:06:11 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 22:19:39 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Fri Jan 17 22:19:39 2014] [error] [client 100.100.100.100] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:33:39 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:33:39 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:33:44 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 14:34:29 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:34:29 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:34:47 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 14:35:26 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:35:27 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:35:32 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/fall-2013
[Sat Jan 18 14:36:42 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/chill_blanket.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:36:42 2014] [error] [client 99.99.99.99] File does not exist: /var/www/vhosts/live-website.com/httpdocs/media/catalog/category/heart_image_white_background.jpg, referer: http://test.test-site.com/shop
[Sat Jan 18 14:37:09 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 14:39:06 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 14:39:11 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 14:39:30 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 14:41:38 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 14:42:26 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 14:47:16 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 14:47:51 2014] [warn] [client 85.85.85.85] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0
[Sat Jan 18 14:53:35 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:07:21 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Call to a member function children() on a non-object in /var/www/vhosts/live-website.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 946, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:07:23 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Call to a member function children() on a non-object in /var/www/vhosts/live-website.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 946, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:07:24 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Call to a member function children() on a non-object in /var/www/vhosts/live-website.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 946, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:07:25 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Call to a member function children() on a non-object in /var/www/vhosts/live-website.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 946, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:07:26 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Call to a member function children() on a non-object in /var/www/vhosts/live-website.com/httpdocs/app/code/core/Mage/Core/Model/Config.php on line 946, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:09:05 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:09:34 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Class 'Mage_Facebook_Helper_Data' not found in /var/www/vhosts/live-website.com/httpdocs/app/Mage.php on line 546, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:09:41 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Class 'Mage_Facebook_Helper_Data' not found in /var/www/vhosts/live-website.com/httpdocs/app/Mage.php on line 546, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:09:57 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:10:32 2014] [error] [client 500.500.500.500] client denied by server configuration: /var/www/vhosts/live-website.com/httpdocs/app/etc/local.xml
[Sat Jan 18 15:10:45 2014] [error] [client 500.500.500.500] client denied by server configuration: /var/www/vhosts/live-website.com/httpdocs/app/etc/local.xml
[Sat Jan 18 15:11:13 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:12:40 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:14:51 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:15:10 2014] [error] [client 500.500.500.500] client denied by server configuration: /var/www/vhosts/live-website.com/httpdocs/app/etc/local.xml
[Sat Jan 18 15:15:23 2014] [error] [client 500.500.500.500] client denied by server configuration: /var/www/vhosts/live-website.com/httpdocs/app/etc/local.xml
[Sat Jan 18 15:15:29 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:15:38 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:18:00 2014] [warn] [client 85.85.85.85] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0
[Sat Jan 18 15:23:48 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/all
[Sat Jan 18 15:30:58 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Class 'Unleaded_Facebook_Block_Plugin_Widget' not found in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget/Like.php on line 9, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:32:01 2014] [error] [client 500.500.500.500] client denied by server configuration: /var/www/vhosts/live-website.com/httpdocs/app/etc/local.xml
[Sat Jan 18 15:39:20 2014] [warn] [client 99.99.99.99] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0, referer: http://test.test-site.com/shop/cruise-14
[Sat Jan 18 15:51:09 2014] [warn] [client 85.85.85.85] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0
[Sat Jan 18 15:51:35 2014] [warn] [client 85.85.85.85] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0
[Sat Jan 18 15:55:15 2014] [warn] [client 85.85.85.85] mod_fcgid: stderr: PHP Fatal error: Method Unleaded_Facebook_Helper_Data::__toString() must not throw an exception in /var/www/vhosts/live-website.com/httpdocs/app/code/community/Unleaded/Facebook/Block/Plugin/Widget.php on line 0
Try clearing all caches under:
System > Cache Management
and click the Flush Magento Cache button. This helped in my case.