Hi there,
all item pages and content pages are blank..
What can be the issue?
Regards,
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);
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 ???
Solved it !
Delete var/cache and session
also changed .htaccess
thanks