<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(68,68,68)">The files directory error is just a permissions problem. You need to first make the private directory in ../private (outside of root). Then chmod that to 777. For your drupal directories, checkout this article: <a href="https://drupal.org/node/244924">https://drupal.org/node/244924</a>. This script rocks. Run it from your server root, not drupal and follow the directions carefully. This will correct everything within your drupal directory. <br>

</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(68,68,68)">I swear by this. Since the private directory is outside of that, it won&#39;t touch it which is why I do it manually - chmod 777 private. Refresh and that error will go away. <br>

<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small;color:rgb(68,68,68)">Chris<br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><span style="font-family:arial,helvetica,sans-serif"><b><font><br>

<br>Chr</font></b></span><span style="font-family:arial,helvetica,sans-serif"><font><b>is McAndrew</b></font></span><font><b><br>Interactive Designer &amp; Developer</b></font><b><font size="1"><br>Mobile</font></b><font size="1">: 1-603-498-3864</font><br>

<b style="font-size:x-small">email</b><font size="1">: </font><span style="color:rgb(0,0,0)"><a href="mailto:chris@csmcreative.com" style="font-size:x-small" target="_blank"><span></span></a><a href="mailto:chris@csmcreative.com?subject=Question+via+email+contact+link" style="font-size:x-small" target="_blank">chris@csmcreative.com</a><br>

<b style="font-size:x-small">Web</b><font size="1">: </font><a href="http://csmcreative.com" style="font-size:x-small" target="_blank">http://csmcreative.com</a><br><b style="font-size:x-small">Twitter</b><font size="1">: </font><a href="https://twitter.com/chris_mcandrew" style="font-size:x-small" target="_blank">@chris_mcandrew</a><br>

<span style="font-family:arial,helvetica,sans-serif"><b style="font-size:x-small">LinkedIn</b><font size="1">: </font><a href="http://linkedin.com/in/chrismcandrew" style="font-size:x-small" target="_blank">chrismcandrew</a></span></span><span style="color:rgb(0,0,0)"><span style="font-family:arial,helvetica,sans-serif"><a href="http://linkedin.com/in/chrismcandrew" style="font-size:x-small" target="_blank"></a></span></span></div>

</div>
<br><br><div class="gmail_quote">On Tue, Jan 14, 2014 at 1:52 AM,  <span dir="ltr">&lt;<a href="mailto:support-request@drupal.org" target="_blank">support-request@drupal.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Send support mailing list submissions to<br>
        <a href="mailto:support@drupal.org">support@drupal.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.drupal.org/mailman/listinfo/support" target="_blank">http://lists.drupal.org/mailman/listinfo/support</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:support-request@drupal.org">support-request@drupal.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:support-owner@drupal.org">support-owner@drupal.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of support digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Explicitly using drupal CSS classes in &#39;external&#39; content<br>
      (Tim Johnson)<br>
   2. SA-CORE-2013-003 after updating from 7.23 to 7.25 (Afan)<br>
   3. Date views (Roger)<br>
   4. Re: SA-CORE-2013-003 after updating from 7.23 to 7.25<br>
      (Wong Hoi Sing Edison)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 13 Jan 2014 16:41:49 -0900<br>
From: Tim Johnson &lt;<a href="mailto:tim@akwebsoft.com">tim@akwebsoft.com</a>&gt;<br>
Subject: [support] Explicitly using drupal CSS classes in &#39;external&#39;<br>
        content<br>
