Jump to content

joe_g

Members
  • Posts

    323
  • Joined

  • Last visited

Recent Profile Visitors

4,929 profile views

joe_g's Achievements

Sr. Member

Sr. Member (5/6)

48

Reputation

5

Community Answers

  1. Hi there, I got this error on a site I've upgraded to 3.0.210. Could it be that this file wasn't upgraded for some reason, or do I need to wait for a new version? thanks!
  2. Thanks! Just checking. Yes, I for sure don't mind supporting this project.
  3. Hi there, I've got profields from 2020. They aren't entirely compatible with php 8.1. To update I need to buy a new full license? Or is there some other upgrade option? thanks!
  4. Ah yes, I updated from 3.0.165 to 3.0.210. Thanks for the suggestion, but it didn't make a difference. What happens is that the POST (with the login credentials) to the /processwire url gives a 404, which is strange since it's posted from /processwire.
  5. Hi there, I updated an older version and now I can't login. I suspect it has to do with the .htaccess somehow, since the POST gives a 404 somehow (which reloads the /processwire url somehow - not sure how that works to be honest). I had it happen a couple of times in the past but never really got a grip on why and how to fix it. I could reinstall PW and import the install, possibly, but hoping for a simpler solution thanks!
  6. Hi there, I upgraded a site for a client to 3.0.210. It seemed to work, but if i try to edit a page i get Fatal Error: Uncaught Error: Call to a member function set() on null in wire/modules/Fieldtype/FieldtypeRepeater/FieldtypeRepeater.module:724 I enabled debug mode, installed tracy. It worked ?! I then uninstalled tracy and removed debug mode. And it still works! What happened? Module cache something?
  7. Thanks everyone. I tried mailjet with smtp and it seems to work great!
  8. Hello, I suppose the answer is no, but I thought I'd check: Is there a decent processwire-friendly mail service for occasional transactional email (like, once a week)? Mailgun only allows to send emails to pre-validated addresses unless you pay 35 a month. The other services that has a WireMail module seemed similar, from what I can see? thanks, J
  9. Yes! Thank you. I see more interesting stuff I haven't seen before there, you can hide pages from regular editors. I remember that being an issue in the past. Nice
  10. Hi there, on ProcessWire 3.0.208 dev PHP 8.1: my editor user is missing a delete button, and I'm not sure why the role has global delete on the user can edit the template: I'm missing something, but I don't know what ! thank you, J
  11. After testing I can say that echo $padloper->cart->addProduct(1043); works fine, but however echo $padloper->cart->removeProduct(1043); does not work Why would that be?J
  12. Thanks, I'm mostly looking for a way to remove a product from the cart, I can't seem to find thatin the link you attached JJ
  13. Hi there, I think what would help is a very minimal setup, a demo without ajax/htmx, templating etc. In the absence of that, here is a super basic question: 1. How do I add and remove a product to the cart purely via the API? This is for me to understand the basics. I'm imagining it would be something like $cart = $padloper->getCart(); if(!$cart->addProduct(product_id)) { echo 'problems adding'; } if(!$cart->removeProduct(product_id)) { echo 'problems removing'; } tx J
  14. I get the same result from $padloper->remove(1190); by the way. The url seem to indicate the product is removed, but it isn't.
×
×
  • Create New...