HI, Alfredo.
Please, share a printscreen.
Hi, Alfredo.
"messed up layout " doesn't say anything. That's why I ask you for a printscreen...
Hi, Alfredo.
This is not a 404 page... as you can see a part of profile page...
Please, post a URL so I could see it myself.
Michal wrote: Hi, Alfredo.
This is not a 404 page... as you can see a part of profile page...
Please, post a URL so I could see it myself.
Hi, Alfredo.
404 page is fine. You just have assigned module to position-1 so it's displayed on error page.
And on error page no css files are loaded... so module is distorted...
Just remove from ROOT/templates/socialize/error.php this lines:
<div class="navigation">
<?php
// Display position-1 modules
echo $doc->getBuffer('modules', 'position-1', array('style' => 'none'));
?>
</div>
Michal wrote: Hi, Alfredo.
404 page is fine. You just have assigned module to position-1 so it's displayed on error page.
And on error page no css files are loaded... so module is distorted...
Just remove from ROOT/templates/socialize/error.php this lines:
<div class="navigation"> <?php // Display position-1 modules echo $doc->getBuffer('modules', 'position-1', array('style' => 'none')); ?> </div>
Other page is and error 1064 in profile. It will happen if you use 0 as user ID. There is NO user with 0 item ID. Is anywhere on your site generated link to profile page with user id 0?