Title: Fatal Error with SSL
Last modified: December 11, 2016

---

# Fatal Error with SSL

 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-with-ssl-2/)
 * Hello,
 * I’m getting a Fatal Error when using https:
 * `Fatal error: Call to undefined function Tonjoo\TOM\tom_https_link() in /httpdocs/
   wp-content/plugins/tonjoo-theme-option-maker/src/TOMShortcode.php on line 65`
 * Any advice?

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

 *  [tomrice](https://wordpress.org/support/users/tomrice/)
 * (@tomrice)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-with-ssl-2/#post-9157669)
 * In src/TOMShortcode.php, line 65
    Change: $tom_data = (is_ssl()) ? tom_https_link(
   $tom_data) : $tom_data; to: $tom_data = (is_ssl()) ? $this->tom_https_link($tom_data):
   $tom_data;
 *  [ageproem](https://wordpress.org/support/users/ageproem/)
 * (@ageproem)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-with-ssl-2/#post-9550501)
 * A big sorry we give no longer support for this plugin

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

The topic ‘Fatal Error with SSL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tonjoo-theme-option-maker_68ccbf.
   svg)
 * [Tonjoo Theme Options Maker](https://wordpress.org/plugins/tonjoo-theme-option-maker/)
 * [Support Threads](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tonjoo-theme-option-maker/reviews/)

## Tags

 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 2 replies
 * 3 participants
 * Last reply from: [ageproem](https://wordpress.org/support/users/ageproem/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-with-ssl-2/#post-9550501)
 * Status: not resolved