Magento 1.9 Live Website Admin Not Working - authentication

I am not able to log in to my Magento website admin. I am getting the following error.
Below is the error:
There has been an error processing your request
Invalid method Mage_Admin_Model_User::login(Array
(
[0] => admin
[1] => testT
)
)
Trace:
#0 /home/mysite/public_html/app/code/core/Mage/Admin/Model/Session.php(118): Varien_Object->__call('login', Array)
#1 /home/mysite/public_html/app/code/core/Mage/Admin/Model/Session.php(118): Mage_Admin_Model_User->login('admin', 'testT')
#2 /home/mysite/public_html/app/code/core/Mage/Admin/Model/Observer.php(69): Mage_Admin_Model_Session->login('admin', 'testT', Object(Mage_Core_Controller_Request_Http))
#3 /home/mysite/public_html/app/code/core/Mage/Core/Model/App.php(1338): Mage_Admin_Model_Observer->actionPreDispatchAdmin(Object(Varien_Event_Observer))
#4 /home/mysite/public_html/app/code/core/Mage/Core/Model/App.php(1317): Mage_Core_Model_App->_callObserverMethod(Object(Mage_Admin_Model_Observer), 'actionPreDispat...', Object(Varien_Event_Observer))
#5 /home/mysite/public_html/app/Mage.php(448): Mage_Core_Model_App->dispatchEvent('controller_acti...', Array)
#6 /home/mysite/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(527): Mage::dispatchEvent('controller_acti...', Array)
#7 /home/mysite/public_html/app/code/core/Mage/Adminhtml/Controller/Action.php(160): Mage_Core_Controller_Varien_Action->preDispatch()
#8 /home/mysite/public_html/app/code/core/Mage/Core/Controller/Varien/Action.php(407): Mage_Adminhtml_Controller_Action->preDispatch()
#9 /home/mysite/public_html/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(250): Mage_Core_Controller_Varien_Action->dispatch('index')
#10 /home/mysite/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#11 /home/mysite/public_html/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#12 /home/mysite/public_html/app/Mage.php(684): Mage_Core_Model_App->run(Array)
#13 /home/mysite/public_html/index.php(86): Mage::run('', 'store')
#14 {main}
I tried removing var/session and var/cache folders. Also, cleared cookies and sessions from the browser. Magento version is 1.9. Still getting the same error. Does anyone know how to fix it? Any help will be appreciated.

Please try to follow the below instructions to fix this:
Delete the generated/code directory rm -rf generated/code
Then run
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
chmo -R 0777 var/ pub/ generated/

Related

error occurred while installing ruby-debug-ide, but only in docker compose build

