k2chris1983 Posted December 11, 2004 Posted December 11, 2004 How do you edit or remove the osCommerce from "osCommerce - Microsoft Internet Explorer".
ozcsys Posted December 11, 2004 Posted December 11, 2004 How do you edit or remove the osCommerce from "osCommerce - Microsoft Internet Explorer". <{POST_SNAPBACK}> includes/languages/english.php // page title define('TITLE', 'osCommerce'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
salvo1 Posted December 11, 2004 Posted December 11, 2004 includes/languages/english.php // page title define('TITLE', 'osCommerce'); <{POST_SNAPBACK}> Should the page be CHMOD'd 777 first ?
ozcsys Posted December 11, 2004 Posted December 11, 2004 Should the page be CHMOD'd 777 first ? <{POST_SNAPBACK}> No. Are you asking because you are trying to edit the page using the online file manager in the admin? If so STOP!! You need to edit the files locally and then ftp them up to the server, using the online file manager in your admin will screw up your site. Do Not Do It! The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
salvo1 Posted December 11, 2004 Posted December 11, 2004 This is the error I get when I edit it Parse error: parse error, unexpected T_STRING in /var/www/html/shop/includes/languages/english.php on line 79 . IF I don't use the file manager what else should I use ? Frontpage ? Macromedia ?
♥Vger Posted December 11, 2004 Posted December 11, 2004 IF I don't use the file manager what else should I use ? Frontpage ? Macromedia ? How about NotePad - a plain text editor - which is what is required to alter osCommerce files. Do not use FrontPage, do not use WordPad. The reason you are getting the parse error is because you are using the osCommerce File Manager, and it is stripping backslashes from in front of apostrophies in text. This is what text should and should not be like Let's = wrong Let\'s = right Vger
salvo1 Posted December 11, 2004 Posted December 11, 2004 Point taken, but couldnt you just add the \ after editing Let's in Macromedia, All I have to type is Let\'s. Its not like notepad does it for us ? so why use it.
salvo1 Posted December 11, 2004 Posted December 11, 2004 Ok, lets get back to editing the Title for the site. Someone was telling me I should move the config.php to the local folder ? Is this right. I've tried to change it this way: includes/languages/english.php // page title define('TITLE', 'osCommerce'); But this is not working for me. Do I do this for both English.php pages or just hte one in the Languages folder ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.