Jump to content

[SOLVED] New address: fatal error


Recommended Posts

Hi,

 

When a customer tries to submit a new address, a page appears with "Fatal error" message.

 

I enabled dev. mode, and here is the displayed message:

Array

(

[0] => Array

(

[file] => /web/tesztelo/webaruhaz.fellpack.hu/controllers/AddressController.php

[line] => 93

[function] => displayError

[class] => ToolsCore

[type] => ::

[args] => Array

(

)

 

)

 

[1] => Array

(

[file] => /web/tesztelo/webaruhaz.fellpack.hu/classes/FrontController.php

[line] => 63

[function] => preProcess

[class] => AddressControllerCore

[type] => ->

[args] => Array

(

)

 

)

 

[2] => Array

(

[file] => /web/tesztelo/webaruhaz.fellpack.hu/address.php

[line] => 29

[function] => run

[class] => FrontControllerCore

[type] => ->

[args] => Array

(

)

 

)

 

)

 

I tried this: http://www.prestasho...ss-fatal-error/

but it does not help.

PS version: 1.4.7.3

Edited by Feri77 (see edit history)
Link to comment
Share on other sites

I solved my problem:

PREFIX_address_format table was corrupted. I dropped it and reconstructed from MySQL:

 

CREATE TABLE `PREFIX_address_format` (

`id_country` int(10) unsigned NOT NULL,

`format` varchar(255) NOT NULL DEFAULT '',

PRIMARY KEY (`id_country`)

) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;

Link to comment
Share on other sites

×
×
  • Create New...