Jump to content

Jonathan Sachse Mikkelsen

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Jonathan Sachse Mikkelsen

  1. I'm experiencing the exact same problems... and i'm getting this: 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!? 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: 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. 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. ah thanks dragan, unfortunately i didn't get to test that in the end. I worked around the issue so i didn't need to have them collapsed after all. but looks like it should work.
  4. 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?
  5. 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 ?
  6. ugh..ok. but... it works fine from my localhost dev server though?!
  7. I'm using the clients webmail server from their webhost service.
  8. 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
  9. 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 ?
  10. This feels like exactly what i was looking for actually! thank you so much. Also don't understand how i even missed that ? i agree, but the client wants all the payment methods that Mollie provides.
  11. 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!
  12. 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 :)
  13. I honestly wouldn't know. I have no idea what that is bascally! How can i check that?
  14. 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...