jonfleming1
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Printing just a recipeDamn, how did I miss that? Perfect now. Thanks a lot.
Forum: Plugins
In reply to: [Print-O-Matic] Printing just a recipeAh, 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?
Forum: Plugins
In reply to: [Print-O-Matic] Printing just a recipeWell, the div method certainly works. Too bad it doesn’t print the dots or numbers of the list items.
Forum: Plugins
In reply to: [Print-O-Matic] Printing just a recipeJust 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…
Forum: Localhost Installs
In reply to: Blank pages in XAMPPOK, 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!
Forum: Localhost Installs
In reply to: Blank pages in XAMPPIt’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.
Forum: Localhost Installs
In reply to: Blank pages in XAMPPOh, 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'] );Forum: Localhost Installs
In reply to: Blank pages in XAMPPArghh, 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,…
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?
Forum: Localhost Installs
In reply to: Blank pages in XAMPPThanks. 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.
Forum: Plugins
In reply to: [SlickQuiz] No fields to fill in when creating a quizD’oh! Of course. It’s in there 516 times!
That fixed it. What a dope I am. Thanks.
Forum: Plugins
In reply to: [SlickQuiz] No fields to fill in when creating a quizHum. 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”
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’);”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.