• Hello,

    my site is pixionline.com

    i just cant access to pixionline.com/wp-admin

    there is a blank page opening, please let me know how may i resolve this,

    Index HTML structure:

    <html>
    <head>
    <title>PixiGraphics Official Website</title>
    <meta http-equiv="Content-Type" content="text/html; charset=big5">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (Untitled-1) -->
    <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
    	<tr>
    		<td>
    			<div align="left"><img src="images/Index_01.jpg" width="162" height="768" alt=""></div></td>
    		<td>
    			<div align="center"><img src="images/Index_02.jpg" width="706" height="768" alt=""></div></td>
    		<td>
    			<div align="right"><img src="images/Index_03.jpg" width="156" height="768" alt=""></div></td>
    	</tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    PHP index Structre:

    <?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’);
    ?>

    .htaccess structre:

    RewriteEngine On

    # Some hosts may require you to use the RewriteBase directive.
    # If you need to use the RewriteBase directive, it should be the
    # absolute physical path to the directory that contains this htaccess file.
    #
    # RewriteBase /

    Options -indexes
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]

Viewing 1 replies (of 1 total)
  • Try:
    – switching to the default theme by renaming your current theme’s folder inside wp-content/themes and adding “-old” to the end of the folder name using FTP or whatever file management application your host provides.

    resetting the plugins folder by FTP or phpMyAdmin.

    – re-uploading all files & folders – except the wp-content folder and the wp-config.php & root .htaccess files – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    – running the upgrade manually via wp-admin/upgrade.php

Viewing 1 replies (of 1 total)
  • The topic ‘wp-admin not loading, white page appearing’ is closed to new replies.