What do the URLs look like when you receive a 404? 

It *could* be that your Drupal installation is in a subdirectory which is part of the URL? For example, if a link is href="/node/1" and your site is located at http://localhost/my_drupal_site/ this link will break. If this is indeed the case, consider using virtual hosts via Apache to remove the subdirectory in the URL.

On Sun, Feb 13, 2011 at 5:14 PM, Kevin Anderson <kevinanderson1989@gmail.com> wrote:
Hi there,

    I have recently taken a existing drupal site offline and am running it locally on Aquaria. I have everything working except for a few pages. I am getting a 404 Error message and after some research it looks like it brings me to a line in the module.inc and it has a php syntax of $result = call_user_func_array($function, $args); I don't know if this means anything but it is what all the 404 errors are resulting to when it comes to a broken link.

Now the site online is working fine. But just running it loaclly these problems occur.

Is there anything I can do to fix this local broken link problem so I can see all my pages.


Cheers, Kevin Anderson



--
[ Drupal support list | http://lists.drupal.org/ ]