minorthreat100 Posted October 7, 2008 Posted October 7, 2008 it's my first time using oscommerce, since i've installed it's had this error message and i cannot seem to fix it. items are locked in at $0 too. can anyone help please? http://poisoncityrecords.com/estore/index.php " Warning: I am able to write to the configuration file: /home/poi49537/public_html/estore/includes/configure.php. This is a potential security risk - please set the right user permissions on this file." Error Messages If there are any error or warning messages shown above, please correct them first before proceeding. Error messages are displayed at the very top of the page with a complete background color. Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. Editing Page Texts The text shown here can be modified in the following file, on each language basis: [path to catalog]/includes/languages/english/index.php That file can be edited manually, or via the Administration Tool with the Languages->English->Define or Tools->File Manager modules. The text is set in the following manner: define('TEXT_MAIN', 'This is a default setup of the osCommerce project...'); The text highlighted in green may be modified - it is important to keep the define() of the TEXT_MAIN keyword. To remove the text for TEXT_MAIN completely, the following example is used where only two single quote characters exist: define('TEXT_MAIN', ''); More information concerning the PHP define() function can be read here.
FIMBLE Posted October 7, 2008 Posted October 7, 2008 The error message along the top says you need to set the permissions of the file estore / includes/ confgiure.php set it to 444 (or 644 if 444 not allowed) Teh rest is just the text that comes with osc its not an error You can change it from thsi file estore / includes / languages / english / index.php Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
minorthreat100 Posted October 7, 2008 Author Posted October 7, 2008 thanks! but configure.php is already set to 644, when i try to change it to 444 it says "while executing onClick in Accessprops.htm, a Javascript error occurred" any ideas?
FIMBLE Posted October 7, 2008 Posted October 7, 2008 Have you also done the one in your admin? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
minorthreat100 Posted October 7, 2008 Author Posted October 7, 2008 that's also doing the same thing :(
Guest Posted October 7, 2008 Posted October 7, 2008 thanks! but configure.php is already set to 644, when i try to change it to 444 it says "while executing onClick in Accessprops.htm, a Javascript error occurred" any ideas? Was that via the file manager in your web hosts control panel?
minorthreat100 Posted October 7, 2008 Author Posted October 7, 2008 Was that via the file manager in your web hosts control panel? no it was through dreamweaver, should i give it a shot?
Guest Posted October 7, 2008 Posted October 7, 2008 no it was through dreamweaver, should i give it a shot? If you mean via the file manager in your web hosts control panel, the answer is yes.
minorthreat100 Posted October 7, 2008 Author Posted October 7, 2008 that worked great, thanks leslie! i don't suppose you have any idea why my products still list at $0?
Guest Posted October 7, 2008 Posted October 7, 2008 that worked great, thanks leslie! i don't suppose you have any idea why my products still list at $0? That usually happens when you delete the usd, set your your currency as the default, but do not replace the usd with your currency in the english.php file look in catalog\includes\languages\english.php // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) define('LANGUAGE_CURRENCY', 'USD'); You may also have to set Admin ---> My Store --- > Default Language Currency to true.
minorthreat100 Posted October 7, 2008 Author Posted October 7, 2008 i have a feeling you're right, as this is exactly what i've done.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.