cancel
Showing results for 
Search instead for 
Did you mean: 

item page and content page blank

item page and content page blank

Hi there,

 

all item pages and content pages are blank..

 

What can be the issue?

 

Regards,

3 REPLIES 3

Re: item page and content page blank

Is it showing any error in source code? You can click right mouse button at the Firefox and choose view source.

If there any error what is it?

 

If there is nothing you may try to enable showing error at the website:

Add folowing code to your index.php file:

ini_set('display_errors', 1);
error_reporting(E_ALL);

 

Add it before umask(0); line.  It will looks like:

 

if (isset($_SERVER['MAGE_IS_DEVELOPER_MODE'])) {
    Mage::setIsDeveloperMode(true);
}

ini_set('display_errors', 1);
error_reporting(E_ALL);

umask(0);

 

Re: item page and content page blank

Hi,

 

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <style type="text/css">            html, body, #partner, iframe {
                height:100%;
                width:100%;
                margin:0;
                padding:0;
                border:0;
                outline:0;
                font-size:100%;
                vertical-align:baseline;
                background:transparent;
            }
            body {
                overflow:hidden;
            }
        </style>
        <meta content="NOW" name="expires">
        <meta content="index, follow, all" name="GOOGLEBOT">
        <meta content="index, follow, all" name="robots">
        <!-- Following Meta-Tag fixes scaling-issues on mobile devices -->
        <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport">
    </head>
    <body>
        <div id="partner"></div>
        <script type="text/javascript">            document.write(
                    '<script type="text/javascript" language="JavaScript"'
                            + 'src="//sedoparking.com/frmpark/'
                            + window.location.host + '/'
                            + '1und1parking6'
                            + '/park.js">'
                    + '<\/script>'
            );
        </script>
    </body>
</html>

why sedoparking ???

Re: item page and content page blank

Solved it ! Smiley Wink

 

Delete var/cache and session

 

also changed .htaccess

 

thanks