Jump to content

filipstudio

Members
  • Posts

    51
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

filipstudio's Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. Thank you for the reply, Nemo1. I run PHP Version 5.4.36., but since my website was down for several days I decided to test another open source e-commerce platform which seems easier to configure, very customizable, and quite fast. I ran into these problems while trying to upgrade from 1.6.0.6 to 1.6.0.11 using Softaculous (because 1-click upgrade didn't work in my case either). The upgrade stalled at 95% and messed up my old installation. Maybe I should have kept the older version without trying to upgrade it... Thanks anyway.
  2. Thanks Orphee, but it looks like it was something else. I enabled error reporting and this is what I get on the home page: Fatal error: Call to undefined method mysqli_result::fetch_all() in /public_html/classes/db/DbMySQLi.php on line 112
  3. Thank you, Nemo1. Is there a way to find out how to do this in a few simple steps? This message shows up when the error reporting is enabled: [PrestaShopDatabaseException] Link to database cannot be established: Access denied for user 'xxxxxx'@'localhost' (using password: YES) at line 47 in file classes/db/DbMySQLi.php 42. else43. $this->link = @new mysqli($this->server, $this->user, $this->password, $this->database);44. 45. // Do not use object way for error because this work bad before PHP 5.2.946. if (mysqli_connect_error())47. throw new PrestaShopDatabaseException(sprintf(Tools::displayError('Link to database cannot be established: %s'), mysqli_connect_error()));48. 49. // UTF-8 support50. if (!$this->link->query('SET NAMES \'utf8\''))51. throw new PrestaShopDatabaseException(Tools::displayError('PrestaShop Fatal error: no utf-8 support. Please check your server configuration.'));52.
  4. After trying to upgrade from 1.6.0.6 to 1.6.0.11 using Softaculous (the 1 click upgrade din't work) my website doesn't work anymore. The upgrade stalls each time at 95%. Now while visiting the website I get an error 500 message and when I try to log into the backoffice I always get this message: Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'xxxxxxx'@'localhost' (using password: YES) Can someone please help? Thank you.
  5. Thanks Nemo, it works perfect now. It's a crucial tool for any online store, maybe it should be included in the default / official theme. Grazie!
  6. Hello Nemo, This feature seems great and it's extremely useful, but unfortunately I couldn't make it work on my website. I'm probably doing something wrong but can't put my finger on it. After clearing the cache everything stopped working and the homepage became blank. How can I make it work? Thanks. Filip
  7. Only a few small ones show up, or other images from other websites linking to mine.
  8. Out of 134 images submitted, Google indexed 0. Is there a way to fix this problem? I'm using Google Sitemap module. Thank you.
  9. Hello, I tried this fix too, but nothing seems to change. My situation is slightly different: there's only a site description, a blank icon (with a question mark) and there are no products whatsoever. I've never had this problem with 1.5 and can't understand what is misconfigured. http://filipstudio.com/modules/feeder/rss.php I've reinstalled the module, turned off the cache, but nothing worked. Is there a way to fix this? Thank you.
  10. I have the same problem. When I try to share something on Pinterest I get this (and a broken thumbnail): Whoops!You need to upload an image or provide the 'image_url' parameter
  11. No, about each new product added, visible also on the categories pages - there's a blue diagonal line with the word "NEW" on it
  12. I'm trying to either change or delete the blue diagonal banner which shows on the top-left corner of each new product <span class="new-box"> <span class="new-label">New</span> </span> Could someone please tell me how it is done? Thank you.
  13. I've installed the 1.6 into a directory before replacing the old shop (a 1.5.4.1) which was located under / Everything worked fine, the 1.6 was getting fabulous scores on GTmetrix (AA only), so I decided to replace the old store (which was working really slow) with this amazing new one. Unfortunately, after copying everything into the main folder, the .httaccess file didn't seem to work. I just had to use the old one (from the backup folder), as I couldn't figure out what was wrong with it. It looks like I ran into a new problem, and don't know how to fix it... GTmetrix tells me that: /modules/homeslider/images/2e3f14b3eca553046aaa12aa6d9d3b39d87df03c_slider03.jpg is resized in HTML or CSS from 1170x449 to 940x361. Serving a scaled image could save 58.9KiB (36% reduction). In firebug I see no scaled images (and they shouldn't be scaled, they're supposed to be 1170x449 not 940x361). Where did GTmetrix get these values from (940x361 instead of 1170x449) then, and why the same shop gets now only BB grades, instead of AA? Thank you.
  14. I just found out what was wrong. For some reason, all the customer groups had the "Show prices" option turned off. I've turned on, and now it works perfectly. Thanks for your help!
×
×
  • Create New...