Jump to content

Anubis2702

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Anubis2702

  1. Fixed Somehow my prestashop generated wrong .htaccess files. I had to remove the first lines from .htaccess down to the comment # ~~start~~
  2. I need urgent help, I've read a lot of threads about this issue but I cant find a solution! The frendly urls of my prestashop 1.7.4.4 are not showing after I restored an 1 day older full backup. I tried recreating .htaccess but still not working. The real url to an image is working if I access it manually but the frendly url is blank. I dont see any error in logs, any suggestion ??
  3. Same upgrate here, different error: directory /src already exists error while copying file /src/.htaccess
  4. I found the fix, I just selected a shop context and now its working. I have a multistore and with all shops selected importing products is not working, even if I have "Store ID" field in the importing file. Thank you PS for wasting me another night from my life! Hope this will helps others.
  5. I installed a test ps on the same server and it is working, so it's not a server setup issue. I deactivated overrides but still not working. Any clues?
  6. Anyone could help me with this error when importing products? I tried everything from all types of files even the example file to all php.ini settings with no luck. I'm already sick of this ps, every day is a new challange The importing is successfully validating and stops at 0/173 products. However the first product is added. Here is the error I managed to find out: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("Unable to load template 'file:layout-ajax.tpl'")." at /var/www/vhosts/shop.ro/httpdocs/src/PrestaShopBundle/Resources/views/Admin/layout.html.twig line 34 edit: the persmissions are d 755 / f 644
  7. I found the solution for me, maybe this helps others too. The problem was that somehow I had some translations in ps_translation database, but the translation file xlf did not existed in themes/[theme_name]/translations/ro-RO and also the translated modules did not existed anymore in themes/[theme_name]/modules. The solution is to detele all translations asociated with the [theme_name] in ps_translation but after that you need to translate it again. Or if you want to keep the translations for existing modules this is what I did. Since there wasn't any xlf file in theme translations I exported the theme translation in BO translations page, uploaded to themes/[theme_name]/translations/[lang-code] and deteled all files that contained <file original="adminXXXXX"> istead of the translated file location. After that I cleared the translations from ps_translation database asiciated with the theme, since the translator is creating them automatically it detects the xlf files.
  8. Yes I've changed the module name/namespaces and now it is working with the legacy translator. Not sure what was wrong since it worked fine when I've buit it in ps 1.7.1 and the module name was dresscustomizator so no way ps use this name for any native modules. The strings are formated with mod='module_name' not d=
  9. Hi guys, anyone can help me with this weird issue? I have built my own module and the BO translator tries to translate it as a native module in index.php/international/translations and not in index.php?controller=AdminTranslations, obvious throws error 'There is no translation file available.'
  10. Hello, I created a module some time ago, I translated it with ps 1.7.2, but after I upgraded to ps 1.7.3 I get this error: There is no translation file available. All other modules are working. Please can anyone help me to fix it? I cant find a way to debug it, what could I do? Thanks
  11. Hello, After I upgraded from ps 1.7.2 to 1.7.3.1 I am unable to update some modules, this is the error I get: Cannot extract module in /httpdocs/app/cache/prod/sandbox/5acf6d7ce72fe/ to get its name. I checked and the sandbox is creating this folder with the permission 777. Can anyone help me to fix this?
  12. I found the issue. The module 'data mining' needs to be hooked in beforeBodyClosingTag to create new guests.
  13. Sorry, the version is 1.7.2.4. Please correct the title. I dont think its a bug since it was working. So I need to debug it myself. So anyone knows where to start?
  14. I dont know what I changed and when but my presta stopped creating new guest objects in ps_guests database table? I tried to disable overrides and nonnative modules but still not working. Anyone know what controller should create this object? Thanks
  15. Fixed. I've just replaced templates/{mytheme}/assets/js/theme.js with the default one from classic theme
  16. Hello, When I want to delete a product from cart I get this error log: Uncaught TypeError: Cannot read property 'cart' of undefined. The product is removed only after refreshing the page. Can anyone help me with this? store: http://ladies-tailor.ro/en/
  17. The translation page should work even if the language is not 100% translated, as it did until the upgrade. Now we cannot even translate it by ourselves because the page is getting this message and stops loading.
  18. Please help, I don't know what happened, suddenly it is not possible to select the size attribute, it reverts back to the initial one. http://ladies-tailor.ro/en/cocktail-dresses/11-1465-rochie-emily.html#/37-sizes-36/70-color-black I tried disabling non native modules and overrides but is still not working. I don't see any errors even in debugging Mode. Any clues?
  19. I have the same problem, but I don't think the solution is to delete the files . If I remove all 1.6 files i get "There is no translation file available." for a lot of modules. So, how to fix this? Any solution?
  20. Hello, When accessing the product page I'm getting this error: Uncaught ReferenceError: mtСombinationData is not defined at HTMLDocument.<anonymous> (product17.js:142) at fire (theme.js:3345) at Object.add [as done] (theme.js:3404) at jQuery.fn.init.jQuery.fn.ready (theme.js:3654) at product17.js:36 at mtDefer (product17.js:28) at product17.js:30 (anonymous) @ product17.js:142 fire @ theme.js:3345 add @ theme.js:3404 jQuery.fn.ready @ theme.js:3654 (anonymous) @ product17.js:36 mtDefer @ product17.js:28 (anonymous) @ product17.js:30 product17.js:149 Uncaught ReferenceError: mtLayout is not defined at mtCreateSelectorContainer (product17.js:149) at Object.<anonymous> (product17.js:53) at Object.EventEmitter.emit (theme.js:17592) at Object.<anonymous> (core.js:2557) at Object.<anonymous> (core.js:715) at fire (core.js:690) at Object.fireWith [as resolveWith] (core.js:711) at done (core.js:1513) at XMLHttpRequest.<anonymous> (core.js:1557) mtCreateSelectorContainer @ product17.js:149 (anonymous) @ product17.js:53 EventEmitter.emit @ theme.js:17592 (anonymous) @ core.js:2557 (anonymous) @ core.js:715 fire @ core.js:690 fireWith @ core.js:711 done @ core.js:1513 (anonymous) @ core.js:1557 And when I want to change the product combination I get this: Uncaught ReferenceError: mtLayout is not defined at mtCreateSelectorContainer (product17.js:149) at Object.<anonymous> (product17.js:53) at Object.EventEmitter.emit (theme.js:17592) at Object.<anonymous> (core.js:2557) at Object.<anonymous> (core.js:715) at fire (core.js:690) at Object.fireWith [as resolveWith] (core.js:711) at done (core.js:1513) at XMLHttpRequest.<anonymous> (core.js:1557) mtCreateSelectorContainer @ product17.js:149 (anonymous) @ product17.js:53 EventEmitter.emit @ theme.js:17592 (anonymous) @ core.js:2557 (anonymous) @ core.js:715 fire @ core.js:690 fireWith @ core.js:711 done @ core.js:1513 (anonymous) @ core.js:1557 Anyone know what happens? Thanks
  21. Hello, I'm trying to upgrade my prestashop, here is the errors: 8969 files left to upgrade. [Ajax / Server Error for action upgradeFiles] textStatus: "error " errorThrown:"Internal Server Error " jqXHR: " " Copied /vendor/doctrine/orm/lib/Doctrine/ORM/UnexpectedResultException.php. 8969 files left to upgrade. AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'Composer\\Autoload\\ComposerStaticInit5c8335184f9603fdebf76732d8cea342' not found in /var/www/vhosts/xxxxx/httpdocs/vendor/composer/autoload_real.php:34\nStack trace:\n#0 /var/www/vhosts/xxxxx/httpdocs/vendor/autoload.php(7): ComposerAutoloaderInit5c8335184f9603fdebf76732d8cea342::getLoader()\n#1 /var/www/vhosts/xxxxx/httpdocs/app/autoload.php(34): require('/var/www/vhosts...')\n#2 /var/www/vhosts/xxxxx/httpdocs/config/autoload.php(33): require('/var/www/vhosts...')\n#3 /var/www/vhosts/xxxxx/httpdocs/config/config.inc.php(34): require_once('/var/www/vhosts...')\n#4 /var/www/vhosts/xxxxx/httpdocs/admin0665wtiks/autoupgrade/ajax-upgradetab.php(34): require_once('/var/www/vhosts...')\n#5 {main}\n thrown in /var/www/vhosts/xxxxx/httpdocs/vendor/composer/autoload_real.php on line 34\n', referer: http://xxxxx/admin0665wtiks/index.php?controller=AdminSelfUpgrade&conf=6&token=
  22. Hello, I'm trying to set up a multi store with 3 shops. One of the problem, before many others, is the cache for modules used in different themes. For example, shop1 use theme1 with module ps_searchbar and shop2 use theme2 with the same module ps_searchbar. After clearing the cache, shop1 searchbar module shows good but after accessing shop2, the shop1 searchbar uses the tpl of the theme2 until I clear the cache again, and so on. I tried all cache setting, on and off, with multistore optimisation and without. Could anyone help me with this problem?
  23. I just manually deleted the last created categories from database and re-created new ones and now is working.
×
×
  • Create New...