Hello everyone Is there a tutorial or manual for mappingkit module? Thank you very much for your responses.
Greetings.-
Hello everyone,
I just checked my log file on a site recently launched and it's filling up with "page not found" errors looking for the ie.css file from the zen theme. The problems is it's looking for it in the subdirectory I used for testing, which is strange because none of my other style sheets are doing that. Since it's Zen's ie.css file it's in the [if IE] html comment and that's the onlt difference I can see.
Anyone know where I could correct this?
thanks,
kyle
Kyle Smeby wrote:
Hello everyone,
I just checked my log file on a site recently launched and it's filling up with "page not found" errors looking for the ie.css file from the zen theme. The problems is it's looking for it in the subdirectory I used for testing, which is strange because none of my other style sheets are doing that. Since it's Zen's ie.css file it's in the [if IE] html comment and that's the onlt difference I can see.
Anyone know where I could correct this?
Maybe, admin/settings/performance and clicking Clear Cache will help.
-- Earnie -- http://www.give-me-an-offer.com
Thanks for the reply but neither cache settings, clearing or CSS optimizing (aggregation) touches the [if IE] commented css call from the zen theme.
I also should have mentioned that I'm using a sub theme of Zen--not that there's really any other way to use Zen but I thought I'd mention it.
Any other ideas out there?
thanks,
kyle
On Mar 12, 2010, at 3:53 PM, Earnie Boyd wrote:
Kyle Smeby wrote:
Hello everyone,
I just checked my log file on a site recently launched and it's filling up with "page not found" errors looking for the ie.css file from the zen theme. The problems is it's looking for it in the subdirectory I used for testing, which is strange because none of my other style sheets are doing that. Since it's Zen's ie.css file it's in the [if IE] html comment and that's the onlt difference I can see.
Anyone know where I could correct this?
Maybe, admin/settings/performance and clicking Clear Cache will help.
-- Earnie -- http://www.give-me-an-offer.com
-- [ Drupal support list | http://lists.drupal.org/ ]
I found the answer here: http://drupal.org/node/322300
Somehow my default theme had become disabled, even though it was the only one that had been enabled and that was messing with the "conditional-stylesheets" call in my theme's .info file.
thanks,
kyle
On Mar 12, 2010, at 11:11 PM, Kyle Smeby wrote:
Thanks for the reply but neither cache settings, clearing or CSS optimizing (aggregation) touches the [if IE] commented css call from the zen theme.
I also should have mentioned that I'm using a sub theme of Zen--not that there's really any other way to use Zen but I thought I'd mention it.
Any other ideas out there?
thanks,
kyle
On Mar 12, 2010, at 3:53 PM, Earnie Boyd wrote:
Kyle Smeby wrote:
Hello everyone,
I just checked my log file on a site recently launched and it's filling up with "page not found" errors looking for the ie.css file from the zen theme. The problems is it's looking for it in the subdirectory I used for testing, which is strange because none of my other style sheets are doing that. Since it's Zen's ie.css file it's in the [if IE] html comment and that's the onlt difference I can see.
Anyone know where I could correct this?
Maybe, admin/settings/performance and clicking Clear Cache will help.
-- Earnie -- http://www.give-me-an-offer.com
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
El vie, 12-03-2010 a las 01:40 -0300, Gustavo Cabral escribió:
Hello everyone Is there a tutorial or manual for mappingkit module? Thank you very much for your responses.
Greetings.-
2010/3/12 Leandro Monk monk@cafelug.org.ar:
El vie, 12-03-2010 a las 01:40 -0300, Gustavo Cabral escribió:
Hello everyone Is there a tutorial or manual for mappingkit module? Thank you very much for your responses.
Greetings.-
Thanks Leandro, already knew this site, unfortunately the site is very poor in content and basic things like post a mapfile is not explained. Do not know any other kind of help? Thank you very much for your time and response
Tine,
Hmmm,
Are all your caches cleared?
Shai
On Sun, Mar 14, 2010 at 8:22 AM, Tine Müller tinem@email.dk wrote:
No one have a suggestion for me, please?
Could it be some problems with CCK and Views not show the updated version and still say that there is Update available? No matter what I do I can't get it to NOT show. Maybe I did something wrong in the future as a beginner when I updated this modules or doesn't it matter that it shows the wrong version here?
/Tine
----- Original Message ----- *From:* Tine Müller tinem@email.dk *To:* support@drupal.org *Sent:* Saturday, March 13, 2010 3:41 PM *Subject:* [support] Need help with RSS Views
I really can't figure out why the 3 link which is for Roskilde do show ALL the nodes instead of ONLY for Roskilde. Hope someone can help. I have copied a lot of info that maybe can help you. http://www.tinemuller.dk/test_drupal/list_koebenhavn_feed København = 6 SELECT node.nid AS nid, node.created AS node_created FROM node node INNER JOIN term_node term_node ON node.vid = term_node.vid WHERE (node.status <> 0) AND (node.type in ('copenhagen')) AND (term_node.tid = 6) ORDER BY node_created DESC nid vid tid 1090 1091 6 -------------- Content type Copenhagen 1095 1096 6 -------------- Content type Copenhagen 1098 1099 6 -------------- Content type Copenhagen 1099 1100 6 -------------- Content type Copenhagen 1100 1101 6 -------------- Content type Copenhagen 1145 1146 6 -------------- Content type Copenhagen 1182 1183 6 -------------- Content type Kommune ----------- alternative URL node/6 - THIS SHOULD NOT BE SHOWED ON RSS
http://www.tinemuller.dk/test_drupal/list_odense_feed Odense = 7 SELECT node.nid AS nid, node.created AS node_created FROM node node INNER JOIN term_node term_node ON node.vid = term_node.vid WHERE (node.status <> 0) AND (node.type in ('copenhagen')) AND (term_node.tid = 7) ORDER BY node_created DESC nid vid tid 1157 1158 7 -------------- Content type Copenhagen 1158 1159 7 -------------- Content type Copenhagen 1159 1160 7 -------------- Content type Copenhagen 1183 1184 7 -------------- Content type Kommune ----------- alternative URL node/7 - THIS SHOULD NOT BE SHOWED ON RSS
http://www.tinemuller.dk/test_drupal/list_roskilde_feed Roskilde = 8 SELECT node.nid AS nid, node.created AS node_created FROM node node INNER JOIN term_node term_node ON node.vid = term_node.vid WHERE (node.status <> 0) AND (node.type in ('copenhagen')) AND (term_node.tid = 8) ORDER BY node_created DESC nid vid tid 1160 1161 8 -------------- Content type Copenhagen 1161 1162 8 -------------- Content type Copenhagen 1162 1163 8 -------------- Content type Copenhagen 1184 1185 8 -------------- Content type Kommune ----------- alternative URL node/8 - THIS SHOULD NOT BE SHOWED ON RSS
[image: 0]
-- [ Drupal support list | http://lists.drupal.org/ ]
No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.436 / Virus Database: 271.1.1/2742 - Release Date: 03/12/10 19:33:00
[image: 0]
-- [ Drupal support list | http://lists.drupal.org/ ]
2010/3/15 Tine Müller tinem@email.dk
If no one here can help where can I then get help, please?
There are plenty of other places where you can get help try:
- http://drupal.org/forum - http://drupal.org/irc/channels - http://drupal.dk/forum