Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter fuocorav

    (@fuocorav)

    I 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).

    Thread Starter fuocorav

    (@fuocorav)

    I created .htaccess file and the permalinks are solved.

    Still no luck with login.

    Thread Starter fuocorav

    (@fuocorav)

    I 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?

    Thread Starter fuocorav

    (@fuocorav)

    I cannot login to reset the plugins. I removed the plugins completely.

    Still no luck.

    Thread Starter fuocorav

    (@fuocorav)

    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!

    Thread Starter fuocorav

    (@fuocorav)

    Otto, I see. Thanks! I’ll discuss it with him. Hopefully, he can fix it.

    Thread Starter fuocorav

    (@fuocorav)

    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.

    Thread Starter fuocorav

    (@fuocorav)

    [root@localhost etc]# cat /etc/resolv.conf

    search localdomain
    nameserver 10.7.1.3

    Thread Starter fuocorav

    (@fuocorav)

    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

    Thread Starter fuocorav

    (@fuocorav)

    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!

    Thread Starter fuocorav

    (@fuocorav)

    I run wp-cron.php again and it’s timed out, then I reloaded it again and the website is fast again.

    Thread Starter fuocorav

    (@fuocorav)

    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?

    Thread Starter fuocorav

    (@fuocorav)

    <!– 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.

    Thread Starter fuocorav

    (@fuocorav)

    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. . .

    Thread Starter fuocorav

    (@fuocorav)

    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.

Viewing 15 replies - 1 through 15 (of 28 total)