experts585 Posted February 4, 2010 Share Posted February 4, 2010 Warning: I am able to write to the configuration file: /home/hkcsy/public_html/osc/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. i face this error plz help me what i doo Link to comment Share on other sites More sharing options...
multimixer Posted February 4, 2010 Share Posted February 4, 2010 Read this (<-- link, click it) Same issue, just 15 minutes ago My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
experts585 Posted February 4, 2010 Author Share Posted February 4, 2010 Read this (<-- link, click it) Same issue, just 15 minutes ago http://hkcsy.com/osc/index.php i change the premission but stil face the problem, i change file in local as read only but doesn't work in online plz chak this http://hkcsy.com/osc/index.php Link to comment Share on other sites More sharing options...
multimixer Posted February 4, 2010 Share Posted February 4, 2010 Go to your host cpanel and do it there My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
experts585 Posted February 4, 2010 Author Share Posted February 4, 2010 Go to your host cpanel and do it there thx, sir Link to comment Share on other sites More sharing options...
experts585 Posted February 4, 2010 Author Share Posted February 4, 2010 thx, sir heloo sir i face another problem i edit the file search.php and add a table but adding a table the icon of search doesn't show and if i del the table its shows what the problem thx here is the code and i insert the table http://hkcsy.com/osc/index.php and see there is no icon <!-- search //--> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-top:4px;"> <tr> <td style="color:#FFFFFF; font-weight:bold; font-size:14px">Search:</td> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_SEARCH); // new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'center', 'text' => tep_draw_input_field('keywords', '', 'size="35" maxlength="50" style="width: ' . (BOX_WIDTH-0) . 'px"') . ' </td><td style="padding-top:1px; padding-left:0px; width:26px;>' . tep_hide_session_id() . tep_image_submit('/button_quick_find.gif', BOX_HEADING_SEARCH)); // <a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a> new infoBox($info_box_contents); ?> </td> </tr> </table> <!-- search_eof //--> Link to comment Share on other sites More sharing options...
experts585 Posted February 4, 2010 Author Share Posted February 4, 2010 Go to your host cpanel and do it there heloo sir i face another problem i edit the file search.php and add a table but adding a table the icon of search doesn't show and if i del the table its shows what the problem thx here is the code and i insert the table http://hkcsy.com/osc/index.php and see there is no icon <!-- search //--> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-top:4px;"> <tr> <td style="color:#FFFFFF; font-weight:bold; font-size:14px">Search:</td> <td> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_SEARCH); // new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('form' => tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get'), 'align' => 'center', 'text' => tep_draw_input_field('keywords', '', 'size="35" maxlength="50" style="width: ' . (BOX_WIDTH-0) . 'px"') . ' </td><td style="padding-top:1px; padding-left:0px; width:26px;>' . tep_hide_session_id() . tep_image_submit('/button_quick_find.gif', BOX_HEADING_SEARCH)); // <a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a> new infoBox($info_box_contents); ?> </td> </tr> </table> <!-- search_eof //--> Link to comment Share on other sites More sharing options...
Guest Posted February 4, 2010 Share Posted February 4, 2010 Abu, OSC follows a very specific table structure, so when you insert a nested table to you have ensure you are inserting it in the proper position. What exactly are you trying to accomplish with the nested table ? Chris Link to comment Share on other sites More sharing options...
decolmtd Posted February 4, 2010 Share Posted February 4, 2010 I am having the same problem. I have reset the configuration to 644 uning FTP program and also using my Cpanel File Manager. The error is still there, is ther someplace I am missing? Link to comment Share on other sites More sharing options...
multimixer Posted February 4, 2010 Share Posted February 4, 2010 try 444 My community profile | Template system for osCommerce - New: Responsive | Feedback channel Link to comment Share on other sites More sharing options...
decolmtd Posted February 5, 2010 Share Posted February 5, 2010 I have tried 644 and 444. I still have the error. Short of taking the html coding out I can't get rid of it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.