Jump to content

ric3

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • First Name
    Eric
  • Last Name
    Bergevin

Recent Profile Visitors

415 profile views

ric3's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Found it. I had saved it in a file. Here's what I wrote (believe it was a copy paste from another thread: The default settings are 15 minutes, so the login is automatically terminated after 15 minutes of inactivity in the PrestaShop. This time can be easily adjusted in the following folder: classes / controller / AdminController .php Look for line 2288, where the following code is to be found: if ($this->context->cookie->last_activity + 900 < time()) { Changing 900 to 3600 increases the log-in period from 15 to 60 minutes.
  2. I found the solution a month ago, but I just upgraded to 1.7.1.2 and I'm having the same issue again. I will post it here as soon as I find it again. I think it had to do with editing one of the files. Will report back.
  3. Found a thread with people having the same problem in v1.7 about auto-upgrade. Solution: Go to > admin(xxxxxxxxx) > autoupgrade and in that folder change all folders to 0755 and all files to 0644 It will then work fine.
  4. Hey stan_va, I didn't find an exact solution, but I noticed that the new version (1.7.1.2) reports they have fixed it: Some of the most notable fixes are: Add a scrollbar for editor etc... Full list of changes: http://build.prestashop.com/news/prestashop-1-7-1-2-maintenance-release/ The One-Click Upgrade won't work for me, so I can't test it unfortunately. I'm getting the following error: PrestaShop Original version: Error Unable to check md5 files If anyone has a solution for that, I'd love to hear it. Hopefully this helps you a little, though. Eric
  5. Hello, I'm new to Prestashop, but I'm having a hard time finding out how to get a Fedex Carrier add-on for version 1.7. There doesn't seem to be anything available, and I find it hard to believe no one uses Fedex. Is there something else I should be doing to setup Fedex on my site? Thanks.
  6. I'm using 1.7.1.1 and need to have a lot of information on some of my products. The problem is that the description box, in the admin, won't expand bigger than about 28 lines, so I can't see/edit anything I type or paste past that point. This seems to be a glitch or bug, as all the text appears fine on the customer side. Just wondering if any one knows how I can fix this? Also, I'm using chrome. Haven't tested it in other browsers yet. Thanks.
×
×
  • Create New...