nkahook Posted January 20, 2010 Posted January 20, 2010 I'm making to changes to a page. Simple grammer corrections in the affiliate.php doc located in the language folder and when I uploaded it with the changes, the page came out blank on the site. I'm not sure why this is happening, all I changed were a few spaces and dashes.
Guest Posted January 20, 2010 Posted January 20, 2010 Nisreen, PHP syntax is unforgiving. Ensure your code complies with the PHP layout. acceptable define('HEADER_TITLE_CATALOG', 'Catalog'); unacceptable define('header_title_catalog', 'Catalog'); unacceptable define('HEADER_TITLE_CATALOG', Catalog'); You must ensure all syntax is correct for the page to function. Also ensure the page was uploaded to the proper location in the language folder. Chris
MrPhil Posted January 20, 2010 Posted January 20, 2010 If the whole page is blank, is your system reporting a "500" or "internal server" error? If so, check your edited file(s) carefully: http://www.oscommerce.com/forums/topic/345637-internal-server-error/page__view__findpost__p__1442374 . Even if you don't see such a message, check your editing anyway.
nkahook Posted January 21, 2010 Author Posted January 21, 2010 Thanks. I looked through and I'm still not sure what the issue is. All the syntax seems to be fine. the page is www.prescriptiongiant.com/affiliate.php. All I want to do is edit a few mistakes in the verbatim.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.