Jump to content

rellik

Members
  • Posts

    58
  • Joined

  • Last visited

1 Follower

Contact Methods

Profile Information

  • Activity
    Agency

rellik's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Mail alerts v3.2.5 not working showing yellow asterisk
  2. I have the same problem with changing toll free. I edited the file en.php in block contact-translations and removed toll free. Under live-edit it is fine but the web site still shows toll free. Solved edited nav.tpl under themes - modules - blockcontact
  3. Found this in another forum and it works. This is the header for the forum [workaround] SSL stops redirect to Paypal using API I found it! The 1.4.7.0 release added code to the \classes\FrontController.php file starting on line 87. Below are temporary changes to make until an updated file is issued by the Prestashop team. I grabbed a few lines prior to and after the comments to make it easier to find. if ($this->ssl AND !Tools::usingSecureMode() AND Configuration::get('PS_SSL_ENABLED')) { header('HTTP/1.1 301 Moved Permanently'); header('Location: '.Tools::getShopDomainSsl(true).$_SERVER['REQUEST_URI']); exit(); } /* * Rhapsody Commented out offending code that breaks SSL redirect with Paypal else if (Configuration::get('PS_SSL_ENABLED') AND Tools::usingSecureMode() AND !($this->ssl)) { header('HTTP/1.1 301 Moved Permanently'); header('Location: '.Tools::getShopDomain(true).$_SERVER['REQUEST_URI']); exit(); } * * * end of Rhapsody Commented out offending code that breaks SSL redirect with Paypal ** */ ob_start(); /* Loading default country */ $defaultCountry = new Country((int)Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT')); $cookieLifetime = (time() + (((int)Configuration::get('PS_COOKIE_LIFETIME_FO') > 0 ? (int)Configuration::get('PS_COOKIE_LIFETIME_FO') : 1)* 3600));
  4. Having the same problem old images OK but new ones are poor quality Seemed to have solved my problem did the following Preferences - image- set as jpeg as all my images are jpeg set quality at 100 then regenerated thumbnails for products and all seems ok.
  5. Unable to change the date in BO stats it is locked on 26th June any changes i try it reverts back NO answer? No one else has this problem? 1.4.3 by the way
  6. Clean install of 1.4.2 but when I try to login to BO i get Invalid security token. Please help Can click to continue and all works but annoying
  7. Thank you that solved that problem but had 6 sql errors and no images are shown on the front office even though I copied over the .img directory. The name of the image is shown in back office but not the image itself.
  8. Tried to upgrade but get this message. file_put_contents(/home/insideco/public_html/config/../cache/cachefs/5/57061846651bb5b67fc3f57888b89f41) [function.file-put-contents]: failed to open stream: No such file or directory in /home/insideco/public_html/classes/CacheFS.php on line 51 Warning: file_put_contents(/home/insideco/public_html/config/../cache/cachefs/d/ddf4788547ee2ef5abbf6b8a6c4d2a2e) [function.file-put-contents]: failed to open stream: No such file or directory in /home/insideco/public_html/classes/CacheFS.php on line 51 Warning: file_put_contents(/home/insideco/public_html/config/../cache/cachefs/4/4e876b9ad76bcb7706f0497d1867449b) [function.file-put-contents]: failed to open stream: No such file or directory in /home/insideco/public_html/classes/CacheFS.php on line 51
  9. In module Mail alerts needs to be enabled
  10. I am running 1.4.017 and not getting an email when a new order is placed. test emails work OK and all the boxes are ticked as far as I know in order status. Any help would be appreciated. Solution: Mail alerts in modules was not enabled
  11. With the latest version there is only one option for paypal using API but customers are getting this message. 1. PayPal response: 2. TIMESTAMP -> 2011-03-17T22:21:42Z 3. L_ERRORCODE0 -> 10002 4. L_SHORTMESSAGE0 -> Security error 5. L_LONGMESSAGE0 -> Security header is not valid 6. L_SEVERITYCODE0 -> Error 7. PayPal returned error Web page was defaulting to http not https
×
×
  • Create New...