Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 11-19-2011 14:15:30

Perkster
Member
From: Parksville BC Canada
Registered: 10-05-2004
Posts: 349
Website

CCP 6 Question Do not know where to ask

Hello,  I closed my shop down for a tear and now I have restarted it again.  I use CCP 6.0 and for some reason my middle content block is not showing any of my products?  Help

Here is my middle block code

<td id="skin_ct_mcol">

     <?php /* PHP FUNCTION */
           /* Prints the page title.   */
           $skinfunc->titletag($disp_title); ?>

<div id="skin_content">

     <?php /* PHP FUNCTION */
           /* REQUIRED: Print the content for the page.  Do not   */
           /* remove this function call.  Doing so will result in */
           /* blank pages being generated. */
           $skinfunc->content(); ?>

</div>

</td>

Please visit http://www.linuxcdshop.com

Help  Thanks


Mike Perks
Linux CD Shop - /shop for Linux distributions

ReviewLinux.Com - Linux OS News & Review Site

Offline

 

#2 11-19-2011 14:24:51

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: CCP 6 Question Do not know where to ask

You could have a problem with input fields, like a bad field type or a selection item that can't find any options. You best bet is to turn on the debugger and see what get printed out.

John

Offline

 

#3 11-19-2011 14:33:56

Perkster
Member
From: Parksville BC Canada
Registered: 10-05-2004
Posts: 349
Website

Re: CCP 6 Question Do not know where to ask

Thanks for quick reply..  Where is debugger on/off.  It has been awhile..  Mike


Mike Perks
Linux CD Shop - /shop for Linux distributions

ReviewLinux.Com - Linux OS News & Review Site

Offline

 

#4 11-19-2011 14:41:33

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: CCP 6 Question Do not know where to ask

You have to edit the KHXC.php file in private_dir/apps/ccp0/core/KHXC its at the top of the script, you can set it to output to the screen or a file, once you got your information that you need you will have to reset it to off. There are instructions in the Wiki for this as well.

John

Offline

 

#5 11-19-2011 15:07:13

Perkster
Member
From: Parksville BC Canada
Registered: 10-05-2004
Posts: 349
Website

Re: CCP 6 Question Do not know where to ask

This is all I get for debug info:


<div id="khxc_debug">

<p class="strong">Debug Information:</p>

<khxc:debugdata />

</div>

<div class="hidden">

Software:     Kryptronic Hybrid X Core (KHXC)
Copyright:    1999-2011 Kryptronic, Inc.
Author:       Nick Hendler, webmaster@kryptronic.com
Exec Time:    0.092734 Seconds
Memory Usage: 2.951122 Megabytes
Debug:        <khxc:debugid />

<a href="https://kryptronic.com/" title="Kryptronic Software">Kryptronic Software</a>

</div>


Mike Perks
Linux CD Shop - /shop for Linux distributions

ReviewLinux.Com - Linux OS News & Review Site

Offline

 

#6 11-19-2011 15:15:17

Perkster
Member
From: Parksville BC Canada
Registered: 10-05-2004
Posts: 349
Website

Re: CCP 6 Question Do not know where to ask

It is something with my custom skin..  Works fine with default CCP6 ecom skin..  Now where is setting to globally change all pages to new skin ??  It has been awhile


Mike Perks
Linux CD Shop - /shop for Linux distributions

ReviewLinux.Com - Linux OS News & Review Site

Offline

 

Board footer