I'm not entirely sure where this should be posted but I've recently upgraded from 1.4.9.5 to 1.5 and then on to 1.5.1.1
I used the "upgrade" script from 1.4 to 1.5 but that through up a few errors so I found a different "upgrade" script on these forums (i'm sure you know better which i'm talking about)
Anyway now I have loads of the following being thrown up, I suspect this happens everytime someone signs up :-
Code: Select all
2011-08-16 23:52:14 - PHP Notice: Undefined index: firstname in /home/adomain/public_html/catalog/controller/account/register.php on line 282
2011-08-16 23:52:14 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 290
2011-08-16 23:52:14 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 290
2011-08-16 23:52:14 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 294
2011-08-16 23:52:14 - PHP Notice: Undefined index: telephone in /home/adomain/public_html/catalog/controller/account/register.php on line 298
2011-08-16 23:52:14 - PHP Notice: Undefined index: address_1 in /home/adomain/public_html/catalog/controller/account/register.php on line 302
2011-08-16 23:52:14 - PHP Notice: Undefined index: city in /home/adomain/public_html/catalog/controller/account/register.php on line 306
2011-08-16 23:52:14 - PHP Notice: Undefined index: country_id in /home/adomain/public_html/catalog/controller/account/register.php on line 312
2011-08-16 23:52:14 - PHP Notice: Undefined index: postcode in /home/adomain/public_html/catalog/controller/account/register.php on line 314
2011-08-16 23:52:14 - PHP Notice: Undefined index: country_id in /home/adomain/public_html/catalog/controller/account/register.php on line 318
2011-08-16 23:52:14 - PHP Notice: Undefined index: zone_id in /home/adomain/public_html/catalog/controller/account/register.php on line 322
2011-08-16 23:52:14 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/register.php on line 326
2011-08-16 23:52:14 - PHP Notice: Undefined index: confirm in /home/adomain/public_html/catalog/controller/account/register.php on line 330
2011-08-16 23:52:14 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/register.php on line 330
2011-08-16 23:52:15 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/login.php on line 116
2011-08-16 23:52:15 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/login.php on line 116
2011-08-16 23:52:15 - PHP Notice: Undefined index: name in /home/adomain/public_html/catalog/controller/information/contact.php on line 186
2011-08-16 23:52:15 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/information/contact.php on line 190
2011-08-16 23:52:15 - PHP Notice: Undefined index: enquiry in /home/adomain/public_html/catalog/controller/information/contact.php on line 194
2011-08-16 23:52:19 - PHP Notice: Undefined index: firstname in /home/adomain/public_html/catalog/controller/account/register.php on line 282
2011-08-16 23:52:19 - PHP Notice: Undefined index: lastname in /home/adomain/public_html/catalog/controller/account/register.php on line 286
2011-08-16 23:52:19 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 290
2011-08-16 23:52:19 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 290
2011-08-16 23:52:19 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/register.php on line 294
2011-08-16 23:52:19 - PHP Notice: Undefined index: telephone in /home/adomain/public_html/catalog/controller/account/register.php on line 298
2011-08-16 23:52:19 - PHP Notice: Undefined index: address_1 in /home/adomain/public_html/catalog/controller/account/register.php on line 302
2011-08-16 23:52:19 - PHP Notice: Undefined index: city in /home/adomain/public_html/catalog/controller/account/register.php on line 306
2011-08-16 23:52:19 - PHP Notice: Undefined index: country_id in /home/adomain/public_html/catalog/controller/account/register.php on line 312
2011-08-16 23:52:19 - PHP Notice: Undefined index: postcode in /home/adomain/public_html/catalog/controller/account/register.php on line 314
2011-08-16 23:52:19 - PHP Notice: Undefined index: country_id in /home/adomain/public_html/catalog/controller/account/register.php on line 318
2011-08-16 23:52:19 - PHP Notice: Undefined index: zone_id in /home/adomain/public_html/catalog/controller/account/register.php on line 322
2011-08-16 23:52:19 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/register.php on line 326
2011-08-16 23:52:19 - PHP Notice: Undefined index: confirm in /home/adomain/public_html/catalog/controller/account/register.php on line 330
2011-08-16 23:52:19 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/register.php on line 330
2011-08-16 23:52:20 - PHP Notice: Undefined index: email in /home/adomain/public_html/catalog/controller/account/login.php on line 116
2011-08-16 23:52:20 - PHP Notice: Undefined index: password in /home/adomain/public_html/catalog/controller/account/login.php on line 116

Code: Select all
2011-08-16 23:52:20 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/adomain/public_html/index.php:45) in /home/adomain/public_html/system/library/session.php on line 11
2011-08-16 23:52:20 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/adomain/public_html/index.php:45) in /home/adomain/public_html/system/library/session.php on line 11
2011-08-16 23:52:20 - PHP Notice: Undefined index: HTTP_HOST in /home/adomain/public_html/index.php on line 175
2011-08-16 23:52:20 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/adomain/public_html/index.php:45) in /home/adomain/public_html/index.php on line 175
2011-08-16 23:52:20 - PHP Notice: Undefined index: HTTP_HOST in /home/adomain/public_html/system/library/currency.php on line 45
2011-08-16 23:52:20 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/adomain/public_html/index.php:45) in /home/adomain/public_html/system/library/currency.php on line 45

Thanks in advance to anyone who can help.