Results 1 to 3 of 3

Create_account_success.php is blank...

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 ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    7
    Rep Power
    0


    Default Create_account_success.php is blank...

    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');
    ?>

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,501
    Rep Power
    567


    Default

    Check your error logs. Blank pages usually mean a php error of some kind.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Oct 2004
    Posts
    7
    Rep Power
    0


    Default

    leechftp screwed up the create_account_success file when it uploaded it

Similar Threads

  1. Blank account pages
    By shizzle69 in forum osCommerce 2.2 Installation Help
    Replies: 4
    Last Post: 12-18-2004, 10:03 PM
  2. Blank admin
    By webworks in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 12-23-2003, 07:36 AM
  3. ssl blank pages
    By MAKAVELI1980 in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 08-22-2003, 11:20 AM
  4. blank pages
    By itworks in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 01-25-2003, 07:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •