Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Philo2005

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by Philo2005

  1. Great tool Jack, exactly what I was looking for! I miss only reorganization of the working files such as: - action_recorder - oscom_app_paypal_log Will these files be included in the procedure at some point?
  2. How much time is "86400" in years, month, days?
  3. Finally i got the new version working, but i must say your help was not very useful! But the module is great!
  4. Why not making an uninstall notification, it saves a lot of time for potential users.
  5. @raiwa The update instruction from version 1.3.2 could be improved. What exactly can be deleted of the old version while updating to 1.4.1?
  6. I downloaded store mode version 1 0 4 0 and in the root directory of the download is a file called storeMode.php (same directory as Documentation.pdf is). Is this correct and where should it go correctly ?
  7. You may add this statement to your version, cron jobs will not always take over the directory settings according the online requests. So for me the script works fine with Phoenix 1 0 7 10 without errors and warnings.
  8. I found out why the warnings comes up. I renamed the index.php file to gsm_prc.php. I adjusted the configuration table setting for 'GOOGLE_XML_SITEMAP_CREATE_NOW' to the new name of the script. (This because there is already an index.php file on Phoenix root directory which could be a problem.) The cron job could not attach the include files correctly because of wrong directory settings by the cron job itself. I therefore set the directory setting to the actual of the script.php when not running a browser online request. Here I have a proposal of how this could be solved: // set correct working directory for crown job // and select main directory for all // ------------------------------------------------------------ // chdir('/home/user/web/domain.com/public_html/catalog/googlesitemaps/'); if (! isset($_SERVER['HTTP_USER_AGENT'])) { // cron job chdir(__DIR__ . '/'); } chdir('../'); What do you think?
  9. well, the online version runs without notice and works correct, so if the cron job fails, i will run the online version afterwards to make sure, the sitemaps file will be generated properly. Anyway if I find something, i will let you know. thanks for helping.
  10. PHP Notice: Undefined index: SCRIPT_NAME in /home/www/web587/html/ishop/includes/system/segments/application/request.php on line 17 X-Powered-By: PHP/7.1.1 still same notification 😞 i added some echo commands to dump some variables on the index.php file for tomorrows run at night. These should be shown in the generated mail confirmation.
  11. okay Jack, thank you, i have copied file to production after i had a look to it, well in a few hours i will know more.
  12. PHP Notice: Undefined index: SCRIPT_NAME in /home/www/web587/html/ishop/includes/system/segments/application/request.php on line 17 X-Powered-By: PHP/7.1.1 Still the same message appears!
  13. Additional information: This message is shown only when running the cron job, when doing online creation this message is not shown. I found out that IP address of my cron job is 0.
  14. PHP Notice: Undefined index: SCRIPT_NAME in /home/www/web587/html/ishop/includes/system/segments/application/request.php on line 17 X-Powered-By: PHP/7.1.1 The last 2 errors are gone, thank you. The first message stays, attached the file of request.php of version 1 0 7 9. The following statement (line 17) in request.php generates the message: $PHP_SELF = substr(parse_url($_SERVER['SCRIPT_NAME'])['path'], strlen(DIR_WS_CATALOG)); Any idea? request.php
  15. Google XML Sitemap SEO - 1 0 7 9 Using the addon Google XML Sitemap SEO) (https://apps.oscommerce.com/QN8hJ&google-xml-sitemap-seo) I am getting some error message when running a cron job on php 7.1.1 of attached googlesitemap/index.php:  PHP Notice: Undefined index: SCRIPT_NAME in /home/www/web587/html/ishop/includes/system/segments/application/request.php on line 17 PHP Notice: Undefined index: REMOTE_ADDR in /home/www/web587/html/ishop/googlesitemap/index.php on line 49 PHP Notice: Undefined index: SCRIPT_FILENAME in /home/www/web587/html/ishop/googlesitemap/index.php on line 186 Status: 302 Found X-Powered-By: PHP/7.1.1 Somebody can help me? index.php
  16. Yes you got me 😝 but all works fine 😎
  17. @Jack_mcs Thanks for the fast respond! 1 - okay i deleted the file manually, maybe this should be mentioned at the end of point 3) in the "readme.txt" file of the add on. 2 - okay thank you for adding it to you to do list, this seems important to me to be present on google in more than one language . Have a nice day 🙂
  18. @Jack_mcs Your add on works fine to me, thank you for developing it. I have some questions to the add on: 1. After first time installation, can i remove google_xml_sitemap_seo_install.php from the root directory or is it still required? 2. I have set up 2 languages in my shop, German (default) and English. a) Is this add on supporting multi lingual or just one language? b) if only one language is supported, how do I tell google by the "xml files" my English description links eq parameters ?language=de or ?language=en? The description of articles, categories and manufactures in my shop are different in german and english! Thanks for responding
  19. @milerwan Hi milerwan 1. Having Problems installing your PayPal fee v2 with OSCOM CE Phoenix v1.0.2.5 and PHP Version 7.1.1 and mysqlnd 5.0.12 SQL Syntax Error on Insert (last line) about your comment in the SQL statement, did change it to the following: tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Ordre de tri', 'MODULE_ORDER_TOTAL_PAYPAL_SORT_ORDER', '4', 'Ordre de tri', '6', '5', now())"); --> removed ( ) from comments !!! 2. This module works fine now with "PayPal Payments Standard" on my installation (Maybe you should mention this in your installation guide) but it did not work with "PayPal Express Checkout" before. For this I had to find "PDT Identity Token" on Swiss PayPal side after 2 Hours Research, i dont know anymore, where it was Thanks for writing it! I am going to charge the custumer in future if he pays with PayPal . In Switzerland this is allowed!
  20. Yes I did install CE Phoenix … Yes the SSL test failed, so I dont have to worry anymore … It just confuses me, why this is still implemented.
  21. How do I install/update this file cacert.pem ?
×
×
  • Create New...