• Resolved aledef

    (@aledef)


    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

    (@tuxlog)

    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

    (@aledef)

    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

    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 6 years, 10 months ago by vanilla74.
    Plugin Author tuxlog

    (@tuxlog)

    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.

    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

    (@tuxlog)

    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…

    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

    (@tuxlog)

    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

    (@tuxlog)

    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.

    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 6 years, 10 months ago by vanilla74.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘HTTPS issue’ is closed to new replies.