This is a discussion on create account success not displaying within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; The account is created and user logged in but I get a malformed header error causing a 500 error instead ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| The account is created and user logged in but I get a malformed header error causing a 500 error instead of showing create_account_success Here is the error: malformed header from script. Bad header=/hsphere/local/home/dutchman/d: /hsphere/local/home/dutchman/callmedutch.com/create_account.php I can't figure out where that D: is coming from. |
| Sponsored Links | ||
| ||
| |
|
#2
| |||
| |||
| Since this is where all the path info is stored I'm posting my configure.php settings. Could anything in here be causing the bad header formation? Files are in the root document folder: \includes\configure.php: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://callmedutch.com'); // eg, cPanelŽ - should not be empty for productive servers define('HTTPS_SERVER', 'https://callmedutch.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'callmedutch.com'); define('HTTPS_COOKIE_DOMAIN', 'callmedutch.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/hsphere/local/home/dutchman/callmedutch.com/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); \admin\includes\configure.php: // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://callmedutch.com'); // eg, cPanelŽ - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://callmedutch.com'); define('HTTPS_CATALOG_SERVER', 'https://callmedutch.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/hsphere/local/home/dutchman/callmedutch.com/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/hsphere/local/home/dutchman/callmedutch.com/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', '/hsphere/local/home/dutchman/callmedutch.com/'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FCKEDITOR', DIR_FS_CATALOG . 'FCKeditor/'); define('DIR_WS_FCKEDITOR', DIR_WS_CATALOG . 'FCKeditor/'); |
|
#3
| |||
| |||
| It looks like maybe you are missing create_account.php From your home directory Download a stock OSCMAX store and restore file Adam |
|
#4
| |||
| |||
| I do have the create_account_success file but it still will not display. Loaded a clean install of the OSCultrapics store and it still does the same thing. |
|
#5
| ||||
| ||||
| If are using the project osC Ultrapics, don't post to the osCMax forum... post to the project thread, so that the project creator will be aware of your issues: oscmax with ultrapics integration
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create Account glitch? | bkpie | osCMax v2 Features Discussion | 2 | 06-17-2007 06:59 PM |
| create account | jschafer52 | osCMax v2 Features Discussion | 1 | 06-15-2007 07:38 AM |
| Create An Account Button | joanstead | osCommerce 2.2 Modification Help | 3 | 03-02-2005 08:02 AM |
| Why can't create a new account ? | kellycog | osCommerce 2.2 Modification Help | 3 | 06-29-2004 09:58 AM |
| Create Account,Checkout,My Account, Language Pictures probs! | Mikey | osCommerce 2.2 Installation Help | 0 | 03-08-2004 10:20 PM |