If I install the ruby-debug-ide Gem by
docker compose run app bash
gem install "ruby-debug-ide"
it installs without issue.
If I install the ruby-debug-ide Gem by
docker compose run app bash
Add ruby-debug-ide to my Gemfile
bundle install
it installs without issue.
After that second attempt there are changes (as expected) to bit my Gemfile and my Gemfile.lock. If I now run docker compose build it crashes out with this error:
#10 14.40 Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
#10 14.40
#10 14.40 current directory: /usr/local/bundle/gems/ruby-debug-ide-0.7.3/ext
#10 14.40 /usr/local/bin/ruby mkrf_conf.rb
#10 14.40 Installing base gem
#10 14.40 Building native extensions. This could take a while...
#10 14.40 Building native extensions. This could take a while...
#10 14.40 ERROR: Failed to build gem native extension.
#10 14.40
#10 14.40 current directory: /usr/local/bundle/gems/debase-0.2.5.beta2/ext
#10 14.40 /usr/local/bin/ruby -I /usr/local/lib/ruby/3.1.0 -r
#10 14.40 ./siteconf20220331-401-hxgkmc.rb extconf.rb
#10 14.40 checking for vm_core.h... no
#10 14.40 checking for vm_core.h... no
#10 14.40 **************************************************************************
#10 14.40 No source for ruby-3.1.1-p18 (revision
53f5fc4236a754ddf94b20dbb70ab63bd5109b18)
#10 14.40 provided with
#10 14.40 debase-ruby_core_source gem. Falling back to ruby-3.1.0-p0.
#10 14.40 **************************************************************************
#10 14.40 checking for vm_core.h... yes
#10 14.40 checking for iseq.h... no
#10 14.40 checking for iseq.h... yes
#10 14.40 checking for version.h... yes
#10 14.40 creating Makefile
#10 14.40
#10 14.40 current directory: /usr/local/bundle/gems/debase-0.2.5.beta2/ext
#10 14.40 make DESTDIR= clean
#10 14.40
#10 14.40 current directory: /usr/local/bundle/gems/debase-0.2.5.beta2/ext
#10 14.40 make DESTDIR=
#10 14.40 compiling breakpoint.c
#10 14.40 compiling context.c
#10 14.40 Assembler messages:
#10 14.40 Fatal error: can't create context.o: No such file or directory
#10 14.40 make: *** [Makefile:246: context.o] Error 1
#10 14.40
#10 14.40 make failed, exit code 2
#10 14.40
#10 14.40 Gem files will remain installed in /usr/local/bundle/gems/debase-0.2.5.beta2 for
#10 14.40 inspection.
#10 14.40 Results logged to
#10 14.40 /usr/local/bundle/extensions/aarch64-linux/3.1.0/debase-0.2.5.beta2/gem_make.out
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:95:in run' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:44:in block in make'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:36:in each' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:36:in make'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/ext_conf_builder.rb:63:in
block in #10 14.40 build' #10 14.40 /usr/local/lib/ruby/3.1.0/tempfile.rb:317:in open'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/ext_conf_builder.rb:26:in
build' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:161:in build_extension'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:195:in block in #10 14.40 build_extensions' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in each'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in build_extensions' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/installer.rb:853:in build_extensions'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/installer.rb:328:in install' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/resolver/specification.rb:104:in install'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/request_set.rb:279:in block in #10 14.40 install_into' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/request_set.rb:271:in each'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/request_set.rb:271:in install_into' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/request_set.rb:147:in install'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/dependency_installer.rb:252:in
install' #10 14.40 mkrf_conf.rb:31:in rescue in '
#10 14.40 mkrf_conf.rb:24:in <main>' #10 14.40 #10 14.40 rake failed, exit code 1 #10 14.40 #10 14.40 Gem files will remain installed in /usr/local/bundle/gems/ruby-debug-ide-0.7.3 #10 14.40 for inspection. #10 14.40 Results logged to #10 14.40 /usr/local/bundle/extensions/aarch64-linux/3.1.0/ruby-debug-ide-0.7.3/gem_make.out #10 14.40 #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:95:in run'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/rake_builder.rb:11:in build' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:161:in build_extension'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:195:in block in #10 14.40 build_extensions' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in each'
#10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/ext/builder.rb:192:in build_extensions' #10 14.40 /usr/local/lib/ruby/3.1.0/rubygems/installer.rb:853:in build_extensions'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/rubygems_gem_installer.rb:71:in
#10 14.40 build_extensions' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/rubygems_gem_installer.rb:28:in install'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/source/rubygems.rb:204:in install' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/installer/gem_installer.rb:54:in install'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/installer/gem_installer.rb:16:in
#10 14.40 install_from_spec' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/installer/parallel_installer.rb:186:in #10 14.40 do_install'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/installer/parallel_installer.rb:177:in
#10 14.40 block in worker_pool' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/worker.rb:62:in apply_func'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/worker.rb:57:in block in process_queue' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/worker.rb:54:in loop'
#10 14.40 /usr/local/lib/ruby/3.1.0/bundler/worker.rb:54:in process_queue' #10 14.40 /usr/local/lib/ruby/3.1.0/bundler/worker.rb:91:in block (2 levels) in
#10 14.40 create_threads'
#10 14.40
#10 14.40 An error occurred while installing ruby-debug-ide (0.7.3), and Bundler cannot
#10 14.40 continue.
(Sorry about the long copy-and-paste, I am not sure which part is relevant.)
The part of my Dockerfile that does the actual building is this:
FROM ruby:3.1-slim-bullseye as builder
WORKDIR /app
RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --yes --no-install-recommends \
build-essential curl git gnupg firefox-esr \
&& curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo 'deb https://deb.nodesource.com/node_16.x bullseye main' > /etc/apt/sources.list.d/nodesource.list \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get install --yes --no-install-recommends nodejs yarn \
&& rm -rf /var/lib/apt/lists/* /var/lib/apt/archives/*.deb
ENV TZ='Europe/London'
ENV RUBYOPT='-W:no-deprecated -W:no-experimental'
ENV PATH="$PATH:node_modules/.bin"
COPY Gemfile Gemfile.lock /app/
RUN bundle install --jobs 4 \
&& bundle binstubs --all --path /usr/local/bundle/bin
Why can I build at a bash prompt in the container but cannot when rebuilding the container?

Running Chromium with yocto

I have a imx6 SOM and i am using yocto (krogoth). I want to install the chromium browser and so I added the following to the conf and the chromium is now build.
CORE_IMAGE_EXTRA_INSTALL += "chromium libexif weston"
PNBLACKLIST[chromium] = ""
When i want to start the browser i always got the following messages:
var-som-mx6 /mnt/user# ./chrome.sh www.google.com
[1157:1157:0805/150113:ERROR:display.cc(148)] WaylandDisplay failed to initialize hardware
[1157:1157:0805/150113:FATAL:ozone_platform_wayland.cc(115)] failed to initialize display hardware
#0 0x0000551dd27a <unknown>
#1 0x0000551ec9fe <unknown>
#2 0x0000558339fa <unknown>
#3 0x000055918254 <unknown>
#4 0x000055918ba4 <unknown>
#5 0x000055918c82 <unknown>
#6 0x0000578341ac <unknown>
#7 0x0000551ae960 <unknown>
#8 0x0000551ae1ba <unknown>
#9 0x000054edd5c0 ChromeMain
#10 0x0000764e1cf8 __libc_start_main
Received signal 6
#0 0x0000551dd27a <unknown>
#1 0x0000551dd548 <unknown>
#2 0x0000764f7b40 <unknown>
#3 0x0000764f6910 gsignal
[end of stack trace]
./chrome.sh: line 15: 1129 Segmentation fault /usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $#
The script chrome.sh:
#!/bin/sh
export HOME=/tmp/
export CHROME_DEVEL_SANDBOX=/usr/sbin/chrome-devel-sandbox
export LD_LIBRARY_PATH=/usr/lib/chromium
export GOOGLE_API_KEY="no"
export GOOGLE_DEFAULT_CLIENT_ID="no"
export GOOGLE_DEFAULT_CLIENT_SECRET="no"
CHROME_EXTRA_ARGS=" --use-gl=egl --gpu-no-context-lost --start-fullscreen --kiosk --no-first-run --ignore-gpu-blacklist --user-data-dir=/tmp/.chromium/"
CHROME_EXTRA_ARGS="${CHROME_EXTRA_ARGS} --disable-pinch --disable-touch-adjustment --enable-touch-drag-drop --touch-events=enabled"
/usr/bin/chromium/chrome ${CHROME_EXTRA_ARGS} $#
Dows anyone gives me an advise what is wrong or what i can try?! Thanks.
BR Harald
Note that krogoth is very old, so I do not think anyone can give you specific advice anymore about what is wrong. You should try a recent version of Yocto, or even the master branch.

error while upgrading php 5.6.3 to 7.1.1 on xampp

I have trouble while upgrading php 5.6.3 to php 7.1.1 on xampp.
Browser showed error log while I try open http://localhost/phpmyadmin/:
Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in C:\xampp\phpMyAdmin\libraries\php-gettext\gettext.inc:177 Stack trace: #0 C:\xampp\phpMyAdmin\libraries\php-gettext\gettext.inc(279): _encode('Error') #1 C:\xampp\phpMyAdmin\libraries\php-gettext\gettext.inc(286): _gettext('Error') #2 C:\xampp\phpMyAdmin\libraries\core.lib.php(235): __('Error') #3 C:\xampp\phpMyAdmin\libraries\core.lib.php(308): PMA_fatalError('The [a#./url.ph...') #4 C:\xampp\phpMyAdmin\libraries\common.inc.php(90): PMA_warnMissingExtension('mbstring', true) #5 C:\xampp\phpMyAdmin\index.php(12): require_once('C:\xampp\phpMyA...') #6 {main} thrown in C:\xampp\phpMyAdmin\libraries\php-gettext\gettext.inc on line 177

Apache Traffic Server forward proxy basic authentication

I'm trying to set up a forward proxy server with basic proxy authentication using Apache Traffic Server (ATS) on CentOS 6. I've already successfully deployed both SQUID and Apache httpd mod_proxy forward proxies with basic proxy authentication, and want to do the same with ATS to compare performance.
I'm trying to use the basic-auth plugin example provided by ATS, with multiple issues.
I add the latest epel repo for CentOS 6 and install both trafficserver and trafficserver-devel (required to use the ATS compiler, tsxs) packages. I copy the basic-auth.c file from source to my user directory and attempt to compile:
# tsxs -v -o /root/basic-auth.so -c /root/basic-auth.c
Whereupon I get errors for files not found - ts/ink_defs.h
This file is generated by running autoconfig -if and configure on the source code - so I went ahead and cloned the trafficserver git repo and ran through the steps to make the few hundred files in /opt/ts/. I copied these to the directory that tsxs looks at - /usr/include/ts/ (which is here because it is the default location when installed using trafficserver-devel (when I previously only had installed traffic server from source, tsxs would not run).
With the files now in place, I ran the compiler again on basic-auth.cc. This time I receive errors in ts.h, because of an sdk_version parameter:
# tsxs -v -o basic-auth.so basic-auth.c
compiling basic-auth.c -> basic-auth.lo
cc -I/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -feliminate-unused-debug-symbols -fno-strict-aliasing -mcx16 -fpic -c basic-auth.c -o basic-auth.lo
In file included from basic-auth.c:30:
/usr/include/ts/ts.h:158: error: expected ‘)’ before ‘sdk_version’
In file included from /usr/include/ts/ink_defs.h:28,
from basic-auth.c:31:
/usr/include/ts/ink_config.h:41:26: error: ink_autoconf.h: No such file or directory
basic-auth.c: In function ‘TSPluginInit’:
basic-auth.c:222: warning: implicit declaration of function ‘TSPluginRegister’
tsxs: compilation failed: cc -I/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -feliminate-unused-debug-symbols -fno-strict-aliasing -mcx16 -fpic -c basic-auth.c -o basic-auth.lo
I investigated the code for ts.h and compared it with the latest source. You can see that line 156 changes:
trafficserver-devel:
tsapi TSReturnCode TSPluginRegister(TSSDKVersion sdk_version, TSPluginRegistrationInfo plugin_info);
source:
tsapi TSReturnCode TSPluginRegister(TSPluginRegistrationInfo *plugin_info);
Hence I'm assuming there's some issue with the versioning. I replaced my version of ts.h with the latest source and attempted the compile again: it works!
I copy the .so file to the plugins directory and modify plugins.config and records.config accordingly. Alas, when I try to start up trafficserver, it fails with a segmentation fault:
# /usr/bin/traffic_server
traffic_server: using root directory '/usr'
[Jul 15 16:19:21.224] Server {0x7fd9458ba7e0} DEBUG: (dns) ink_dns_init: called with init_called = 0
[Jul 15 16:19:21.227] Server {0x7fd9458ba7e0} DEBUG: (dns) localhost=vmProxy1
[Jul 15 16:19:21.227] Server {0x7fd9458ba7e0} DEBUG: (dns) Round-robin nameservers = 1
traffic_server: Segmentation fault (Signal sent by the kernel [(nil)])traffic_server - STACK TRACE:
/usr/bin/traffic_server(_Z19crash_logger_invokeiP7siginfoPv+0x99)[0x4a5209]
/lib64/libpthread.so.0[0x35b600f710]
/lib64/libc.so.6[0x35b5d3362f]
/usr/lib64/trafficserver/libtsutil.so.5(_xstrdup+0x6d)[0x7fd945f2b6cd]
/usr/bin/traffic_server(TSPluginRegister+0x7c)[0x4bcb6c]
/usr/lib64/trafficserver/plugins/basic-auth.so(TSPluginInit+0x2f)[0x7fd942334e1f]
/usr/bin/traffic_server(_Z11plugin_initb+0x322)[0x4dab22]
/usr/bin/traffic_server(main+0x1424)[0x4d2754]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x35b5c1ed5d]
/usr/bin/traffic_server[0x4942a9]
Segmentation fault (core dumped)
I tried to use gdb to get a better debug log, but I don't see anything useful. There's another mention of sdk_version - but I'm starting to think that hopping around files and replacing them isn't how it's meant to work...
Starting program: /usr/bin/traffic_server
[Thread debugging using libthread_db enabled]
traffic_server: using root directory '/usr'
[New Thread 0x7ffff7704700 (LWP 19967)]
[Jul 15 16:18:28.841] Server {0x7ffff77777e0} DEBUG: (dns) ink_dns_init: called with init_called = 0
[New Thread 0x7ffff68ff700 (LWP 19968)]
[New Thread 0x7ffff67fe700 (LWP 19969)]
[Jul 15 16:18:28.844] Server {0x7ffff77777e0} DEBUG: (dns) localhost=vmProxy1
[Jul 15 16:18:28.844] Server {0x7ffff77777e0} DEBUG: (dns) Round-robin nameservers = 1
[New Thread 0x7ffff46f5700 (LWP 19970)]
[New Thread 0x7ffff44f3700 (LWP 19971)]
Program received signal SIGSEGV, Segmentation fault.
__strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32
32 pcmpeqb (%rdi), %xmm1
Missing separate debuginfos, use: debuginfo-install tcl-8.5.7-6.el6.x86_64
(gdb) bt
#0 __strlen_sse42 () at ../sysdeps/x86_64/multiarch/strlen-sse4.S:32
#1 0x00007ffff7de86cd in _xstrdup (str=0xd46e3934ae7d6389 <Address 0xd46e3934ae7d6389 out of bounds>, length=-1)
at ink_memory.cc:231
#2 0x00000000004bcb6c in TSPluginRegister (sdk_version=<value optimized out>, plugin_info=0x7fffffffcc50)
at InkAPI.cc:1803
#3 0x00007ffff41f1e1f in TSPluginInit (argc=<value optimized out>, argv=<value optimized out>) at /root/basic-auth.c:222
#4 0x00000000004dab22 in plugin_load (validateOnly=false) at Plugin.cc:114
#5 plugin_init (validateOnly=false) at Plugin.cc:265
#6 0x00000000004d2754 in main (argv=<value optimized out>) at Main.cc:1714
Any hints or tips on what I might be doing wrong are very much appreciated.
Yeah, this is somewhat unfortunate, but the examples in the source tree is not intended to be compiled with tsxs. You would need to make a few changes in the code to make it work. For example, see this git commit I made to the version.c example:
diff --git a/example/version/version.c b/example/version/version.c
index f5c8126..4020a0c 100644
--- a/example/version/version.c
+++ b/example/version/version.c
## -24,10 +24,9 ##
#include <stdio.h>
#include "ts/ts.h"
-#include "ts/ink_defs.h"
void
-TSPluginInit(int argc ATS_UNUSED, const char *argv[] ATS_UNUSED)
+TSPluginInit(int argc , const char *argv[])
{
TSPluginRegistrationInfo info;
As for the Version information, this was removed for ATS v6.0.0, which means older plugins also need to be modified to remove it. This also makes previously built binaries are not compatible. There are probably better tools to use than tsxs as well, including the pkgconfig support, and traffic_layout.

Apache segfault errors for child processes

Apache on production server is failing periodically. Apache logs show segfault errors for child processes.
Core dump backtrace shows next:
#0 0x00007fc2462d6617 in ?? ()
#1 0x00007fc24d9458b8 in _hooks ()
#2 0x00007fc2498c798f in ?? () from /usr/lib/apache2/modules/libphp5.so
#3 0x00007fc2498ce342 in ?? () from /usr/lib/apache2/modules/libphp5.so
#4 0x00007fc2498ce5c8 in zend_hash_graceful_reverse_destroy ()
from /usr/lib/apache2/modules/libphp5.so
#5 0x00007fc2498c26b5 in ?? () from /usr/lib/apache2/modules/libphp5.so
#6 0x00007fc24986d4cd in php_module_shutdown ()
from /usr/lib/apache2/modules/libphp5.so
#7 0x00007fc24986d579 in php_module_shutdown_wrapper ()
from /usr/lib/apache2/modules/libphp5.so
#8 0x00007fc24994de51 in ?? () from /usr/lib/apache2/modules/libphp5.so
#9 0x00007fc24ce467d7 in ?? () from /usr/lib/libapr-1.so.0
#10 0x00007fc24ce45684 in apr_pool_destroy () from /usr/lib/libapr-1.so.0
#11 0x00007fc24d72b4ce in clean_child_exit (code=0)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:196
#12 0x00007fc24d72b8f9 in accept_mutex_on (child_num_arg=<value optimized out>)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:212
#13 child_main (child_num_arg=<value optimized out>)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:568
#14 0x00007fc24d72bb5a in make_child (s=0x7fc24f517938, slot=3)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#15 0x00007fc24d72c7e4 in perform_idle_server_maintenance (
---Type <return> to continue, or q <return> to quit---
_pconf=<value optimized out>, plog=<value optimized out>,
s=<value optimized out>)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:893
#16 ap_mpm_run (_pconf=<value optimized out>, plog=<value optimized out>,
s=<value optimized out>)
at /build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:1097
#17 0x00007fc24d701350 in main (argc=3, argv=0x7fff9a1da0d8)
at /build/buildd/apache2-2.2.14/server/main.c:742
I have updated Apache from 2.2.14 to 2.2.20 and PHP from 5.3.2 to 5.3.6 but this error still exists.
What could be causing this problem?
UPDATE
Here php -v output:
root#host:~# php -v
PHP 5.3.6-13ubuntu3.1 with Suhosin-Patch (cli) (built: Aug 29 2011 23:39:16)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with eAccelerator v1.0-dev, Copyright (c) 2004-2012 eAccelerator, by eAccelerator
php -m:
root#host:~# php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
eAccelerator
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
imagick
imap
intl
json
libxml
mbstring
mcrypt
memcache
mhash
ming
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
ps
pspell
readline
recode
Reflection
session
shmop
SimpleXML
snmp
soap
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib
[Zend Modules]
eAccelerator
Also I tried to disable eAccelerator but nothing was changed.