The error you are receiving is being caused by a time out in PHP. I think it may be that php is not correctly configured on your server. You will need to get your ISP to help you figure out what the real problem is, could be a memory allocation problem that is causing the script to take longer to run but because it is croaking in class_core.php, I am thinking php configuration but it could also be a hack taking too long to load. In any event, you should check with your ISP to look into the PHP configuration.
|