This is a discussion on Create_account_success.php is blank... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; When i create a new account at my store at http://www.helloni.co.uk/dws/catalog/ I fill in all the info required and get ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| When i create a new account at my store at http://www.helloni.co.uk/dws/catalog/ I fill in all the info required and get the create_account_success.php displayed with nothing in it here is the source <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> here is also the code in the create_account_success.php <?php /* $Id: create_account_success.php,v 1.30 2003/06/05 23:27:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CREATE_ACCOUNT_SUCCESS); $breadcrumb->add(NAVBAR_TITLE_1); $breadcrumb->add(NAVBAR_TITLE_2); if (sizeof($navigation->snapshot) > 0) { $origin_href = tep_href_link($navigation->snapshot['page'], tep_array_to_string($navigation->snapshot['get'], array(tep_session_name())), $navigation->snapshot['mode']); $navigation->clear_snapshot(); } else { $origin_href = tep_href_link(FILENAME_DEFAULT); } $content = CONTENT_CREATE_ACCOUNT_SUCCESS; require(DIR_WS_TEMPLATES . TEMPLATENAME_MAIN_PAGE); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Check your error logs. Blank pages usually mean a php error of some kind.
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| leechftp screwed up the create_account_success file when it uploaded it |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blank account pages | shizzle69 | osCommerce 2.2 Installation Help | 4 | 12-18-2004 10:03 PM |
| Blank admin | webworks | osCommerce 2.2 Installation Help | 2 | 12-23-2003 07:36 AM |
| ssl blank pages | MAKAVELI1980 | osCommerce 2.2 Installation Help | 1 | 08-22-2003 11:20 AM |
| blank pages | itworks | osCommerce 2.2 Installation Help | 0 | 01-25-2003 07:26 AM |