Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jps001

Pioneers
  • Posts

    44
  • Joined

  • Last visited

Everything posted by jps001

  1. Oke Thanks, Paul (Dutch Forum) send me to this topic. I will look for the right topic but my english is not so well ;) Jasper
  2. Hello, i installed the above contri but when i need the large image it is not in the .csv? Can someone help me out whit this. I have 1 small image and 2 large but in the .csv is only the small one. Regards, Jasper
  3. Hello, I have the same problem as DSeyir. When running standard mode it fails on memory so i set alternate mode. But even if i turn off standard pages etc. it fails. Here is the data i got when turning diagnostic output on Warning: gzopen(/sitemapproducts.xml.gz) [function.gzopen]: failed to open stream: Permission denied in /home/public_html/webshop/googlesitemap/sitemap.class_Alternate.php on line 338 ERROR: Google Product Sitemap Generation FAILED! Warning: gzopen(/sitemapcategories.xml.gz) [function.gzopen]: failed to open stream: Permission denied in /home/public_html/webshop/googlesitemap/sitemap.class_Alternate.php on line 338 ERROR: Google Category Sitemap Generation FAILED! Opening /sitemapindex.xmlFS_CAT /home/autospor/public_html/webshop/Server http://www.autosportparts.eu Save Path /WS_CAT /webshop/ Warning: fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/public_html/webshop/googlesitemap/sitemap.class_Alternate.php on line 353 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 24355 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 25379 ) ) [sAVE_FILE_COMPRESS] => Array ( [0] => Array ( [file] => /sitemapproducts.xml.gz [status] => failure [file_exists] => false ) [1] => Array ( [file] => /sitemapcategories.xml.gz [status] => failure [file_exists] => false ) ) [sAVE_FILE_XML] => Array ( [0] => Array ( [file] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) ) ca someaone help me out? Jasper
  4. Not a problem. I will contact my host. I guess it time's out because i have 24.000 items Thanks, jasper
  5. Helo, Do you mean Disk Space Usage 1206.52 / 1500 MB I am running a few sits from one host. But 300MB space left should be enough i think. Regards, Jasper
  6. Hello, I installed (well copy/past only) this conti. But now when i go to googlesitmap.index.php i get this message: Generated Google Product Sitemap Successfully Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 67 bytes) in /home/wielenon/public_html/autosportparts.eu/webshop/includes/modules/ultimate_seo_urls5/modules/Usu_Categories.php on line 119 Can someone help me? Regards, jasper
  7. Okay thanks Stupid of me i could have known it. :blush:
  8. Hello, On the shop of a partner he installed SiteMonito also. But he got a error now Warning: array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in /www/htdocs__///__includes/functions/sitemonitor_functions.php on line 148 I think some permissions are not good becasue he has 644 on many files inside the admin how to solve this? Regards, jasper
  9. Hello, I cant find it but i guess it whas already written here :blush: I installed SiteMonitor and it is up and running. When i press Manually Check for Hacked Files a short list is shown. But why skips sitemonitor 1707 files? And the admin folder is set to excluded but he still scans it? Srry for my bad english maybe thats why i did not fouond the answer :( Hope you can help me, Regards, Jasper
  10. Found it in index.php change $listing_sql .= " order by p.products_sort_order asc"; to $listing_sql .= " order by p.products_sort_order asc, pd.products_name";
  11. I guess it is in index.php somewhere in sthis section if ( (!isset($HTTP_GET_VARS['sort'])) || (!ereg('^[1-8][ad]$', $HTTP_GET_VARS['sort'])) || (substr($HTTP_GET_VARS['sort'], 0, 1) > sizeof($column_list)) ) { for ($i=0, $n=sizeof($column_list); $i<$n; $i++) { if ($column_list[$i] == 'PRODUCT_LIST_NAME') { // BOF Product Sort $HTTP_GET_VARS['sort'] = 'products_sort_order'; $listing_sql .= " order by p.products_sort_order asc"; // EOF Product Sort break; } } } else { $sort_col = substr($HTTP_GET_VARS['sort'], 0 , 1); $sort_order = substr($HTTP_GET_VARS['sort'], 1); switch ($column_list[$sort_col-1]) { case 'PRODUCT_LIST_MODEL': $listing_sql .= " order by p.products_model " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_NAME': $listing_sql .= " order by pd.products_name " . ($sort_order == 'd' ? 'desc' : ''); break; case 'PRODUCT_LIST_MANUFACTURER': $listing_sql .= " order by m.manufacturers_name " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_QUANTITY': $listing_sql .= " order by p.products_quantity " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_IMAGE': $listing_sql .= " order by pd.products_name"; break; case 'PRODUCT_LIST_WEIGHT': $listing_sql .= " order by p.products_weight " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; case 'PRODUCT_LIST_PRICE': $listing_sql .= " order by final_price " . ($sort_order == 'd' ? 'desc' : '') . ", pd.products_name"; break; // BOF Product Sort case 'PRODUCT_SORT_ORDER': $listing_sql .= "p.products_sort_order " . ($sort_order == 'd' ? "desc" : '') . ", pd.products_name"; break; // EOF Product Sort But i am not a programmer so if someone can help me out, Greetings, Jasper
  12. Hello, i use this contribution and it works great. But ther is one thing i miss. some catagories i want too order on the item name lake appel, bread, c.. or 1001, 2005, 3.. for example. but since the install it orders very strange for items without a sort_order number. these products ar a few large catagories so sort by hand is too much work. can some one help me out. i just need some thing like no sort order number the sort desc or something Regards, jasper
×
×
  • Create New...