Forums / Install & configuration / Method not Implemented error / PHP Fatal error

Method not Implemented error / PHP Fatal error

Author Message

steve walker

Tuesday 05 September 2006 9:47:32 am

Hi there,

On a new server we're seeing some strange errors - the box is runnning php4.3 with Apache2.

The first is:

Method Not Implemented

iefing.co.uk to /index.html not supported.

This happened when saving a class - hitting refresh then took it to the page it should have landed on rather than giving this error.

The second is deleting an product item from another site on the same box. It gives the Fatal Error Ez message and the logs show:

[client 80.58.205.38] PHP Fatal error:  Call to undefined function:  cleanupbynode() in /var/www/vhosts/demos.oneworldmarket.co.uk/httpdocs/gems/kernel/classes/ezcontentobjecttreenode.php on line 2684

Again, hitting refresh the page then loads fine, with the item deleted....

I know that Apache2 can be tricky, but we have other A2 boxes that dont show this error. I have added:

AcceptPathInfo On

to the httpd.conf file, dont know whether this should be helping here?

Any ideas would be very much appreciated.

KInd regards, Steve

http://www.oneworldmarket.co.uk

steve walker

Monday 11 September 2006 8:21:16 am

Anyone out there?

http://www.oneworldmarket.co.uk

steve walker

Thursday 14 September 2006 6:35:33 am

Is this in the right forum? Could any of the ez team gives some input here?

Thanks, Steve

http://www.oneworldmarket.co.uk

Kristof Coomans

Thursday 14 September 2006 7:17:11 am

Hi Steve

Version of eZ you are using?

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

steve walker

Thursday 14 September 2006 8:54:23 am

Hi Kristoff,

Thanks for your response.

We've seen this on a number of versions - 3.4.2, 3.4.1 are a couple of examples.

The sites themselves have worked fine on another server - its only now they have been migrated to a new box we have seen the problems.

I just replicated the fatal error example above - the log files show:

[client 80.38.66.147] PHP Fatal error:  Call to undefined function:  cleanupbynode() in /var/www/vhosts/diamondcertificates.co.uk/httpdocs/kernel/classes/ezcontentobjecttreenode.php on line 2684

Any ideas?

Cheers, Steve

http://www.oneworldmarket.co.uk

steve walker

Wednesday 20 September 2006 8:36:43 am

Hi,

Same box - different error:

[Wed Sep 20 15:44:04 2006] [error] [client 80.58.205.38] Invalid URI in request ccept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*

This was when trying to discard a draft...

Even though there are different errors I think they are likeyl to have a common thread.

Anyone got any idea where on earth to start?

Thanks, Steve

http://www.oneworldmarket.co.uk

Fabricio Guerrero

Wednesday 27 September 2006 8:16:04 am

Hi,

I'd just like to add we also get errors on 2 3.7.5 sites installed on the same server.

When we click on the "Send for Publish" button in the Admin these sites are getting 400 and 406 errors.

Browser returns:
Not Acceptable

An appropriate representation of the requested resource / could not be found on this server.

Has any one have any clues?? It's a strange error as we don't get it on 2 other boxes we have.

http://www.solobromasychistes.com <<Joomla Site :P
http://www.recipesforhealthyfood.com/ <<Drupal Site :P
http://www.ezforge.com/ <<future ezCommunity, Articles, forums and more...

Claudia Kosny

Thursday 28 September 2006 11:49:12 am

Hi there

I think that the previous two posts have to do with the content negotiation made by Apache. Somehow your type maps tell apache that there is no accepted content for the headers the browser sends.

Unfortunately I have no idea about what to do about it - I just encountered the problem once while playing around with my apache and just installed a fresh copy.

Maybe the documentation helps you:
http://apache-server.com/negotiation/
http://httpd.apache.org/docs/1.3/content-negotiation.html

Good luck

Claudia