Hard94 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

Registeration error Opencart. #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NOTE THAT THIS IS FOR VQMOD ENGINE ERRORS ONLY. FOR GENERAL ERRORS FROM
MODIFICATIONS CONTACT YOUR DEVELOPER

What steps will reproduce the problem?
1.After submitting my details while registering on open cart.

What is the expected output? What do you see instead?
Following is displayed on new blank page:

Notice: Undefined index: fax in 
/home3/xxxxx/public_html/catalog/model/account/customer.php on line 14Notice: 
Undefined index: company in 
/home3/xxxxx/public_html/catalog/model/account/customer.php on line 18Notice: 
Undefined index: company_id in 
/home3/xxxxx/public_html/catalog/model/account/customer.php on line 18Notice: 
Undefined index: tax_id in 
/home3/xxxxx/public_html/catalog/model/account/customer.php on line 18Warning: 
Cannot modify header information - headers already sent by (output started at 
/home3/xxxxx/public_html/index.php:106) in 
/home3/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_controller.php on line 
28Warning: Cannot modify header information - headers already sent by (output 
started at /home3/xxxxx/public_html/index.php:106) in 
/home3/xxxxx/public_html/vqmod/vqcache/vq2-system_engine_controller.php on line 
29

vQmod Version: 2.3.2
Server Operating System:CentOS 6.3

Please provide any additional information below.

Original issue reported on code.google.com by baasit121 on 9 Jun 2013 at 1:51

GoogleCodeExporter commented 9 years ago
Nothing to do with vQmod

Original comment by DJG6...@gmail.com on 13 Jun 2013 at 8:20

GoogleCodeExporter commented 9 years ago
im getting the same error on my store www.soundlouder.co.za/register

Original comment by Tee.moth...@gmail.com on 15 Jun 2013 at 4:15

GoogleCodeExporter commented 9 years ago
THESE ARE OPENCART ERRORS NOT VQMOD!

Original comment by DJG6...@gmail.com on 15 Jun 2013 at 10:40

GoogleCodeExporter commented 9 years ago
just corrected the error. 
Open "catalog/model/account/customer.php".
On line 14 remove fax = '" . $this->db->escape($data['fax']) . "',
Similarly, on line 18 remove company_id & tax_id.

Original comment by baasit121 on 15 Jun 2013 at 4:13