Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter jonfleming1

    (@jonfleming1)

    Damn, how did I miss that? Perfect now. Thanks a lot.

    Thread Starter jonfleming1

    (@jonfleming1)

    Ah, thank you, the beta works. One minor annoyance remains.

    [print-me target=".main-container"]Print the entire post
    [print-me target="#recipe"]Print only the recipe
    <div id="recipe"><span style="color: #ff6600; font-weight: bold;">Judith’s Busy Day Cake</span>
    <span style="font-style: italic; font-weight: bold;">Cake:</span>

    prints:

    Print the entire postPrint only the recipe
    Judith’s Busy Day Cake
    .
    .
    .

    Why that first line, which precedes the div?

    Thread Starter jonfleming1

    (@jonfleming1)

    Well, the div method certainly works. Too bad it doesn’t print the dots or numbers of the list items.

    Thread Starter jonfleming1

    (@jonfleming1)

    Just the WordPress editor. Surprised there’s a blank p.

    It’s not my blog. The blogger is a web developer but a very WYSIWYG one, not a coder like me. I’ll see what can be done…

    Thread Starter jonfleming1

    (@jonfleming1)

    OK, figured out half the error messages. My wp-config.php didn’t have ‘WP_HOME’ or ‘WP_SITEURL’.

    Changed siteurl in the DB back to localhost with no issues. Don’t know what was happening before.

    Couldn’t figure a clean way to fix the CURL error but there’s no SSL involved so I changed $ssl_verify to 0.

    Now the only error is the RSS feed error which is expected.

    So this one’s done, now to see how many different problems I can generate upgrading!

    Thread Starter jonfleming1

    (@jonfleming1)

    It’s really old. Really really old. I forget where I saw it but it appears to be 2.9.2. There is a readme.html for version 3.1 but that may be left over from a failed upgrade attempt. Online it’s working with PHP 5.6, which the ISP is going to take away in a few months. Online the files are dated 3/4/2011.

    Thread Starter jonfleming1

    (@jonfleming1)

    Oh, and:

    1364  curl_setopt( $handle, CURLOPT_URL, $url);
    1365  curl_setopt( $handle, CURLOPT_RETURNTRANSFER, true );
    1366  curl_setopt( $handle, CURLOPT_SSL_VERIFYHOST, $ssl_verify );
    1367  curl_setopt( $handle, CURLOPT_SSL_VERIFYPEER, $ssl_verify );
    1368  curl_setopt( $handle, CURLOPT_USERAGENT, $r['user-agent'] );
    1369  curl_setopt( $handle, CURLOPT_MAXREDIRS, $r['redirection'] );
    
    Thread Starter jonfleming1

    (@jonfleming1)

    Arghh, this enterprise is cursed. I had almost this whole reply typed and hit a BSOD.

    I figured that PHPMyAdmin lied when it said the import succeeded. It did tell me “SQL Server has gone away” after that, but I assumed that the success message was true. It wasn’t. I increased the execution timeout to infinity and got a good import.

    The prefix matches. I found and changed the site URL. http://localhost failed, taking me to localhost/localhost/<subdirectory>. http://127.0.0.1 got me so close…

    I got to the dashboard! And it’s, well,…

    View post on imgur.com

    class-http.php:

    253 // Determine if this request is to OUR install of WordPress
    254  $homeURL = parse_url( get_bloginfo( 'url' ) );
    255  $r['local'] = $homeURL['host'] == $arrURL['host'] || 'localhost' == $arrURL['host'];
    256  unset( $homeURL );
    

    So something’s wacky with the site’s url, still. But what?

    View post on imgur.com

    Thread Starter jonfleming1

    (@jonfleming1)

    Thanks. Hm. OK, somehow the DB username and password I entered didn’t “take”. I got an error message access denied for user root. wp-config.php had DB user root and password root. So I changed those to the user and password I had set up.

    Now I can go to wp-admin/install.php and I’m told WordPress is already installed. When I click “Log in” I’m taken to the login page. Her username and password from the online installation don’t work.

    Any other page I try to load is still blank with no error messages.

    Thread Starter jonfleming1

    (@jonfleming1)

    D’oh! Of course. It’s in there 516 times!

    That fixed it. What a dope I am. Thanks.

    Thread Starter jonfleming1

    (@jonfleming1)

    Hum. I’m most comfortable with Firebug, so I looked in Firefox.

    Background: This is a test copy of the real blog with the url test.bioprocessblog.com. The console is throwing errors trying to link to the other copy:

    “NetworkError: 404 Not Found – http://www.bioprocessblog.com/wp-content/plugins/slickquiz/js/admin.js?ver=3.8.1&#8221;

    The only files on the site in which the string “bioprocessblog.com” appears are::

    “—- C:\Temporary\.htaccess
    RewriteCond %{HTTP_REFERER} ^.*bioprocessblog.com.*

    —- C:\Temporary\wp-config.php
    define(‘WP_HOME’,’http://test.bioprocessblog.com&#8217;);”

    So I don’t know where you are getting http://www.bioprocessblog.com. I don’t think that the .htaccess is doing it. I uninstalled and reinstalled the plugin and that made no difference.

Viewing 11 replies - 1 through 11 (of 11 total)