$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>SSL Partially breaking admin panel and elementor|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

SSL Partially breaking admin panel and elementor

matteradmin9PV0评论

I have recently installed a SSL certificate on my hosting server and I switched WordPress to SSL. The website is running normally, with no mixed content errors and everything is loading as it should. I have run search and replace for all links to replace with https.

The problem is the admin panel. For example when I go to themes and try to add a new one, I get no output and I have some errors in the console (see attached picture). Also when I try to edit a page built with Elementor, over SSL, it does not load. Also when over SSL, customize panel on the page does not load.

Everything is normal if I switch over to plain HTTP. My php version is 5.6

Update on the issue

The error is not shown anymore and I am not getting any error output on the console, nor I'm getting any errors logged, with WP_DEBUGGING enabled. The problems still persist.

In summary the errors are:

  • Add new theme page does not fully load, so does add new plugins
  • Edit using elementor does not work (elementor is not loading)
  • Customization menu does not load on the page

All the above errors are present when the website is over SSL. Any redirections, URL fixes have been taken care of.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far