And then I tried to deactivate this plugin, and it’s works fine on Chrome, Edge and Firefox.
Any suggest?
]]>Here goes:
I downloaded a theme for a news website I’m registered under along with several other people. However, I downloaded it to my own personal Mac as I intended to work on it from home.
I then uploaded it, again from my personal Mac. It read that the installation was successful, but when I activated the theme, I got the white blank page. I’ve read some other threads about wp-content.php files
I do not have WordPress installed on my Mac. I am assuming that the computer in the office does, but I have to wait until the morning (it’s 3 AM where I am) to do so.
Basically, my question is, if I go ahead and install WordPress on my Mac, would I be able to make the changes to the folders I need to in order to remedy the problem?
If I were doing everything from my own computer (i.e. had WordPress installed), I’m pretty sure other threads would help me. But this is a bit different according to what I’m finding.
If that’s confusing, here’s the simplest way I can put it:
Computer1 and Computer2 share a blog. Computer1 has WordPress installed. Computer2 does not. Computer2 uploads a new theme and installs it “successfully”, but upon activation it shows a white blank screen.
How does this situation get resolved?
]]>I have actually re-installed many times, and still only could see the white blank screen.
My other sites still working fine.
I really don’t know how to resolve this issue??
my site is: www.haiccc.com
]]>Step 1. Renamed Plugins folder
Step 2. Renamed current theme “Easel” to WordPress “Twentytwelve”
Activated Debug and attempted to login:
[16-Apr-2013 18:51:10 UTC] PHP Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/onvigil7/public_html/wp-includes/functions.php on line 2959
Here’s the code from functions.php
/**
* Is the server running earlier than 1.5.0 version of lighttpd?
*
* @since 2.5.0
*
* @return bool Whether the server is running lighttpd < 1.5.0
*/
function is_lighttpd_before_150() {
$server_parts = explode( '/', isset( $_SERVER['SERVER_SOFTWARE'] )? $_SERVER['SERVER_SOFTWARE'] : '' );
$server_parts[1] = isset( $server_parts[1] )? $server_parts[1] : '';
return 'lighttpd' == $server_parts[0] && -1 == version_compare( $server_parts[1], '1.5.0' );
}
I hope you can help and your expertise is appreciated. If additional information is required please let me know. Thanks!
]]>It is installed in the root. Dashboard can be accessed but when I go to the site or try to view the pages/post = nothing but a white screen.
Do I need the original index.html (blank)? What triggers the index.php to load the blog and does it load into the index.html.
Why are my pages not displaying?!?! How do I fix this?
Your help would be much appreciated. Thanks!
]]>I’ve got the problem with the famous “White screen of Death” on this website: https://eco-technology.nv.hik.se/
I’ve updated -just some modifications on the texts- the website was on Sunday (6 th September) and only on Tuesday I’ve notice the problem.
I have others WordPress installed in the same domain: https://eco-technology.nv.hik.se/sida/ and https://eco-technology.nv.hik.se/stint/ and they are working fine.
I haven’t made any upgrade on this WordPress, nor modifications on the theme, nor plugins updates.
Anyway, I’ve tried to:
– Rename the plugins folders;
– Rename the themes names except the default;
– upload new files to themes folders;
– define(‘WP_MEMORY_LIMIT’, ’64M’); on wp_config.php;
None of those really worked and the site is still dead.
I run this website in a server at the university. I don’t have control panel or php administrator. I have only Mysql administrator. The wordpress version I’m using is 2.7.1.
Any idea how to fix this? Thanks in advance.
]]>