JoyC Posted June 16, 2003 Posted June 16, 2003 I have that type of display - rather than the actual heading that should be displayed in quite a few places, some parts work fine, others like the one above dont. Obviously ive managed to do something somwhere along the line to mess it up - im new to this php thing so I know it is staring me in the face. :oops: have installed ms1 - any advice on where to look would be most appreciated! Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
dahammer2 Posted June 16, 2003 Posted June 16, 2003 Check the file includes/languages/english/checkout_confirmation.php it should have this define define('HEADING_PAYMENT_INFORMATION', 'Payment Information'); If it does, then theres probably an include error message on the same screen? Or are you seeing this message on a screen other than checkout_confirmation.php ?
JoyC Posted June 16, 2003 Author Posted June 16, 2003 yip seeing it on lots, ie default.php checkout_confirmation.php product_info.php to name a few :wink: Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
dahammer2 Posted June 16, 2003 Posted June 16, 2003 Any chance of a link to the site just so I can see? or is the actual message different for each page.. i.e. missing different definition files..
JoyC Posted June 16, 2003 Author Posted June 16, 2003 sure dvdhire.co.nz/default.php u will see the greeting is broken then go thru the signup and check out process ( its still in test mode ) and you will see more. thks! Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
carlp Posted June 16, 2003 Posted June 16, 2003 I would check the permissions on your english files. If the files are there, it cant be reading them. includes/languages/* HTH Kindest Regards, Carl Pickering If there is light at the end of the tunnel, switch it off. I have to save on my electricity bill
JoyC Posted June 17, 2003 Author Posted June 17, 2003 Thanks for the suggestion - but it didnt work. What is extremely weird is that index.php - is not broken, it shows "welcome guest would you like to log in etc etc" everyother page has the problem.:evil: i have compared index.php and default.php and the only difference in the documents is the page name :tellme: any other ideas anyone? Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
dahammer2 Posted June 17, 2003 Posted June 17, 2003 do a search for HEADING_PAYMENT_INFORMATION Does it exist anywhere in the languages directory? sounds like a few defines are simple missing
dahammer2 Posted June 17, 2003 Posted June 17, 2003 I should say search within your source files, not this forum :) I think that one shows up on every page so it should be in includes/languages/english/english.php
JoyC Posted June 17, 2003 Author Posted June 17, 2003 your so clever! a compare with a brand new install and there is quite a bit missing! :idea: looks like its going to be a long night! Thanks for your help :P Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.