Forums / Setup & design / Fatal Error when adding a Shop Product node.

Fatal Error when adding a Shop Product node.

Author Message

Uchendu Nwachukwu

Saturday 30 July 2005 7:54:10 pm

OK, this is a wierd error. I'm trying to set up a shop on eZp 3.5.1. I made a generic store product class with the following definition:

Class:
Name: Generic Product
Identifier: product
Object Name Pattern: <short_name|name>
Container: Yes (I plan to store customer comments on the product as child nodes of the product.)

Attributes:

[Text line]
Name: Name
Identifier: name
Flags: required, searchable, translation enabled

[Text line]
Name: Short Name
Identifier: short_name
Flags: searchable, translation enabled

[Text line]
Name: Model Number
Identifier: model
Flags: searchable, translation enabled

[Text line]
Name: Stock Keeping Unit number
Identifier: sku
Flags: required, searchable, translation enabled

[Image]
Name: Product Photo
Identifier: image
Flags: translation enabled

[Price]
Name: Price
Identifier: price
Flags: required, translation enabled

[XML Text Field]
Name: Features Description
Identifier: description
Flags: required, searchable, translation enabled

[Matrix]
Name: Specifications Matrix
Identifier: specmatrix
Flags: required, searchable, translation enabled
Columns: Spec (spec_name), Value (spec_value)

[Price]
Name: Cost Price
Identifier: cost_price
Flags: required, translation enabled

OK, so I made a folder named 'shop' in the root content structure folder. When I try to add an instance of the above-defined class to the shop folder, I get a "Fatal Error - eZ publish did not finish its request." I tried adding instances of a few other classes, and they went through without a hitch, leading me to believe there is something wrong either with the Shop module or the above-defined class.

Anyone have any idea what is wrong?

Uchendu Nwachukwu

Monday 08 August 2005 9:01:51 pm

Does anyone have any possible suggestions for me? I'm really in a bind here.

Uchendu Nwachukwu

Tuesday 09 August 2005 3:20:44 pm

Looking at the behavior of the server as I try to create the node, it appears as if the node is actually created successfully, but when it redirects to the editing page, it gets a fatal errorl=.

Beyond that, I have no clue how to even begin troubleshooting this.

Uchendu Nwachukwu

Wednesday 10 August 2005 11:45:23 pm

Is there no-one that can help me out at all? My ez Publish development has basically come to a complete standstill because of this, and I can't switch to a different solution at this late stage. :(

Uchendu Nwachukwu

Monday 15 August 2005 1:51:39 pm

Could it possibly be because my webhost is running PHp 3.4.4?