Title: HTTPS issue
Last modified: March 7, 2018

---

# HTTPS issue

 *  Resolved [aledef](https://wordpress.org/support/users/aledef/)
 * (@aledef)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/https-issue-20/)
 * Hi,
    I’m using WordPress v. 4.4.14, bbPress v. 2.5.8-5815, and wp-Monalisa v.
   4.4.
 * It all worked perfectly untill I turned on HTTPS
    Now if I enable wp-Monalisa
   plugin website (and admin panel) hangs ang I get a blank page.
 * Please help.
 * Tahnkyou
    Alessio

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

 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/https-issue-20/#post-10051616)
 * Hello Alessio,
 * I jsut installed wp-monalisa on a https site and it worked without any problems.
   The only thing I found was that you may not load the javascript in the footer.
 * Do you have any hints from debug.log for me so I can analyze what happened on
   your site?
 *  Thread Starter [aledef](https://wordpress.org/support/users/aledef/)
 * (@aledef)
 * [8 years ago](https://wordpress.org/support/topic/https-issue-20/#post-10057599)
 * Hi Tuxlog,
    I appreciate your helpfulness but the website is on a shared hosting
   so i can’t access the logs.
 * Anyway I solved the problem installing “TinyMCE Advanced” plugin plus a plugin
   wich provides Emoji for TinyMCE editor.
 * Alessio
 *  [vanilla74](https://wordpress.org/support/users/vanilla74/)
 * (@vanilla74)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10232356)
 * Hi,
    I have the same problem. After switching to https and activating monalisa
   I get a http error 500 for the admin-page, and on my front page all images have
   disappeared. I tried to delete the plugin, even deleted all hints of monalisa
   in the database, but no luck. As soon as I activate monalisa, everything’s broken.
   Thanks for your help, Vanilla
    -  This reply was modified 7 years, 11 months ago by [vanilla74](https://wordpress.org/support/users/vanilla74/).
 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10233260)
 * hello Vanilla,
 * can you give me some hints from your debug.log file?
    This would be a grat help
   to find the problem, since I can not reproduce it on my sites.
 *  [vanilla74](https://wordpress.org/support/users/vanilla74/)
 * (@vanilla74)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10233616)
 * Hi,
    these are the errors I found in the debug.log:
 *     ```
       Notice: unserialize(): Error at offset 0 of 1 bytes in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wp-monalisa.php on line 144
   
       Notice: unserialize(): Error at offset 0 of 1 bytes in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wp-monalisa.php on line 69
   
       Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wp-monalisa.php on line 71
   
       Notice: unserialize(): Error at offset 0 of 1 bytes in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wpml_comment.php on line 35
   
       Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wpml_comment.php on line 37
   
       Notice: unserialize(): Error at offset 0 of 1 bytes in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wpml_func.php on line 65
   
       Notice: unserialize(): Error at offset 0 of 1 bytes in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wpml_edit.php on line 64
   
       Fatal error: Call to undefined function get_blog_option() in /home/sites/site10/web/wp-content/plugins/wp-monalisa/wpml_edit.php on line 68
       ```
   
 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10247762)
 * Mhm, are you on a multisite installation or did you remove something manually
   from the database? Still can not reproduce the problem, so let’s get into details.
 * Please tell me:
    - which WP Version do you use?
    - which plugins?
    - which theme?
 * I will try to build a site like yours to reproduce the problem.
    I just release
   a new version of wp-monalisa which contains extension for use with rich editor
   and a compatibility fix for disable emojis. So, if you want to give it a try…
 *  [vanilla74](https://wordpress.org/support/users/vanilla74/)
 * (@vanilla74)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10249129)
 * It was indeed a multisite installation. But I removed / disabled multisite long
   ago.
    WP Version is 4.9.5. Theme is Mantra. Tested wp-monalisa with no other 
   plugin active, same error.
 * I managed to get it working by deleting the multisite check in your plugin.
 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10249160)
 * Great, so I have to check the multisite stuff which maybe has changed. I do not
   have a multisite installation on my own.
 * Thank you.
 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10251122)
 * Think I found it, when changing the domain or switching to HTTPS most users will
   use a plugin like better search and replace plugin to replace the old site url
   with the new one. This breaks the wp-monalisa settings in wp_options. I have 
   had a suboptimal condition for detecting multisite in my code for the backend
   and this leads to a multisite call on a single site. I have hopefully fixed this
   now and just release v4.6, which should work around this.
 *  [vanilla74](https://wordpress.org/support/users/vanilla74/)
 * (@vanilla74)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10251124)
 * You’re right, I used better seach and replace plugin after switching to https.
   
   I will test your new release now.
 * Edit: it’s working! Thanks a lot!!
    -  This reply was modified 7 years, 11 months ago by [vanilla74](https://wordpress.org/support/users/vanilla74/).

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

The topic ‘HTTPS issue’ is closed to new replies.

 * ![](https://ps.w.org/wp-monalisa/assets/icon-128x128.png?rev=1515306)
 * [wp-Monalisa](https://wordpress.org/plugins/wp-monalisa/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-monalisa/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-monalisa/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-monalisa/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-monalisa/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-monalisa/reviews/)

## Tags

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

 * 10 replies
 * 3 participants
 * Last reply from: [vanilla74](https://wordpress.org/support/users/vanilla74/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/https-issue-20/#post-10251124)
 * Status: resolved