Jump to content

Jonathan Sachse Mikkelsen

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Jonathan Sachse Mikkelsen

  1. On 2/3/2017 at 8:56 PM, Giulio_. said:

    Maybe a wrong copy/paste. Without those lines it works perfectly!

    I'm experiencing the exact same problems... 

    and i'm getting this:

    gnome-shell-screenshot-DKFEF0.thumb.png.0f48b9bfa3321d08dd305912fa48aebe.png

    i'm guessing there shouldn't be the <!--  --> comment there..

    how do i make it...  NOT be there!?

     

  2. I all of a sudden am getting this exact same error, in my local install. 

    I've cleared the cache, i've looked at the .htaccess.

    my AJAX response looks like this... i have no idea what to look for and/or how to fix it!?

    gnome-shell-screenshot-CUPJF0.thumb.png.145350095270ae09d473e973f79abc10.png

    This happened out of the blue after sitting and developing the site. 

    everything in admin works, except any hierarchy tree rendering. 

    Even the drop down menu's hierarchy tree's cant render:

     gnome-shell-screenshot-AKNAF0.png.483b0e895e1e5e7a6e3d9f285b2e5e0a.png 

    but i can access the individual pages fine.

     

     

    looking at this post: 

    i see someone having an JSON.parse error and they seem to solve it, but i just don't get how.

    gnome-shell-screenshot-DKFEF0.thumb.png.0fc00a6c87c1e25f62c320332d5190b5.png

    i'm guessing i need to have the <!--  --> part removed somehow. Question is.. how!? The linked post doesn't provide an answer for the "how". 

  3. Hi. in relation to this post. when creating a fieldset like this:

     $field = new Field();
     $field->type = new FieldtypeFieldsetOpen();
     $field->name = $sanitizedName;
     $field->label = $fieldLabel;
     $field->save();

    is there any method to have it be collapsed (in admin) by default?

  4. pfffffff... ok everyone thanks for the replies!

    but i think i just found the problem.

    The client hadn't filled out the subject line field in the back-end, so i was trying to send emails with no subject lines.

    so i guess all the send requests got filtered by a spam filter or something, or they were just invalid. But now they are being send.

    Stupid mistake, which took way too many hours to correct! But that's web development for you i guess ? 

    • Haha 1
  5. 1 minute ago, adrian said:

    Unfortunately this is probably a path to disaster these days - spam has made email painful and I think the only reliable option these days is to go with a transactional email service like MailGun, Postmark, SendInBlue etc. And be sure to spend the time to learn about and properly implement DKIM, SPF, and a DMARC policy.

    ugh..ok.

    but... it works fine from my localhost dev server though?!

  6. On 11/11/2019 at 2:53 PM, Peter Knight said:

    Are you using an SMTP service to send emails through? IE PostmarkApp, MailGun, SendinGrid etc

    I'm using the clients webmail server from their webhost service. 

  7. On 11/11/2019 at 4:24 PM, horst said:

    What is the debuglog saying which server is connected, what is the servers response, what is the transfer protocol etc etc. 

    the debug log from the debugsend() method should tell what happened. 

    Hi Horst i attached the debug log. to me it looks like it successfully connected to the smtp server drafted the email and send it... but i guess i'm missing something, so if you feel like having a look i would be very happy ? 

    wiremailDebug.txt

  8. Hey everyone.

    I've build a site with a couple of form/email functions using WireMailSmtp.

    Everything worked fine in my localhost server during dev, but now when the site is online no emails are being send, and i'm getting no errors (not with TraceyDebug or the debugsend(1) method, nor the connection test in the config module).. just no email are being send. 

    only thing i can maybe suspect is the problem, is that the live site is secure using https and webserver refuses login with SSL (!?? i honestly don't know if that makes sense, i'm a bit of noob when it comes to SMTP ), but disabling https doesn't fix it. And then also, i don't get exactly what the "Local Hostname" in the configuration should be!?

    If anyone has any idea of what might be the problem I would be super grateful. I've scoured this thread for any relevant solutions, but so far still no emails ?

  9. 4 minutes ago, bernhard said:

    Mollie has a service called Plink for that purpose. You can create one-time-payment links for free or reusable payment links for 0,25€ per payment (plus transaction fees). You have the option to let the user choose the amount or you can define the amount via url segments:

    https://useplink.com/payment/THH3bbdKuUrsdtFrdwVA/EUR5 --> description = PW-Demo, amount = 5€, will redirect after payment to this forum topic

    So the easiest would be to create a simple form where you let the user choose the amount (if necessary), after submit you send the user to the plink endpoint and if you want you can redirect the user back to your website after payment (that costs again 0,25€ per payment).

    This feels like exactly what i was looking for actually! thank you so much. Also don't understand how i even missed that ?

    4 minutes ago, dragan said:

    The most simple is probably a Paypal button.

    i agree, but the client wants all the payment methods that Mollie provides. 

     

  10. I'm developing a site where the client wants a one time donation form with Mollie payment integration.

    I've been using PW for about 3 years now (and of course loving it ?), but have absolutely no experience with any form of webshop functionality and after a full day of googling around I find myself utterly stuck in how to make this happen...

    Is there anyone out there that could point me in a direction of the simplest solution possible? I really don't want to, nor am i capable right now, to be developing a fully fledged webshop for this small feature on this particularly site ?, so any help is greatly appreciated! 

     

  11. Hey BitPoet... sorry for not responding but for some reason this reply box disappeared for a while, and i forwarded the problem to the host and then sort of went on holiday and forgot all about it 

    Unfortunately they don't seem to have fixed the issue yet.

    anyway.. just wanted to be a good sport and acknowledge your kind help :) 

  12. Hi everyone

    I've hit an error i can't seem to find a solution for. I build this website (www.petervigh.com) last year with processwire, and this week this error started showing up when my client tried to login:

    Catchable fatal error: session_regenerate_id(): Failed to create(read) session ID: memcached (path: nfs01.cl2000.ams1.nl.leaseweb.net:11211) in /srv/psa03/petervigh.com/httpdocs/wire/core/Session.php on line 728

    Recoverable Fatal Error: session_regenerate_id(): Failed to create(read) session ID: memcached (path: nfs01.cl2000.ams1.nl.leaseweb.net:11211) (line 728 of /srv/psa03/petervigh.com/httpdocs/wire/core/Session.php) 

    The site has been up and running for many months and i have done no maintenance or updates on it since it went live and has been working flawless so far. 

    I've had no luck with googling this error, and I've no idea how to go about this.

     

    This is my first time posting on this wonderful forum that has proven a very valuable source of troubleshooting since i started working with processwire a year ago. :)

    hope to receive some valuable tips and bear with me for my less than great knowledge of php in general

     

    Jonathan 

     

     

     

×
×
  • Create New...