soulfinger Posted May 20, 2003 Posted May 20, 2003 I added another link to my information infoboxes. I created all the nescessary code for the following php files: english.php,information.php,application_top.php, and added the files for the link pages into the catalog and english directory. Now everything works fine until I click the link in the information info box. The page is blank. Anyone have any idea which file I would need to correct or why I am getting a blank page after clicking on the link. Thanks a bunch!
wizardsandwars Posted May 20, 2003 Posted May 20, 2003 Well, it looks like to me that the file http://yomimedia.net/shop/instant_message.php doesn't product any output. perhaps you should post that code here. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
soulfinger Posted May 20, 2003 Author Posted May 20, 2003 Here is the code : <?php /* $Id: instant_message.php,v 1.1.1.1 2002/11/28 23:22:07 wilt Exp $ The Exchange Project - Community Made Shopping! http://www.theexchangeproject.org Copyright © 2000,2001 The Exchange Project Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Instant Message Us'); define('HEADING_TITLE', 'Instant Message Us'); define('TEXT_INFORMATION', ' The following is our instant messaging information.'); ?> I'm not sure what it could be. Thanks for looking
wizardsandwars Posted May 20, 2003 Posted May 20, 2003 Ummm, The reason that this script is showing you a blank page is because this code does not do anything. I think that perhaps you've got a couple of scripts in the wrong place. Normally, a script like this would go in the shop/includes/languages/english/ directory. Perhaps you put one there that is supposed to go here. Know what I mean? ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
soulfinger Posted May 20, 2003 Author Posted May 20, 2003 i did that and it still shows blank. I'm clueless.
rseigel Posted May 20, 2003 Posted May 20, 2003 What is your code for http://yomimedia.net/shop/instant_message.php
soulfinger Posted May 20, 2003 Author Posted May 20, 2003 <?php /* $Id: instant_message.php,v 1.1.1.1 2002/11/28 23:22:07 wilt Exp $ Here it is The Exchange Project - Community Made Shopping! http://www.theexchangeproject.org Copyright © 2000,2001 The Exchange Project Released under the GNU General Public License */ define('NAVBAR_TITLE', 'Instant Message Us'); define('HEADING_TITLE', 'Instant Message Us'); define('TEXT_INFORMATION', ' The following is our instant messaging information.'); ?>
rseigel Posted May 20, 2003 Posted May 20, 2003 You should have 2 different files. One for http://yomimedia.net/shop/instant_message.php and one for http://yomimedia.net/shop/includes/languag...ant_message.php They can't both be the same. The one you are posting is for http://yomimedia.net/shop/includes/languag...ant_message.php so you're obviously missing a file.
soulfinger Posted May 20, 2003 Author Posted May 20, 2003 Thank you Mr. Seigel Sir. I changed the file in the shop directory which was what I was missing. It works perfectly now. I appreciate your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.