[support] Problem with 4.7.5 Clean URLs

Cog Rusty cog.rusty at gmail.com
Fri Jan 19 21:39:55 UTC 2007


The problem must be your theme. Your source html contains URLs such as:

@import "/node/misc/drupal.css";
@import "/node/themes/foundation/style.css";
<
img src="/node/themes/arrow/images/arrow_logo.gif"

This suggests that you have relative links which are appended to the path of
the page you are viewing ('/node' is the default front page).
You have to
(a) Use a theme compatible with 4.7 (which uses '$base_url ."yourlink").
(b) In the content, don't use links such as src="files/myfile" but
src="/files/myfile".

On 1/19/07, Dan KB6NU <kb6nu at w8pgw.org> wrote:
>
> One of my websites, w8pgw.org, was running on a fairly old version of
> Drupal, so when I saw that 5.0 had just been released, I thought
> now's the time to upgrade. Since it was recommended that I upgrade to
> the latest 4.x version, I downloaded and installed 4.7.5.
>
> I got everything working, EXCEPT "clean URLs," which were working in
> the last installation. With clean URLs enabled, funny things happen.
> The home page looks fine, but when I click on a "read more" link, the
> formatting goes away. For example, with clean URLs disabled, http://
> www.w8pgw.org/node/83 looks fine, but with clean URLs enabled, the
> page doesn't seem to be picking up the theme.
>
> Another odd thing is that when I run the clean URL test, it seems to
> pass the test fine, but when the settings admin page reloads, it's
> also lost the theme.
>
> Any ideas?
>
> Regards,
>
> Dan.Romanchik {
>    profession = webdeveloper;
>    url = www.webpublishinggroup.com;
>    phone = 734-930-6564;
>    email = dan at danromanchik.com, kb6nu at w8pgw.org;
> }
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20070119/a9905493/attachment-0001.htm 


More information about the support mailing list