Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Forum: Fixing WordPress
    In reply to: Odd problem in IE
    Thread Starter louisathelast

    (@louisathelast)

    …And of course that was the problem. Thank you for the help, sorry to be a pest. I’m still fairly new at all this and should have checked it in IE prior to uploading it anyway.

    Thread Starter louisathelast

    (@louisathelast)

    Fabulous. Thanks, I’ll give it a whirl.

    Thread Starter louisathelast

    (@louisathelast)

    I uploaded it all again, I made a new copy of the database and uploaded that too…nothing is working. I’m at a loss to understand what I’m doing wrong. I know the server is perfectly adequate for WordPress; you can do an automated install and I already have another WordPress website on the same server, working just fine.

    This is probably a stupid question, but is it possible to do a fresh, blank WordPress install using the host’s automated tool, then upload my theme, pages, and posts into that somehow? Or I could do a fresh install, then upload themes and plugins and then do a lot of copying and pasting, but I’m hoping to avoid that if possible.

    Thread Starter louisathelast

    (@louisathelast)

    I have five plugins activated. I just went through and systematically deactivated them one at a time, then checked the site after each one. No difference.

    My plugins:
    Calendar Press
    Contact Form 7
    Just a Quote Widget
    Super Transition Slideshow
    Tiny MCE Advanced

    Thread Starter louisathelast

    (@louisathelast)

    All right, I tried 1 and 3 (for the latter I just created an .htaccess file because I didn’t have one- see above). Neither seemed to make any difference; I’m still getting a blank page.

    I don’t appear to have access to the PHP.ini file- at least, I can’t find it, but then I don’t really know where to look for it, either.

    Thread Starter louisathelast

    (@louisathelast)

    One thing I have found…in a lot of answers that seemed like they might be at least a little applicable, there’s talk of problems with the .htaccess file. I don’t have one of those. Not in the uploaded version of the site, and not in the version stored on my computer (which was working perfectly in XAMPP), and not in the zip file I downloaded from WordPress in the first place. There’s an .htaccess in my cgi-bin, but the only thing in the file is: “Options -Indexes” . That’s it. I tried looking for some sample .htaccess files for WordPress, tried a couple of things, nothing seems to make a difference. I tried changing the Permalink structure in my control panel and got this message: “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.”

    This is what it gave me:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    And I did make an .htaccess file with that code in it. No dice.

    Thread Starter louisathelast

    (@louisathelast)

    No…I definitely do have an index.php file. All I deleted was the index.html placeholder file put in there by the host. I uploaded every single file, into the root directory, and looking at the file directory, everything looks fine. Here’s what the index.php file has in it:

    “<?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>”

    So as long as that’s correct, that should be fine.

    Thread Starter louisathelast

    (@louisathelast)

    Forgot to add: when I hit “View Page” on my pages in the WordPress administration area, I get a blank page except for this error message: “Error: This file can not be loaded directly”

    And the site is https://adamswartzpuppets.com

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