Jump to content

enigma32

Members
  • Posts

    120
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

enigma32's Achievements

Newbie

Newbie (1/14)

5

Reputation

1

Community Answers

  1. Further debugging.. when phone is set as required, form submit says id_country is not set
  2. But its not solved still... I populate all pre-existing addresses in database so they dont have blank/null phone fields. Submit address during test checkout with phone number and it goes to 500 page. No error reporting anywhere either.
  3. I'm having this same exact problem. It's sad, nobody is answering any questions regarding prestashop 1.7.x on here. You're left to fix things on your own. The product photo flickers to change to that attribute's photo, the hash in the URL changes, then it goes back to the original attribute. It's sad, nobody is answering any questions regarding prestashop 1.7.x on here. You're left to fix things on your own.
  4. https://viktorvizmeg.de/en/prestashop-1-7-module-list-fix/ It will at least make the default link goto your installed modules instead of the suggested page that takes 5 minutes to load. I'd like to remove that damn page completely, but more important things to get done first.
  5. Has anybody created new admin tabs for 1.7.1.2 before? I want to seperate the contact settings and IMAP settings from the "customer service" tab (AdminCustomerThreadsController.php) because why are customer service agents looking at our IMAP settings all day long, complete with plain text password? Even changing the password from text field to password field, they can accidentally break things and shouldn't be looking at settings at all. So I create two new files: AdminContactSettingsController.php with class declaration AdminContactSettingsControllerCore extends AdminController AdminImapSettingsController.php with class declaration AdminImapSettingsControllerCore extends AdminController I add both to ps_tab and ps_tab_lang tables properly and everything. Once trying to access the tabs, I get a fatal error on /classes/controller/Controller.php line 142 that the new tab classes are not found What am I doing wrong here?
  6. I skipped straight from 1.4.4.1 to 1.7.1.2, so I have a bit of a knowledge gap on changes in between. You say all other emails go through... does that include other payment modules as well? I know in older versions there was a 'status' subtab under orders, and you could actually disable/enable the emails for specific statuses. I don't see that option in 1.7 so not sure it exists in 1.6. Otherwise it likely is indeed caused by their module since you've isolated it to just this case. I've seen modules manually validate orders and update statuses and such, but you'd have to dive into the code to find the culprit.
  7. Ok well I feel foolish as its not prestashop's fault. If you run on AWS, the Bitnami LAMP images come with google's pagespeed module preinstalled and enabled. That is what is caching the CSS files. Thank god they thought to put 'pagespeed' in the filename or I'd never have figured that out! https://docs.bitnami.com/installer/components/pagespeed/
  8. I'm trying to work on the theming and it keeps caching the CSS file. Yes, I have CCC turned off. Yes, I have Caching turned off. Yes, I have force compile turned on. I am a longtime 1.4 user, so those are nothing new. But something that seems to have carried over from 1.4 is module files would still cache despite all those and you'd have to go clear out /tools/smarty/cache/ to force a refresh. To clarify: Theme CSS file is /themes/themename/assets/css/theme.css Seemingly randomly it will load that file directly and update the cache. Every other time, it loads /themes/themename/assets/css/A.theme.css.pagespeed.cf.Q3PBoA9zyN.css The obvious answer of deleting that file to force regeneration is a no go, file doesn't exist. Driving me nuts, please halp.
  9. Nevermind, problem solved. I was digging into why the file would fail to load, didn't think it would flat out not exist! I uploaded it for sure, but installer must have deleted it??
  10. Have you tried the suggestion in this thread: https://www.prestashop.com/forums/topic/271698-clicking-on-item-link-in-category-receives-http-500-internal-server-error/
  11. Same problem. The debug mode suggestion does nothing as it is a fatal error requiring finding it in the apache error logs. PHP Fatal error: Class 'PrestaShop\\PrestaShop\\Adapter\\Tax\\TaxRuleDataProvider' not found in /opt/bitnami/apache2/htdocs/app/cache/prod/appProdProjectContainer.php on line 2368 Can anybody point me in the right direction and save some of my hair from getting pulled out?
  12. (restating problem for google fu) Found this when having same problem trying to migrate from prestashop 1.4 to prestashop 1.6 install gives error: Database Server is not found. Please verify the login, password and server fields (DbPDO) Seems prestashop now tries to detect mysql, mysqli, or dbpdo for connecting and falsely detects dbpdo. I am investigating my server configuration still, but the quick fix was to force mysql method by commenting out lines 288-293 in /classes/db/Db.php
  13. Sorry to bump a long dead thread, but I'm running 1.4.8.2 for a wholesale site and looking to retain the minimum by value as it exists in presta already.... but i don't see where PS_PURCHASE_MINIMUM can even be declared aside from injecting it into the database myself
  14. I can post it some time this week, but it figures that only after creating one myself someone comes around with a proper solution
  15. Pressed0024: It's not a huge security issue *if* you know about it and deal with it, so that's why I disclosed that since it will be an issue with any zendesk integration. Not understanding the purpose of the iframes? Right now, I have SSO(single sign on) working and customers' zendesk tickets displayed on admincustomer page in a table, with links directly to ticket on zendesk. Also not seeing a lot of interest here to justify developing it beyond my own needs and packaging it all nice and pretty... will probably just drop a 'help yourself' zip file like my other work
×
×
  • Create New...