Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Posts
    7
    Plugin Contributions
    0

    Default HELP!! Codings on every page!!! (Online Catalog)

    HELP!!! Can some one help me? After I uploaded the template for zen cart there is these text at the right column. I went to layout controller but everything is off now.

    Currencies:
    currencies); $currencies_array = array(); while (list($key, $value) = each($currencies->currencies)) { $currencies_array[] = array('id' => $key, 'text' => $value['title']); } $hidden_get_variables = ''; reset($_GET); while (list($key, $value) = each($_GET)) { if ( ($key != 'currency') && ($key != zen_session_name()) && ($key != 'x') && ($key != 'y') ) { $hidden_get_variables .= zen_draw_hidden_field($key, $value); } } } ?>

    How can I remove these?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: HELP!! Codings on every page!!! (Online Catalog)

    We need to see your site to have an idea of how to fix it. It sounds like a file got damaged so that PHP code is spilling out as HTML content.

 

 

Similar Threads

  1. Reference Help on Online Catalog
    By merlin123 in forum Basic Configuration
    Replies: 0
    Last Post: 18 Aug 2011, 07:26 PM
  2. Need help veiwing online catalog!
    By regalcomm in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 11 Jan 2008, 05:59 PM

Posting Permissions

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