fuocorav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot login WP dashboardI found a workaround. I downloaded the RSS file and switched to a new WP database and imported the RSS feed and it worked. The login worked.
However, the comments are lost. I wonder if there is an easier way to import comments for each post (there are only less than 50 comments, though).
Forum: Fixing WordPress
In reply to: Cannot login WP dashboardI created .htaccess file and the permalinks are solved.
Still no luck with login.
Forum: Fixing WordPress
In reply to: Cannot login WP dashboardI did. It’s a bad case. I’m moving to another topic. I tried to copy the SQL, wp_posts only and the phpmyadmin gave me an error. Is there a formatting issue or synatx issue that WP 3.0 contains that is different than early 2.0 version?
Forum: Fixing WordPress
In reply to: Cannot login WP dashboardI cannot login to reset the plugins. I removed the plugins completely.
Still no luck.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!Hi,
We are still figuring it out. DNS is in DMZ zone and so it’s hard to get the web server to communicate with the DNS server.
i wonder if I use IP address in the WP-options for WP address and Blog address will be using the domain name. Will it resolve the issue?
I do value your inputs and help…that’s what makes WP community so great!
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!Otto, I see. Thanks! I’ll discuss it with him. Hopefully, he can fix it.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!One more thing: I have no control over how the switcher is set up. I have to wait until next week to discuss it with the IT guy who may block outgoing port 80 traffic. If it’s not an issue, fine.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy![root@localhost etc]# cat /etc/resolv.conf
search localdomain
nameserver 10.7.1.3Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!I got the message:
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /opt/lsws/DEFAULT/html/test.php on line 2
Warning: fsockopen() [function.fsockopen]: unable to connect to csdr-cde.ca.gov:80 (Unknown error) in /opt/lsws/DEFAULT/html/test.php on line 2
Error: (172270024)I did run /etc/resolv.conf but permission denied. I’ll ask a friend to help me out on getting permission on /etc/resolv.conf
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!Hi Otto42,
You’re correct that it’s slow when creating a post. I have to reload wp-cron.php manually. Last night, I attempted to create a post and it was slow. So, I reloaded wp_cron.php manually and it was fast again, but I tried to delete a post and I could not do that. I have to trick it into saving it as a draft. It’ll disappear from the blog, but it won’t be deleted even I deleted it a few times. Later after dinner, it disappeared on its own. Maybe that helps determine the problem.
Now, I have a theory: the school’s blade server cannot get any “outgoing” HTTP requests. From the terminal, I cannot ping google.com, but the webserver is up and running. It appears that for this school, the switcher was set for the server to be opened only for “incoming HTTP requests”, not “outgoing” internet access or “outgoing” http requests.
I assume that when I create a post, it attempts:
1) to send out pings
2) to send out a job to wp-cron.php
3) it could be more???I noticed that the google xml sitemaps plug in cannot reach google and other search engines. (I already disabled it).
I did empty out the ping services (addresses) and disable ping options as I can.
Otto42, I did try to use your php script but I got this:
Parse error: syntax error, unexpected T_VARIABLE in /opt/lsws/DEFAULT/html/test.php on line 2
I do appreciate your big help and efforts!
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!I run wp-cron.php again and it’s timed out, then I reloaded it again and the website is fast again.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!Wait a minute…I just made a change in one post then I saved it. Guess what? It’s still slow.
again:
<!– 12 queries. 40.156 seconds. –>
I’ll try loading wp-cron.php again.
What’s causing this?
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!<!– 13 queries. 0.133 seconds. –>
bingo!
Thank you so much for saving my face at my work! I was the one who fought hard to get WP to run a school’s website instead on IIS MS Server 2003.
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!if (SAVEQUERIES) {
global $wpdb;
echo ‘<!–\n’;
print_r($wpdb->queries);
echo ‘\n–!>’;
}did not work…it just outputs like the text above. No results. I’m doing your second suggestion, commenting out the line including wp_hash.
I’m still waiting for it to be loading. . .
Forum: Fixing WordPress
In reply to: Slow WordPress – it drove me crazy!I looked all over for the solution and came across this topic:
https://www.ads-software.com/support/topic/107389?replies=14#post-674586
Since it runs on LiteSpeed server, I have no idea on how to solve it.
I recalled the same problem when I upgraded from 1.5 to 2.1 and it’s the same problem so I have to revert to 2.04 before overhauling the web server to run on CentOS and Litespeed.