Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mr_absinthe

Pioneers
  • Posts

    494
  • Joined

  • Last visited

Everything posted by mr_absinthe

  1. I did test and this is the result: From Site: Title -> Meta Description -> Absinth - kvalitní Absint s 35mg thujonu. Absinth Original Innocent přichází... Nezaměnitelná chuť pravého absintu. V Ab Meta Keywords -> absinthe, absint alkohol, absint, absinth, absinth original, pelyněk, kvalitní absint, pravý absinth From Settings: Title -> Manukový MED - Novozélandský manukový med z keře Manuka Meta Description -> Unikátní Manuka med je certifikovaný novozélandský med, který se díky svým ověřeným léčivým vlastnostem řadí k tomu nejlepšímu co nám může příroda nabídnout. Meta Keywords -> manuka, manukový med, med, novozélandský med, léčivý med, bio med I have replaced the includes/header_tags.php file with the new one from the contribution. I have double checked the head code change for the file in the shop and it is correct. It is working fine for other files. I have compared this file with the working one and see no difference apart from the name of the file.
  2. Jack, I'm still struggleling with the info pages... see the attached image - arrows are showing what is being also displayed on the page itself. No matter what I try, the page will not display its tags, it is displaying the default tags instead. Any idea what I might be doing wrong please? When I look in the headertags table in is written correctly there.
  3. Jack, can you please send me a screen shot of the complete configuration screen? It looks like I have some duplicite entries there so I'll have to delete some of the manually from the database.
  4. I have managed finally. However I am unable to achieve the correct setting to have for category and diferent for each product. All I want is different title for category and different for each product without the category. I have tried almost every possible combination with check boxes on product_info page and I can have one or another... ? If I check to Include Category and Product, then the category title is not displayed on viewing category but it is included on product page. I figured out! It is related to the index.php page, I have to keep Category and Product checked on index.php page (uncheck Root) and keep Product and Root checked on product%info.php page! :thumbsup:
  5. Thank you Jack for your swift reply, not sure what was wrong, I've been sitting here for hours - updating from version 2.4.9 believe it or not! I had to remove the old version first and manually change the database since the update php file was not working for me...
  6. The whole store is now broken unfortunately because Table 'xxx_yyy.headertags_social' doesn't exist despite the fact that I have disabled social in settings. Can you please give me the whole sql code including the INSERT INTO?
  7. Hi Jack, I'm manually updating and the following sql query is throwing errors: DROP TABLE IF EXISTS headertags_social; CREATE TABLE headertags_social ( unique_id int(4) NOT NULL auto increment, section VARCHAR( 48 ) NOT NULL , groupname VARCHAR (24 ) NOT NULL, url VARCHAR ( 255 ) NOT NULL, data TEXT NOT NULL , PRIMARY KEY (unique_id), KEY idx_section (section)) ENGINE = InnoDB); This is the error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'auto increment, section VARCHAR( 48 ) NOT NULL , groupname VARCHAR (24 ) NOT N' at line 2
  8. Not sure if there is still support from the developer but just in case there is... Despite the fact that I've excluded the data folder, I keep receiving the Identified files messages with weird filename ".": File count: 5281 FileSafe ran for: 5.31 seconds FileSafe paused 2 time(s) to unload server for a total of 4 seconds Actual parse time: 1.31 seconds FileSafe Identified Unknown Files: None FileSafe Identified Modified Files: /hosting/www/mystore.com/www/includes/modules/kiss_filesafe/data/. and Modified Files Identified: File Name: . File Path: /hosting/www/mystore.com/www/includes/modules/kiss_filesafe/data Last Modified: 24-02-2013 16:22:21 Inode Change: 24-02-2013 16:22:21 Group: 1001 Permissions: 0755 Executable: yes File Size: 4.00KB File Type: dir
  9. mr_absinthe

    Sage Pay Server

    @@Harald Ponce de Leon Hello Harald, since you're maintaining the Sage Pay Server contribution, I would like to ask you if you could have a look at the following issue: I run osCommerce 2.2-MS2 and I have installed latest Sage Pay Server - using inframe integration. The problem is that the shopping cart is not being emptied after a successful payment using the payment gateway. Since it is working fine for Check/Money Order module and also Bank Transfer module, I guess the problem is with the Sage Pay module. I have tested both, Low and Normal Profile Payment Page, nothing helps. I know that you're busy man, but I would much appreciate if you could have a look at it please.
  10. mr_absinthe

    Sage Pay Server

    I know that this topic doesn't get too much attention unfortunately but you never know... perhaps someone will reply. I have recently noticed that customer basket is not being cleared after a successful transaction, any idea why? I have the latest version Sage Pay Server v1.2. Does this require some sort of server setting or something? Because I believe that it was working just fine few weeks ago.
  11. :'( My own experience with NetBanx - too long and too expensive! Just in case someone will read this before signing with NetBanx, now part of optimal payments. I would like to share my experience here. I've been using NetBanx gateway for almost seven years and I'm so glad than I'm no longer with them now! Here are the main disadvantages: overpriced - their service is too expensive - expect 10% margin no selection of payment modules - such as inframe for example technical support is non existing - I was left with non working payment gateway over the weekend only to hear "we're so sorry" on Tuesday no 24/7 support - usually it will take few days to receive a reply backend administration - out of date, no record of failed transactions, without option to tweak settings, such as CV2, 3D, etc., no security risk monitoring their gateway will not work with older versions of osCommerce and may not work properly with the latest either So, do I recommend NetBanx? Definitely NOT! I'm with a different company now and it is like driving latest AUDI compared to an old Volvo.
  12. mr_absinthe

    Sage Pay Server

    Hello, I've just installed the latest version of the on my site v 2.2-MS2 and I'm facing the following issue with currencies. We are running a web site where we have prices displayed in several currencies but charge in GBP only. If the customer is having prices displayed in GBP and trying to checkout, all seems to be working fine, however as soon as the customer changes the currency to something else, the payment page doesn't load and throws an error. Is there a way of fixing it without forcing the prices on the web site being shown in GBP? We have quite a lot of customers in the US, therefore keeping prices in their local currency is a must. I know that it is possible to change the following code In chekout_payment.php file: from: tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL') to: tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, 'currency='.DEFAULT_CURRENCY, 'SSL') But it will display prices in GBP on the checkout confirmation. I would still rather have all prices displayed in customer's local currency if possible.
  13. Hello Jack, I would like to start tweaking new 2.3.3 version and I've noticed that it already should contain New Canonical Header Tag Module
 - Adds canonical meta links to the product information and category listing pages.
 How does it work with canonical tag feature within this contribution?
  14. Hi, I've tested on my test shop and it works fine and quite fast, however I've noticed that thumbnails and images in admin are not resized in correct proportions, Did I make a mistake or do I need to change something in settings. Also, the transparent gifs are not being changed correctly, it seems that they may have lost their transparency, but it could also be the problem of the original gif...?
  15. I've created php.ini with date.timezone = 'America/Chicago', uploaded to the root and the error is still there I'm afraid.
  16. I'm already using the latest (your) version and these are the lines that are showing the error: Line: 2439 if ( $cache['cache_expires'] > @[member='date']("Y-m-d H:i:s") ) { Line: 2516 $this->DB->Query("DELETE FROM cache WHERE cache_expires <= '" . @[member='date']("Y-m-d H:i:s") . "'" ); Line: 2567 $is_expired = ( $check['cache_expires'] <= @[member='date']("Y-m-d H:i:s") ? true : false ); The code wrap is changing the line, it should read $is_expired = ( $check['cache_expires'] <= @@date("Y-m-d H:i:s") ? true : false ); etc, no idea why it is inserting member.
  17. Hi Jack, I've noticed these errors related to the seo, any idea how to get rid of them? Error: date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead File: includes/classes/seo.class.php
  18. That didn't help I'm afraid, still the same problem - unable to unpack and also, the size of the file is different: emailed file: 905 KB directly downloaded: 662 KB
  19. OK, I've managed to sent the backup file by email via PEAR finally and I can confirm that the backup file is fine and can be unpacked without any issues. However when the PEAR fails and the backup is sent via standard mail function (PEAR Mail not found or insufficient to email backup, reverting to standard mail function), the backup file seems to be corrupted - I was unable to unpack - the archive is either in unknown format or damaged! It is pity because if there is no PEAR available, the email function is currently not usable, at least on couple of different servers I've tried.
  20. My host now confirmed that the PEAR mail with smtp & mime classes is installed on the server, however I'm still receiving the following warning when trying to email it: Warning, PEAR Mail not found or insufficient to email backup, reverting to standard mail function. They also sent me this link to configure th application: http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html
  21. Not sure if that is going to work without complicated function, adding just sleep(15); didn't work (500 error). So, I guess that using similar to this would have to be done: define('sleep_time',2); protected function serverUnload( &$iteration_time, &$script_slept ) { // Stop server overloading if ( ( microtime( true ) - $iteration_time ) >= $this->allowed_time_before_sleep ) { sleep( $this->sleep_time ); $script_slept += $this->sleep_time; ini_get( 'safe_mode' ) ? null : set_time_limit( $this->script_time_limit ); $iteration_time = microtime( true ); } } Just an idea anyway... I'm aware about instances but I thought that this might also work, no need to run twice or more times...
  22. A little hint what would be the best place to insert it...?
  23. Sure, understood and it's not such a big deal. But I believe that I still should be able to unpack the backup file even if it's sent via standard mail function, correct?
  24. OK, I've finally managed to update a test on two different servers. Here are some results: 1st PHP Version 5.3.10 after clicking "mail", the following warning was displayed Warning, PEAR Mail not found or insufficient to email backup, reverting to standard mail function. However the file was emailed fine. Unfortunately, I am unable to unpack no matter what I try (7zip, etc). When I download the same backup file directly from download manager, it is fine, I'm able to open it in any program. 2nd PHP Version 5.2.9 after clicking "mail", the following warning was displayed: Warning, PEAR Mail not found or insufficient to email backup, reverting to standard mail function. I've contacted my host and they confirmed, that PEAR is installed on the server. The backup was sent by email OK. Unfortunately, I am also unable to unpack it: backu_201204160633.sql.gz: The archive is either in unknown format or damaged! Same as on the 1st server, when I download the same backup file directly from download manager, it is fine, I'm able to open it in any program. I've noticed big difference in file size displaed: Emailed sql.gz file size 13,146 KB Downloaded (directly from backup manager) sql.gz file size 9,733 KB
  25. Jack, I was just curious, is it possible to include a sleep_time to avoid this annoying Fatal error: Maximum execution time of 30 seconds exceeded ? One one of my servers, I keep getting this error with so many larger directories excluded.
×
×
  • Create New...