Hmm... you are right, it does not seem to be your theme's problem. I can see that '/node' appears ok but '/node/83' appends '/node' to your file paths, which is strange.<br><br>Is your .htaccess file present? Is it the default one (unmodified?).
<br>What $base_url (if any) have you set in settings.php?<br><br><br><div><span class="gmail_quote">On 1/20/07, <b class="gmail_sendername">Dan KB6NU</b> <<a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well, I've just installed the foundation theme, which is supposed to<br>be usable with
4.7.x, and it's still doing funny things.<br><br>Dan<br><br>On Jan 19, 2007, at 4:39 PM, Cog Rusty wrote:<br><br>> The problem must be your theme. Your source html contains URLs such<br>> as:<br>> @import "/node/misc/drupal.css";
<br>> @import "/node/themes/foundation/style.css";<br>> <<br>> img src ="/node/themes/arrow/images/arrow_logo.gif"<br>> This suggests that you have relative links which are appended to<br>
> the path of the page you are viewing ('/node' is the default front<br>> page).<br>> You have to<br>> (a) Use a theme compatible with 4.7 (which uses<br>> '$base_url ."yourlink").<br>
> (b) In the content, don't use links such as src="files/myfile" but<br>> src="/files/myfile".<br>><br>> On 1/19/07, Dan KB6NU <<a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>> wrote: One of my websites,
<br>> <a href="http://w8pgw.org">w8pgw.org</a>, was running on a fairly old version of<br>> Drupal, so when I saw that 5.0 had just been released, I thought<br>> now's the time to upgrade. Since it was recommended that I upgrade to
<br>> the latest 4.x version, I downloaded and installed 4.7.5.<br>><br>> I got everything working, EXCEPT "clean URLs," which were working in<br>> the last installation. With clean URLs enabled, funny things happen.
<br>> The home page looks fine, but when I click on a "read more" link, the<br>> formatting goes away. For example, with clean URLs disabled, http://<br>> <a href="http://www.w8pgw.org/node/83">www.w8pgw.org/node/83
</a> looks fine, but with clean URLs enabled, the<br>> page doesn't seem to be picking up the theme.<br>><br>> Another odd thing is that when I run the clean URL test, it seems to<br>> pass the test fine, but when the settings admin page reloads, it's
<br>> also lost the theme.<br>><br>> Any ideas?<br>><br>> Regards,<br>><br>> Dan.Romanchik {<br>> profession = webdeveloper;<br>> url = <a href="http://www.webpublishinggroup.com">www.webpublishinggroup.com
</a>;<br>> phone = 734-930-6564;<br>> email = <a href="mailto:dan@danromanchik.com">dan@danromanchik.com</a>, <a href="mailto:kb6nu@w8pgw.org">kb6nu@w8pgw.org</a>;<br>> }<br>><br>> --<br>> [ Drupal support list |
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br>><br>> --<br>> [ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">
http://lists.drupal.org/</a> ]<br></blockquote></div><br>