Magento Template error Call to a member function toHtml()

when facing the above error: Magento Template error: Fatal error: Call to a member function toHtml() on a non-object in \app\code\core\Mage\Core\Model\Layout.php on line 529 the solution that did work for me as described here:

How to enable PHP SOAP extension on CentOS 5

one user needes SOAP  that wasn’t installed in php so as described here: https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=20155&forum=38 you must run: yum --enablerepo=c5-testing update php\*

Unable to open any feature in IIS 7.0 Manager for a particular site

for a server with Windows 2008 x64 and Parallels Panel is installed if you can open some features via IIS 7.0 manager then the solution is:

Response object error ‘ASP 0251 : 80004005’

lets say you face this error: Response object error ‘ASP 0251 : 80004005’ Response Buffer Limit Exceeded Execution of the ASP page caused the Response Buffer to exceed its configured limit. The solution is very simple:

Emulate Register Globals in php

let’s say you’re using php below 5.3 in which register_globals are automaticaly turned off for security reasons and one customer/website requires them for some older scripts they have. You can emulate them so you don’t have to touch php options:

Rkhunter and plesk xinetd services 1

When you see these in the report of rkhunter in a plesk server: Warning: Found enabled xinetd service: /etc/xinetd.d/ftp_psa Warning: Found enabled xinetd service: /etc/xinetd.d/poppassd_psa Warning: Found enabled xinetd service: /etc/xinetd.d/smtp_psa Warning: Found enabled xinetd service: /etc/xinetd.d/smtps_psa Warning: Found enabled xinetd service: /etc/xinetd.d/submission_psa