Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

sqldude

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Everything posted by sqldude

  1. So I narrowed down at least one problem and I could use some guidance again..By commenting out the following line in "suppliersadmin.php," I was able to get the form allowing me to add a supplier to show. $contents[] = array('text' => '<br>' . TEXT_SUPPLIERS_CATEGORIES . '<br>' . tep_draw_mselect_menu('categories[]', $categories, $categories_selected)); I've added the function being called (tep_draw_mselect_menu) to html_output.php as directed in the install txt file. I'm not sure if the call is sending the information the function is expecting. html_output.php code function tep_draw_mselect_menu($name, $values, $selected_vals, $params = '', $required = false) { suppliersadmin.php function call tep_draw_mselect_menu('categories[]', $categories, $categories_selected)); I'm wondering which parameter(s) is causing the problem. Any assistance would be appreciated.
  2. My hosting is on hsphere control panel. My supplier admin module is v1.3. I have added the function to the end of the admin html_output.php file. Thanks for your assistance with this.
  3. hi web, i do not have any error logs. is there a specific log that would point me in the right direction? I'm on shared hosting so I'm not sure how much info I have access to on the web server my site is on. I have included two images though: the first is what I see right after i click the supplier link in the admin section on the left side box. The second is immediately after I click the insert button. I'm guessing the issue is something to do with the arrays that are triggered when the insert button is clicked? Interestingly enough, the delete button/array works fine when I click that button for the supplier I manually entered into the database. Image 1: Image 2:
  4. Problem: In the osC admin section, the supplieradmin.php page will not load the forms to add new suppliers or edit existing suppliers. There is only a blank page. I manually entered a supplier into the database and the supplieradmin page can successfully connect to the database as it displays the manually entered supplier. Why would I receive a blank white page after clicking "Insert" on the supplieradmin.php page? Thanks for this contribution!
×
×
  • Create New...