Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dvgulik

    (@dvgulik)

    A bit of an update. It is in fact sending the applications to the company email address now – they’re simply ending up in the junk folder.

    However, after submitting an application, I’m still getting the red “error” message, and there doesn’t appear to be any notification sent to the applying person’s email. Any idea why that’s happening?

    Thread Starter dvgulik

    (@dvgulik)

    I should also point out that the company uses Microsoft 365 for email, so I’m not sure if that would have something to do with the error. I figured the SMTP workaround might solve that if indeed the case, but no luck.

    Thread Starter dvgulik

    (@dvgulik)

    The php.ini will be located somewhere on your web hosting server.
    Some hosting providers make it easy to locate and edit via an admin console, others make it harder to find. If you can’t find it, you can always call your provider and talk to tech support. They should be able to help you out.

    Thread Starter dvgulik

    (@dvgulik)

    Just solved my own issue:

    In the php.ini file, there’s an “fopen” setting:
    allow_url_fopen = Off

    I had to change it to:
    allow_url_fopen = On

    Which allowed the import of the Widget settings.

Viewing 4 replies - 1 through 4 (of 4 total)