Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zalik22

Archived
  • Posts

    217
  • Joined

  • Last visited

About zalik22

  • Birthday 08/21/1979

Profile Information

zalik22's Achievements

  1. Hi, I have two questions, they are somewhat related. My user_tracking table is taking up too much space. I have google sessions in my table which usually adds a few thousand rows every time they visit. Is there a way to stop these google sessions from being recorded? Or is possible to purge the user_tracking table every week or so? Thanks!
  2. Hi, I was wondering if someone can help me out creating a file that has all the product numbers on the site and the inactive/active variable (so I want 2 columns in total). I have a lot of products on my site so when I update my site, it takes forever to download the file with all the easy populate information. Since I only need 2 columns, this would greatly reduce stress on the server. Can someone please help me out? Thanks!
  3. Check your tags, there is most likely a tr or td tag that is not closed. It will take you forever to find it in notepad, so download a program that helps. I recommend JEdit. Go on google and search for it. It's pretty good to modify php code or any other code. It color codes the tags and the brackets. In the future, always backup files. I take it that you modified this file and forgot to add/remove a tag. Good luck.
  4. Hi, I moved my catalog folder and I have a problem now. The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- XML document must have a top level element. Error processing resource 'http://www.mysite.com/sitemapindex.xml'. Please help! I have read the forum and can't find a solution.
  5. Hi I installed this contribution. Thumbnails are created in my catalog folder (equivalent to root) /thumbnails/images/images/folder1. I verified these are being created. Note the extra /images folder. I cannot move all my images up one folder, so can someone tell me how to change the code to make this work with my site? My DIR_WS_IMAGES in my configure.php is defined as /images. I am guessing something needs to be changed in my html_output file? Please help, I can post any files if you need to see them. Thanks!
  6. Hi, I created a new post because the old support thread appears dead. I installed this contribution. I have a red X when I try to enable the ImageMagic. I have a thumbnails folder in my root since my catalog files are in my root with chmod 777. Does anybody have any ideas what's wrong? Another Question: If the images are in different folders, do I have to change any code? Most people have their images in images/ but I have mine in images/images/folder1. If this is the problem, I would appreciate if somebody could direct me to the solution. Thanks! Thanks!
  7. I had a backup so I restored it. I got an email stating it was successful, but when I download the "old" files which were backed up, they are actually modified. Anybody have any ideas? Thanks!
  8. I installed the Image Magic contribution and it was working. Then I changed a few settings through admin and refreshed the website. After refreshing, the website does not load, instead I get a "page not found" error. Does anyone know what may be wrong and how to fix it? Thanks
  9. Question: If the images are in different folders, do I have to change any code? Most people have their images in images/ but I have mine in images/images/folder1. If this is the problem, I would appreciate if somebody could direct me to the solution. Thanks!
  10. Hi, I installed this contribution. I have a red X when I try to enable the ImageMagic. I have a thumbnails folder in my root since my catalog files are in my root with chmod 777. Does anybody have any ideas what's wrong? Thanks!
  11. I am trying to "Import from Temp Dir (temp/)" and my filename is products.txt. I get this error: Filename: products.txt Warning: file(/home/virtual/site14/fst/var/www/html/temp/products.txt): failed to open stream: No such file or directory in /home/virtual/site14/fst/var/www/html/btp/easypopulate.php on line 685 Warning: Invalid argument supplied for foreach() in /home/virtual/site14/fst/var/www/html/btp/easypopulate.php on line 690 line 685 is: $readed = file(DIR_FS_DOCUMENT_ROOT . $tempdir . $localfile); line 690 is: foreach ($readed as $read){ Any ideas? Please help! Thanks!
  12. What if you have more than 1 file in this directory? Is it supposed to bring up a "browse" window? I keep getting an error when I click on "Insert into DB." Please let me know. Does the file have to be named something specific? Thanks!
  13. After some more troubleshooting, no matter what ranges I click on, I get "Products under $20" to be displayed. In the shop_by_price.php file in the languages folder, I noticed that the header variable is defined as 'Shop By Price -' followed by the price ranges. My problem is that these ranges are not defined. When I click on a range, the only thing displayed is "Shop By Price -" and the right side is empty. This would probably explain why I get the same products displayed, regardless of what I click on. I noticed this same file does not have quotes in the ranges. "20" seems to have quotes around it, but 50 and 100 do not have quotes around it (the first of three arrays near the bottom). Ugghh...this contribution seemed so easy, yet I still get problems. If anybody has any ideas, please let me know. Thanks for your help!
×
×
  • Create New...