dvgulik
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Postings] Error after ApplyA 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?
Forum: Plugins
In reply to: [Job Postings] Error after ApplyI 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.
Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] Widget Import appears as blankThe 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.Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] Widget Import appears as blankJust solved my own issue:
In the php.ini file, there’s an “fopen” setting:
allow_url_fopen = OffI had to change it to:
allow_url_fopen = OnWhich allowed the import of the Widget settings.