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.
items and pages are now centered instead of left justified. What causes that? How do I fix it?
Offline
mdowning wrote:
items and pages are now centered instead of left justified. What causes that? How do I fix it?
which website?
Offline
Well, now it's fine. I'm not sure what was going on. It's no longer an issue. However my favocon calls are no longer working, instead I get a plesk favicon instead. This is weird. I've double checked everything, tags, favicon location, etc..
I have no idea why the favicon won't come up in any browser for kool-shopper.com or kool-computers.com
Offline
It looks like your PHP is shot. - Do a debug ( - look for the values at the top of the file - directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.
Offline
Design_Wholesale wrote:
It looks like your PHP is shot. - Do a debug ( - look for the values at the top of the file - directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.
Where is KHXC.php?
Offline
What should I be looing for? I don't go in here very much, I did turn debug on. Not sure what to look for / where?
Offline
If it is anything like CCP 6.0 you should have something like the following at the top of the script:
// +------------------------------------------------------------------+ // | Class Definition [KHXC]| // +------------------------------------------------------------------+ class KHXC { var $class = 'KHXC'; var $version = '6.6.8'; var $cerror; // +-- // | Debugger Note: The following debugger settings are valid: // | // | 0: Debugging off (default) // | 1: File-based output (sent to {PRIVATE}/temp directory) // | 2: Browser-based output (sent to web browser) // +-- var $debug = 0;
The rest should be self-explanatory.
Offline
I know how to turnon the debugger, I don't know what to look for in the php script that John is referring to here:
It looks like your PHP is shot. - Do a debug (KHXC.php - look for the values at the top of the file - temp directory refers to the temp directory within your {private} store directory) and I am certain you will find that something on the PHP side of things has been messed up.
Offline
All I was saying was to do a debug of your (to start with) main site page.
I expect you will find, when you look through the debug, that some code in your is not right. - Search for anything with or , maybe or even (though it was that type of problem you would most probably have seen a by now (Kryptronic Screen of Death ).
Last edited by Design_Wholesale (02-11-2011 10:10:41)
Offline