Hi

stevenlee: Are you talking about priced by attributes? I was under the impression that the Updater worked for that... If not please enlighten me and it can go in my ever-increasing list for V1 (proper)

spiritcraft: Ah, yes, the old 'headers sent' error... The blank lines at the end of the file may have been causing the session headers to fail... A trick for anyone experiencing a blank page is to add the following line to index.php (before the require for application_top.php)

Code:
define('STRICT_ERROR_REPORTING', true);
This should tell you the error that is occurring

HTH

Dan