Jump to content

acc_azteca

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by acc_azteca

  1. Hi, y'all, I've been trying to upgrade my shop from 1.6.0.8 to 1.7.6.2 using the manual procedure. Everything seemed to be going smoothly until I ran the upgrade.php file from the command line. There, I got the following output: PHP Fatal error: Uncaught exception 'Symfony\Component\Debug\Exception\ContextErrorException' with message 'Catchable Fatal Error: Argument 1 passed to PrestaShopBundle\Translation\Loader\SqlTranslationLoader::addTranslationsToCatalogue() must be of the type array, boolean given, called in /var/www/html/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php on line 84 and defined' in /var/www/html/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:101 Stack trace: #0 /var/www/html/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php(84): PrestaShopBundle\Translation\Loader\SqlTranslationLoader->addTranslationsToCatalogue(false, Object(Symfony\Component\Translation\MessageCatalogue)) #1 /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php(381): PrestaShopBundle\Translation\Loader\SqlTranslationLoader->load('AdminActions.es...', 'es-ES', 'AdminActions') #2 /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php(277): Symfony\Compo in /var/www/html/src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php on line 101 Any idea as to how to fix this? I would greatly appreciate it. Regards, R.
  2. Hi, I just developed my first Prestashop site, so far so good, but when I accessed the site with my cell phone I noticed that there is no search bar, or at least I can't see it. Any ideas as of how to force the display of that element?
  3. Hi, I just developed my first prestashop website. It was designed for a medium-sized company that sells car accessories. It would be cool to get some feedback from you. URL: http://accesoriosazteca.com/
  4. If it isn't installed you can use grep too. The command would be something like grep "www.decktech.com" /path/of/your/site
  5. Yes, as far a I know ack doesn't require admin rights, but I don't know it it is installed in your server. If it isn't you should be able to install it on Windows.
  6. I think the easiest way to find the modified file is, using the Linux Terminal, install ack, then go to your prestashop directory and type "ack 'www.decktech.com'" this will return any file in which the program found the string www.decktech.com. Then after having a list of the corrupted files you can restore them to their original state.
×
×
  • Create New...