Jump to content

anpori

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by anpori

  1. Hello everyone... we were able to fix this issue while keeping php 5.6 and suhosin giving us the extra layer of protection What we did was to configure suhosin to accept NULL-ASCII variables by adding the following to the suhosin configuration [suhosin] suhosin.cookie.disallow_nul = Off suhosin.get.disallow_nul = Off suhosin.post.disallow_nul = Off suhosin.request.disallow_nul = Off Regards, Andres You can read more on the suhosin configuration from this link https://suhosin.org/stories/configuration.html specifically the quoted section below suhosin.request.array_index_whitelist Type: String Default: Example: "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" Defines a character whitelist for array indices allowed in user input. Note: This setting deactivates suhosin.request.array_index_blacklist.
  2. Hello... I'm having the same issue and I haven't had luck using the simple method. I'm currently using PrestaShop 1.5.6.2 and modifying the code on mycurrenttheme / shopping_cart.tpl from id="cart_voucher" to id="cart_voucher2" doesn't work. 1. I'm currently using a module called One Page Checkout for the checkout page and i tried modifying the file shopping_cart.tpl inside the module but still no luck. Using latest chrome version Version 39.0.2171.71 m 2. I'm currently using Paypal module ver 3.6.8. Paypal is not hooked to Pages Header (Technical name: Display Header) the only header hook i see is Administration Panel Header (Technical name: displayBackOfficeHeader) Any help would be really appreciated. Shop url http://www.caronboutique.com/mdc
  3. Whenever I change a category image in the backoffice and click save, the category i'm working on duplicates in the category list.(Please see attached image) I have done my research an now understand this happens because there is a new record added to the db in the table category_shop which gives the category a new position. Half the problem is solved, my question is how do i stop prestashop from creating this record every time a click save on a category Thanx! - Andres -
  4. Hey man!!! I was having the same problem and it was really bothering me wayyyy too much!!! Have you checked if you have a directory for every language inside the /mails directory? i.e. My site runs both in spanish and english so inside /mails i have 2 directories /mails/en and /mails/es and problem solved. I aslo changed some files from a friends installation, but i'm not sure that made much of a difference, but i'll double check and re-post
×
×
  • Create New...