To: Drupal Support ML &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:20140114014149.GB2341@mail.akwebsoft.com">20140114014149.GB2341@mail.akwebsoft.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
To define &#39;external&#39; - I am working on a proof-of-concept for a<br>
client. I have written a drupal module which renders legacy CGI<br>
which uses my own python framework, which I have maintained for<br>
years.  The content is delivered into drupal via jQuery ajax.<br>
<br>
This is &#39;step 1&#39; in migrating this very large legacy project into<br>
drupal.<br>
<br>
The content of the legacy framework is created via a MVC strategy<br>
using html templates which have hard-coded css classes.<br>
<br>
Is there a way to leverage drupal css classes rather than those<br>
which were &#39;hand-rolled&#39; for the original?<br>
<br>
This is an inquiry rather than a request for help. I would welcome<br>
any comments [except for &quot;are you crazy?&quot; :) ] and pointers to<br>
similar discussions and documentations.<br>
<br>
IOWS : Is there a &quot;css naming protocol&quot; that is observed accross<br>
themes?<br>
--<br>
Tim<br>
tim at tee jay forty nine dot com or akwebsoft dot com<br>
<a href="http://www.akwebsoft.com" target="_blank">http://www.akwebsoft.com</a>, <a href="http://www.tj49.com" target="_blank">http://www.tj49.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 13 Jan 2014 23:29:30 -0600<br>
From: Afan &lt;<a href="mailto:drupal@afan.net">drupal@afan.net</a>&gt;<br>
Subject: [support] SA-CORE-2013-003 after updating from 7.23 to 7.25<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:52D4CB3A.9080502@afan.net">52D4CB3A.9080502@afan.net</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi to all!<br>
After I updated my Drupal website from 7.23 to 7.25 I&#39;m getting this<br>
<br>
Public files directory  Not fully protected<br>
Seehttp://<a href="http://drupal.org/SA-CORE-2013-003for" target="_blank">drupal.org/SA-CORE-2013-003for</a> information about the<br>
recommended .htaccess file which should be added to<br>
the/sites/default/files/directory to help protect against arbitrary code<br>
execution.<br>
<br>
<br>
Temporary files directory       Not fully protected<br>
Seehttp://<a href="http://drupal.org/SA-CORE-2013-003for" target="_blank">drupal.org/SA-CORE-2013-003for</a> information about the<br>
recommended .htaccess file which should be added to the//tmp/directory<br>
to help protect against arbitrary code execution.<br>
<br>
<br>
On the <a href="https://drupal.org/SA-CORE-2013-003" target="_blank">https://drupal.org/SA-CORE-2013-003</a> it said under Solution &quot;...<br>
upgrade to Drupal core 7.24.&quot; In may case it would be downgrade, right?<br>
<br>
What should I do?<br>
<br>
Thanks for any help,<br>
Afan<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20140113/f22aa20d/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20140113/f22aa20d/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 14 Jan 2014 17:47:07 +1100<br>
From: Roger &lt;<a href="mailto:arelem@bigpond.com">arelem@bigpond.com</a>&gt;<br>
Subject: [support] Date views<br>
To: Drupal Support Forum &lt;<a href="mailto:support@drupal.org">support@drupal.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:52D4DD6B.702@bigpond.com">52D4DD6B.702@bigpond.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
I hope someone can help me with Drupal 7 views.<br>
<br>
We have a scenario where events have a lot of repeating dates.<br>
For instance, one lot of events may occur every  Wednesday for a year<br>
in various venues or another every third Monday for the year in similar<br>
venues. There are 100+ events held across a 30+ venues in 5 states every<br>
week.<br>
We have many similarly named events and the calendar format is very<br>
cluttered.<br>
<br>
I am having trouble creating a view which displays each event with it&#39;s<br>
appropriate title,  venue and locality as a heading but shows only start<br>
time and limited from now +up to 7 days. Effectively categorising events<br>
to a venue/state.<br>
<br>
Event name, Venue Locality and State are taxonomy terms. States have<br>
many venues. Event name has many venues.<br>
<br>
No matter what I do the view shows redundant data - previous dates for<br>
past weeks and future dates for a month or so. And will not categorise<br>
event names to a venue or locality.<br>
<br>
It filters on<br>
term from field_event_venue: Field state<br>
title,<br>
field_event_date = now,<br>
Published,<br>
Venue.<br>
<br>
Sorted on Date - start date(asc)<br>
<br>
Taxonomy<br>
Locality is grouped to State<br>
Venue is grouped to  Locality and to State<br>
<br>
Most perplexed<br>
Help is greatly appreciated<br>
Roger<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 14 Jan 2014 14:52:39 +0800<br>
From: Wong Hoi Sing Edison &lt;<a href="mailto:hswong3i@gmail.com">hswong3i@gmail.com</a>&gt;<br>
Subject: Re: [support] SA-CORE-2013-003 after updating from 7.23 to<br>
        7.25<br>
To: <a href="mailto:support@drupal.org">support@drupal.org</a><br>
Message-ID: &lt;<a href="mailto:52D4DEB7.2000107@gmail.com">52D4DEB7.2000107@gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
If you didn&#39;t take any custom changes to your public://.htaccess,<br>
private://.htaccess and temporary://.htaccess, just simply delete these<br>
3 files and Drupal &gt;= 7.24 will regenerate a correct file for you.<br>
Don&#39;t need to downgrade as 7.24.<br>
<br>
On Tuesday, January 14, 2014 01:29 PM, Afan wrote:<br>
&gt; Hi to all!<br>
&gt; After I updated my Drupal website from 7.23 to 7.25 I&#39;m getting this<br>
&gt;<br>
&gt; Public files directory        Not fully protected<br>
&gt; See <a href="http://drupal.org/SA-CORE-2013-003" target="_blank">http://drupal.org/SA-CORE-2013-003</a> for information about the<br>
&gt; recommended .htaccess file which should be added to<br>
&gt; the /sites/default/files/ directory to help protect against arbitrary<br>
&gt; code execution.<br>
&gt;<br>
&gt;<br>
&gt; Temporary files directory     Not fully protected<br>
&gt; See <a href="http://drupal.org/SA-CORE-2013-003" target="_blank">http://drupal.org/SA-CORE-2013-003</a> for information about the<br>
&gt; recommended .htaccess file which should be added to<br>
&gt; the //tmp/ directory to help protect against arbitrary code execution.<br>
&gt;<br>
&gt;<br>
&gt; On the <a href="https://drupal.org/SA-CORE-2013-003" target="_blank">https://drupal.org/SA-CORE-2013-003</a> it said under Solution &quot;...<br>
&gt; upgrade to Drupal core 7.24.&quot; In may case it would be downgrade, right?<br>
&gt;<br>
&gt; What should I do?<br>
&gt;<br>
&gt; Thanks for any help,<br>
&gt; Afan<br>
&gt;<br>
&gt;<br>
<br>
--<br>
<br>
Edison Wong<br>
<a href="mailto:hswong3i@gmail.com">hswong3i@gmail.com</a> &lt;mailto:<a href="mailto:hswong3i@gmail.com">hswong3i@gmail.com</a>&gt;<br>
<a href="http://edin.no-ip.com/" target="_blank">http://edin.no-ip.com/</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/support/attachments/20140114/a98981ad/attachment.html" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20140114/a98981ad/attachment.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 595 bytes<br>
Desc: OpenPGP digital signature<br>
Url : <a href="http://lists.drupal.org/pipermail/support/attachments/20140114/a98981ad/attachment.bin" target="_blank">http://lists.drupal.org/pipermail/support/attachments/20140114/a98981ad/attachment.bin</a><br>
<br>
------------------------------<br>
<span class=""><font color="#888888"><br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
<br>
End of support Digest, Vol 133, Issue 28<br>
****************************************<br>
</font></span></blockquote></div><br></div></div>