Jump to content

benjAeby

Member
  • Posts

    23
  • Joined

  • Last visited

Everything posted by benjAeby

  1. Hi Bsmither, Good new: I just upgraded to 6.5.2 and it seems the bug has been fixed. All strings are displayed in the selected language! Thank you very much for your help, time and commitment!!
  2. Enabled plugins are: -All in one shipping [1.0.26] - Google analytics [1.1.1] - Paypal commerce platform [1.8.7] - Print order form [1.3.0] No snippets. I have no more open_basedir errors in debug since I set open_basedir to none in hosting settings. All sentences are listed in the admin language edition menu. Modified sentences (records in table Cubecart_lang_strings) are displayed in the selected language. All unmodified sentences are displayed as in definitions.xml
  3. Thank you very much for your help and time!
  4. The errors reported in the log are about open_basedir: [<strong>Warning</strong>] /home/httpd/vhosts/asaeby.ch/savonnerie-neptune.ch/classes/autoloader.class.php:96 - file_exists() [<a href='http://docs.php.net/manual/en/function.file-exists.php'>function.file-exists.php</a>]: open_basedir restriction in effect. File(/usr/share/php/Smarty_Autoloader.php) is not within the allowed path(s): (/home/httpd/vhosts/asaeby.ch/savonnerie-neptune.ch/:/tmp/)
  5. Sorry I deleted it. 84 was an obsolete value: using the maintenance tool to "analyse" this table. Number of records has been updated to 1, like in phpmyadmin.
  6. Core, include_path local and master value are both: .:/usr/share/php I could set 'open_basedir' to none and it has no effect on the language issue
  7. I switched to english, Archive is used here as the header for the column "Records".
  8. Here is the beginning of SESSION : SESSION: '__client' => 'ip_address' => ***.***.***.*** 'useragent' => Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 'session_start' => 1693519342 'session_last' => 1693519347 'language' => de-DE 'currency' => CHF 'admin_id' => 2 The language variable is defined I have some php warnings:
  9. Emails sent by Cubecart are in french (just checked with last "new order" email). Admin section is in french, which is the default language (Store settings/locale settings/default language)
  10. The table "CubeCart_lang_strings" has only one row. This row is the german value for "Add to basket" -> "Hinzufügen", which is displayed correctly when german language is selected. Here are the 40 first lines of "de-DE.xml": <?xml version="1.0" encoding="UTF-8"?> <!-- * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2014. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-2.0 http://opensource.org/licenses/GPL-2.0 --> <language version="2.0"> <info> <title><![CDATA[Deutsch]]></title> <code>de-DE</code> <character_set>utf-8</character_set> <version>2.0.0</version> <minVersion>5.0.0</minVersion> <maxVersion>6.*.*</maxVersion> <default_currency>EUR</default_currency> <text-direction>ltr</text-direction> <override/> </info> <translation> <group name="account"> <string name="already_registered"><![CDATA[Bereits registriert?]]></string> <string name="contact_details"><![CDATA[Kontaktinformationen]]></string> <string name="create_account"><![CDATA[Ich möchte ein Benutzerkonto anlegen]]></string> <string name="download_count"><![CDATA[Downloads]]></string> <string name="download_deleted"><![CDATA[Dieser Download ist nicht mehr verfügbar.]]></string> <string name="download_expired"><![CDATA[Abgelaufen]]></string> <string name="download_expires"><![CDATA[Läuft ab]]></string> <string name="enter_validation_key"><![CDATA[Bitte geben Sie nachfolgend Ihre E-Mail-Adresse und den Verifizierungscode ein und wählen Sie dann ein neues Passwort]]></string> <string name="error_address_added"><![CDATA[Adresse konnte nicht gespeichert werden.]]></string> <string name="error_address_billing"><![CDATA[Bevor Sie fortfahren können, müssen Sie eine Rechnungsadresse eingeben.]]></string> <string name="error_address_delete"><![CDATA[Adresse konnte nicht gelöscht werden.]]></string> <string name="error_address_not_found"><![CDATA[Adresse konnte nicht gefunden werden.]]></string> <string name="error_address_updated"><![CDATA[Adresse konnte nicht aktualisiert werden.]]></string> <string name="error_details_updated"><![CDATA[Ihre Informationen wurden nicht aktualisiert.]]></string> There is one other file with de-DE in the filename : "email_de-DE.xml". Here are the first lines: <?xml version="1.0" encoding="UTF-8"?> <!-- * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2014. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-2.0 http://opensource.org/licenses/GPL-2.0 --> <emails version="2.0" language="de-DE"> <email name="admin.password_recovery"> <subject><![CDATA[Admin-Passwortwiederherstellung]]></subject> <content type="html"><![CDATA[<p>Sehr geehrte/r {$DATA.name},</p> <p>um wieder Zugriff auf die Administrationsbedienkonsole des Shops zu bekommen, folgen Sie bitte dem nachfolgenden Link:</p> <p><a href="{$DATA.link}">{$DATA.link}</a></p> <p>Wenn der obige Link nicht funktioniert, kopieren Sie Ihn bitte in die Adressleiste Ihres Browsers.</p>]]></content> <content type="text"><![CDATA[Sehr geehrte/r {$DATA.name}, um wieder Zugriff auf die Administrationsbedienkonsole des Shops zu bekommen, folgen Sie bitte dem nachfolgenden Link: {$DATA.link} Wenn der obige Link nicht funktioniert, kopieren Sie ihn bitte in die Adressleiste Ihres Browsers.]]></content> </email> <email name="cart.order_complete"> <subject><![CDATA[Bestellung fertiggestellt]]></subject> <content type="html"><![CDATA[<p>Hallo {$DATA.first_name},</p> <p>wir freuen uns, Ihnen mitteilen zu können, dass Bestellung Nummer {$DATA.cart_order_id} fertiggestellt wurde. Wenn Sie materielle Waren bestellt haben, sollten sie in Kürze ankommen.</p>]]></content> <content type="text"><![CDATA[Hallo {$DATA.first_name}, wir freuen uns, Ihnen mitteilen zu können, dass Bestellung Nummer {$DATA.cart_order_id} fertiggestellt wurde. Wenn Sie materielle Waren bestellt haben, sollten sie in Kürze ankommen.]]></content> </email> <email name="cart.order_cancelled"> <subject><![CDATA[Bestellung storniert]]></subject> <content type="html"><![CDATA[<p>Hallo {$DATA.first_name},</p> <p>Bestellung Nummer {$DATA.cart_order_id} wurde storniert.</p>]]></content> <content type="text"><![CDATA[Hallo {$DATA.first_name},
  11. Here is the content of box.search.php (unmodified from Basix): {* * Basix CubeCart Template * ======================================== * Basix is a template developed by NiteFox * also known as NiteTower Design. * ======================================== * Web: https://www.facebook.com/CubeCartThemes * Email: [email protected] * License: http://nitefox.x10host.com/license.html * Disclaimer: http://nitefox.x10host.com/disclaimer.html *} <form action="{$STORE_URL}/search{$CONFIG.seo_ext}" class="search_form" method="get"> <div class="input-group search_container"> <input name="search[keywords]" data-image="true" data-amount="15" type="text" class="form-control search_input{if $CONFIG.elasticsearch=='1'} es{/if}" placeholder="{$LANG.search.input_default}" autocomplete="off" required> <div class="input-group-btn"> <button class="btn btn-default" type="submit" value="{$LANG.common.search}"><i class="fas fa-search"></i></button> </div> </div> <input type="hidden" name="_a" value="category"> </form>
  12. Hi, In the admin/languages: - French and German are enabled. - English UK and English are disabled. On front-end, flags and language is OK and documents are displayed in the selected language. The issue is about all common sentences ("Shop by category"...) in English only.
  13. Hello, I use cubecart since 2017 for an artisanal bio soap company (https://www.savonnerie-neptune.ch/) with 2 languages : french and german. I now have issue with language : only the english common sentences are displayed, regardless to the selected language. Document and product details are ok in the selected language. I already tried: - clear caches - changed default language for cubecart - reinstall languages packs + add english US for tests - checked the config (b64 encoded) : all seems ok, english, french and german are in the json string, active. - changed the skin (foundation -> basix -> foundation -> tweaked basix...) - Cubecart is up to date : 6.5.1. Could someone help me to debug this? Regards
  14. Hi BSmither, Thank your for your quick and detailed answer. Great fix! Best regards Benjamin
  15. Hi Stevanovich, I think I have the same issue. I noticed that it occurs only when the product description is truncated, as we can see in the attached screen copy: Hope this will help to find a solution. Kind regards Benjamin
  16. Good news! Could you please tell me where to find this file? I am unable to find it
  17. Hi all, My problem is solved now. That was my fault, and had no link with open_basedir or php settings. The mistake I made was to rename the admin_xxxxx.php file into a more convenient name! Renaming this file as it was at install solved the empty file list problem. Thank you for your help and for the good job done on cubecart! Benjamin
  18. Hi Dirty Butter and bsmither, I'm using a commercial host with plesk (12.5.30). I have access to open_basedir settings. cubecart is installed on a subdomain (not on the primary domain). I tried several open_basedir settings without success. I've send the error log to the hosting support... Regards
  19. Hi bsmither, error_log file is attached. Hope it will be solvable. Thanks
  20. Hi Dirty Butter, Thank you for your answer. Even if I manage to upload photos, the Product Listing FileManager box on the Images tab is still empty. If I try to update the file list, an error happens : "file list update impossible" Would you have any idea of what I'm doing wrong? Could the french language pack be an issue? Thanks
  21. Hello and Happy new year! I'm a new user of cubecart. Everything worked fine from installation to paiement methods (paypal + print order... only) but I can't put any image to a product! I already tried to reinstall but the problem remains : loading an image (<500kb) from product/image loads the image, save display the confirmation message, but no image is linked to the product... Thanks for helping me to solve this issue... Regards Benjamin
×
×
  • Create New...