Works as advertised, may need to make php.ini changes
-
Works as advertised, if you get this error :
“There has been an error with the API. Please make sure your API settings are correct and try again: The attachment <filename>.jpg could not be included in the request because it was empty.” <filename> was inserted to replace actual nameThen update your php.ini if your host allows you to with the following directive: (This is a minor security exposure)
allow_url_fopen = on
Thanks to Bradford Campeau-Laurion for helping us on this!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Works as advertised, may need to make php.ini changes’ is closed to new replies.