Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PhilPoxon

Pioneers
  • Posts

    19
  • Joined

  • Last visited

Profile Information

  • Real Name
    Philip Poxon

PhilPoxon's Achievements

  1. Is the delete fuction related to the problem between v2.3.3.1 and 2.3.3.4? I am running OSC 2.3.3.4 and tried deleting some obsolete items.I replaced the required files then uploaded the CSV file and split it as needed but when I tried to import all it showed was the items were inactive, which is the current status. has anyone else had this problem. I also have a quantity of -1 on obsolete items. Could that be the problem?
  2. I have checed the instructions for this contribution and did not see an answer for the question I have. I have a banner which uses javascript to access the image. I assume I would add the code to HTML text box. When I do this and activate banner, I see the javascript and not the image I expect to see. Is there any additonal code I need to add to make this work Here is the code I am trying to use: <script type="text/javascript" data-pp-pubid="b5b1b5731e" data-pp-placementtype="800x66"> (function (d, t) { "use strict"; var s = d.getElementsByTagName(t)[0], n = d.createElement(t); n.src = "//paypal.adtag.where.com/merchant.js"; s.parentNode.insertBefore(n, s); }(document, "script")); </script> Any help would be appreciated I have also installed modular front page contribution
  3. I have installed Modular Front Page 1.4 and when I go to install modules i see the button showing 11 modules to install for front page. When I click the install button I see no modules, just the back button at top. I also just installed banner box 121. Any ideas why this is happening. I re-checked installation to make sure files were in correct locations. I am running 2.3.3 Fixed the problems, files not loaded properly. Now modules are showing in Admin for front page
  4. sorry about the last entry, i was incorrect about the solution. I found i had copied the file freeshipper.php (5Kb)found in /includes/modules/shipping/ directory to the includes/languages/english/modules/shipping/ directory which was causing the error regarding the redeclaring the class. i reloaded the correct file in that directory for freeshipper which includes only three define statements (615 bytes). check to see if you did not do the same thing Philip
  5. I think i have found the solution to the problem, in another contributions forum. What appears to be happening is that there is another file similar to freeshipper.php in the includes/languages/english/modules/shipping/ directory which also is declaring the class freeshipper. I fixed the problem by just commenting out line 15 " /* class freeshipper" in the file /includes/modules/shipping/freeshipper.php give that a try Philip
  6. Mike are you taking into account the fee that Paypal charges for merchants? It will vary, based on the rate you are being charged for your account, view the details of the purchase and it should list the original amount sent minus the fee
  7. force of life, the error "header tags already sent" is being caused by a space after the ending php tag "?>" Open the file in your editor and make sure the cursor is after the tag and just press delete to remove the extra lines. Save the file, then the error should disappear PhilPoxon
  8. You also need to escape (\) the apostrophes in the a href statement also. The A HREF statement needs to read: <A HREF="java script:popUp(\'http://www.2dogrc.com/ecommerce/os/catalog/images/gwspics/expanded400.jpg\')"><font size=2>Expanded View</A> Have you tried going into the page for that item in Admin and editing it there to remove the \ in the description if they are still there after you have uploaded the file t
  9. The quote is from the format of the csv.txt save function in the spreadsheet program using OpenOffice 1.1.4. it allows for saving a spreadsheet as a text file using tab character as a separator and to mark text using either a single(') or double (") quote. Seeing all the problems discussed in this thread about the sinlge quote or apostrophe, I decided to use the double quote (") I have set the document_root to $DOCUMENT_ROOT which on my installation is "define('DIR_FS_DOCUMENT_ROOT', '/home/ipocnug/public_html');" If I leave the $tempdir = /catalog/temp/ i get the following error: Warning: file(/home/ipocnug/public_html/catalog//catalog/temp/EP_Split1.txt) [function.file]: failed to open stream: No such file or directory in /home/ipocnug/public_html/catalog/admin/easypopulate.php on line 666 When I change $tempdir = /temp/ the problem disappears For some reason in easypopulate.php, the DIR_FS_DOCUMENT_ROOT define appends /catalog/ to the information stored there As i asked before, should there be LF between each row (Unix format) or does it matter that the Windows format for a text file adds CR/LF and CR between each row In viewing the sample_output_file.txt I see that the rows are separated by a single LF. It appears that after the first line of the uploaded file is processed, the separator value (\t) is ignored or thrown out of sequence by extra characters the program does not recognize
  10. I am having problems with EP, I have installed v2.76 (previously had 2.74 and then 2.75) and have had the same problem with all versions. Using OpenOffice 1.1.4 spreadsheet to create the file. Upload txt file of 2600+ products and use split funtion to break them into files of 300 lines. Have tried importing file from temp directory and from my computer to temp file and get the same error each time: Filename: EP_Split1.txt | 1506 | | BRASS/SHIP | SOLID BRAS | | | | | | | | 159.95 | | | | 0 | | New Upload | | | Taxable Go | Updated (this is the first line which gets imputted correctly The following is a portion of the rest of the text file | 1932 "C | 2018 "1 | 3235 "M | 3369 "M | 3539 "1 | 3758 "M | 3980 "P | 6702 "B | 7400 "M | 9129 "5 | 9835 "P | 20049 " | 20100 " | 20223 " | 20302 " | When i look at the file with notepad++ i see a cr/lf after the EOREOR and another cr between the lines (windows format). i have tried changing the format to Unix which results in the cr/lf and cr being converted into just a lf. Either format still gives an error of the first item being input as new product or updated depending on whether the product was already there or not. Server Host: alamo.ezoshosting.com (67.15.76.32) Database Host: localhost (127.0.0.1) Server OS: Linux 2.4.21-20.ELsmp Database: MySQL 4.1.11-standard-log Server Date: 07/04/2005 08:12:20 Datebase Date: 07/04/2005 08:12:20 Server Up Time: 08:12:20 up 2 days, 21:14, 0 users, load average: 1.81, 2.05, 2.39 HTTP Server: Apache PHP Version: 5.0.4 (Zend: 2.0.4-dev) running in safe mode Do you have any suggestions on how to fix the problem. It appears that the lines after the first product do not see the tabs, i also am uploading without images
  11. Try changing the tempfile to just /temp/ instead of /catalog/temp/ That should fix the problem
  12. Jack, I fixed the array problem. Checking back in the files i installed for version 1.0.1 there was a section of code in the admin/links.php that tested for existence of arrays if(is_array($links) && is_array($category)){ $lInfo_array = array_merge($links, $category); }else{ $make_array_links = array($links); $make_array_category = array($category); $lInfo_array = array_merge($make_array_links, $make_array_category); } // $lInfo_array = array_merge($links, $category); there is also an similar error in links_categories.php, the code I used to fix the error there is: if(is_array($link_categories) && is_array($links_count)){ $cInfo_array = array_merge($link_categories, $links_count); }else{ $make_array_link_categories = array($link_categories); $make_array_link_categories = array($links_count); $cInfo_array = array_merge($make_array_link_categories, $make_array_link_categories); } // $cInfo_array = array_merge($link_categories, $links_count); $cInfo = new objectInfo($cInfo_array); It took a while to figure it out but now every thing works and I have been able to install version 1.09 and it works great Philip
  13. Matt, apparently you are running a version of php which can not handle a negative value for limit . Take a look at post # 66 in this thread. Jack_MCS has offered a sql statement that should correct the divide by zero problem Philpoxon
  14. Jack, I used the database update suggested and that has fixed the problem on the main links manager page. The version I have installed (1.02) is based on version 1.01 for the catalog and has a new version of the admin added to it When I installed your version (1.05) I replaced all files in the admin section with the new ones provided for you. I tried to run the database setup but it aborted because i already had installed the software. PhilPoxon
  15. Jack, I just upgraded from Links Manager for osC_v1.02 to your newest version 1.05 on 05/19/05. I copied the files as provided in the zip file. Upon entering my admin section and clicking on links manager these are the errors i received: Errors ocurring in /admin/links.php?page=0&action=new Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/ipocnug/public_html/catalog/admin/links.php on line 182 Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/ipocnug/public_html/catalog/admin/links.php on line 182 Warning: reset() [function.reset]: Passed variable is not an array or object in /home/ipocnug/public_html/catalog/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/ipocnug/public_html/catalog/admin/includes/classes/object_info.php on line 18 Errors occuring in /admin/links.php?links_status_list=All&search= Warning: Division by zero in /home/ipocnug/public_html/catalog/admin/includes/classes/split_page_results.php on line 33 Warning: Division by zero in /home/ipocnug/public_html/catalog/admin/includes/classes/split_page_results.php on line 50 I reverted to my old version and had no problems. But each time i have tried to reinstall the new version these are the errors that show up PhilPoxon
×
×
  • Create New...