<span style="font-family: tahoma,sans-serif;">Thanks again, Adam for being so accommodating. </span><br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">I&#39;ll try to increase it again. I was thinking if enabling the Upload Progress (</span><a style="font-family: tahoma,sans-serif;" href="http://php.net/manual/en/apc.configuration.php#ini.apc.rfc1867">APC
 RFC1867</a><span style="font-family: tahoma,sans-serif;">) has caused this.</span><br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">Thoughts, anyone?</span><br><br><br><div class="gmail_quote">
On Tue, Mar 23, 2010 at 11:59 AM,  <span dir="ltr">&lt;<a href="mailto:consulting-request@drupal.org">consulting-request@drupal.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Send consulting mailing list submissions to<br>
        <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:consulting-request@drupal.org">consulting-request@drupal.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:consulting-owner@drupal.org">consulting-owner@drupal.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of consulting digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Fatal error: Allowed memory size of... (liza chua)<br>
   2. Re: Fatal error: Allowed memory size of... (Adam Gregory)<br>
   3. Re: Client Intake Questionnaire (Aaron S. Pava)<br>
   4. Re: Views sorting (radioactivity + date + smth    else...)?<br>
      (Greg Knaddison)<br>
   5. Re: Views sorting (radioactivity + date + smthelse...)?<br>
      (Audrius Naslenas)<br>
   6. Re: Views sorting (radioactivity + date + smthelse...)?<br>
      (Greg Knaddison)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 22 Mar 2010 23:54:15 +0800<br>
From: liza chua &lt;<a href="mailto:lizachua28@gmail.com">lizachua28@gmail.com</a>&gt;<br>
Subject: [consulting] Fatal error: Allowed memory size of...<br>
To: <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:738a124c1003220854r73d3c75eofeab2064d7849aef@mail.gmail.com">738a124c1003220854r73d3c75eofeab2064d7849aef@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi! again Drupal experts...<br>
<br>
I&#39;m getting this error - Fatal error: Allowed memory size of 67108864 bytes<br>
exhausted (tried to allocate 4676547 bytes) in<br>
/drupal/modules/menu/menu.admin.inc  on line 218. I just increased the PHP<br>
memory to 64MB last Friday and I did not add any modules or update anything<br>
from the site today. But this message appears each time I access the menu&gt;<br>
Primary Links page. Can anyone lend a hand again?<br>
<br>
Thank you and more power!<br>
Liza<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/consulting/attachments/20100322/cf794868/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/consulting/attachments/20100322/cf794868/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 22 Mar 2010 12:00:44 -0400<br>
From: Adam Gregory &lt;<a href="mailto:arcaneadam@gmail.com">arcaneadam@gmail.com</a>&gt;<br>
Subject: Re: [consulting] Fatal error: Allowed memory size of...<br>
To: &quot;A list for Drupal consultants and Drupal service/hosting<br>
        providers&quot;      &lt;<a href="mailto:consulting@drupal.org">consulting@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:1855f6861003220900k633ee45am8ca1a2bed59d6376@mail.gmail.com">1855f6861003220900k633ee45am8ca1a2bed59d6376@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Try increasing it more. There are a ton of different reasons this could<br>
happen. By default a base instance of core shouldn&#39;t cause this, but the<br>
first step would be to increase it again, maybe to 128M (that&#39;s what I run<br>
my dev server at.) and see if the problem goes away.<br>
<br>
Generally this is cause by a piece of code that works on a file, like a<br>
image uploader, Where it has to read the file into memory and such. I can&#39;t<br>
think of a reason why that would happen on the primary links page, but as I<br>
said there&#39;s a lot of things that can cause this.<br>
-----<br>
***NEW CELL PHONE # Please Update(See Below)***<br>
Adam A. Gregory<br>
Drupal Developer &amp; Consultant<br>
Web: AdamAGregory.com<br>
Twitter: <a href="http://twitter.com/adamgregory" target="_blank">twitter.com/adamgregory</a><br>
Phone: 910.808.1717<br>
Cell: 919.306.6138<br>
<br>
<br>
On Mon, Mar 22, 2010 at 11:54 AM, liza chua &lt;<a href="mailto:lizachua28@gmail.com">lizachua28@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi! again Drupal experts...<br>
&gt;<br>
&gt; I&#39;m getting this error - Fatal error: Allowed memory size of 67108864 bytes<br>
&gt; exhausted (tried to allocate 4676547 bytes) in<br>
&gt; /drupal/modules/menu/menu.admin.inc  on line 218. I just increased the PHP<br>
&gt; memory to 64MB last Friday and I did not add any modules or update anything<br>
&gt; from the site today. But this message appears each time I access the menu&gt;<br>
&gt; Primary Links page. Can anyone lend a hand again?<br>
&gt;<br>
&gt; Thank you and more power!<br>
&gt; Liza<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; consulting mailing list<br>
&gt; <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/consulting/attachments/20100322/6515d7c7/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/consulting/attachments/20100322/6515d7c7/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 22 Mar 2010 13:10:14 -0700<br>
From: &quot;Aaron S. Pava&quot; &lt;<a href="mailto:aaron@civicactions.com">aaron@civicactions.com</a>&gt;<br>
Subject: Re: [consulting] Client Intake Questionnaire<br>
To: &quot;A list for Drupal consultants and Drupal service/hosting<br>
        providers&quot;      &lt;<a href="mailto:consulting@drupal.org">consulting@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:46279e9e1003221310n2cf551ackb8ff092a3d15554d@mail.gmail.com">46279e9e1003221310n2cf551ackb8ff092a3d15554d@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Inspired by this thread, I posted our Client Questionnaire on our blog<br>
today:<br>
<br>
<a href="http://civicactions.com/blog/2010/mar/22/sharing_our_client_questionnaire_website_development" target="_blank">http://civicactions.com/blog/2010/mar/22/sharing_our_client_questionnaire_website_development</a><br>

<br>
--<br>
Aaron Pava, Partner, CivicActions LLC<br>
c: 415-254-9874  |  <a href="http://twitter.com/pava" target="_blank">twitter.com/pava</a><br>
<br>
<br>
On Fri, Mar 19, 2010 at 12:35 PM, Travis Carden &lt;<a href="mailto:travis.carden@gmail.com">travis.carden@gmail.com</a>&gt;wrote:<br>
<br>
&gt; You might check out the book Web Redesign 2.0&lt;<a href="http://www.web-redesign.com/" target="_blank">http://www.web-redesign.com/</a>&gt;.<br>
&gt; There are some helpful free resources at the author&#39;s web site&lt;<a href="http://www.gotomedia.com/#downloads" target="_blank">http://www.gotomedia.com/#downloads</a>&gt;<br>
&gt; .<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Mar 19, 2010 at 11:15 AM, <a href="mailto:saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a> &lt;<br>
&gt; <a href="mailto:saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; There are millions of web developers out there and I am hoping to help<br>
&gt;&gt; the quality of drupal consultants be creating process documents that<br>
&gt;&gt; we can share and improve. Not sure where it she be hosted yet, but I&#39;m<br>
&gt;&gt; open.<br>
&gt;&gt;<br>
&gt;&gt; In the interest of helping myself get started and other drupal<br>
&gt;&gt; consultants, can anyone/everyone submit their client intake /<br>
&gt;&gt; consultation document?<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m this case, I am hoping to create a questionnaire that a client<br>
&gt;&gt; call fill out that answers questions like:<br>
&gt;&gt;<br>
&gt;&gt; &lt;Document Title - What should it be called&gt;<br>
&gt;&gt;<br>
&gt;&gt; 1.      Websites normally have a core set of navigation categories that<br>
&gt;&gt; guide viewers into the most important pieces of their<br>
&gt;&gt; site....Brainstorm some of the navigation categories that you believe<br>
&gt;&gt; will be most important to the user (list all of the possibilities):<br>
&gt;&gt;<br>
&gt;&gt; 2.      What colors appeal to you most? Shapes? Designs? Do you have a<br>
&gt;&gt; logo<br>
&gt;&gt; that is available to use in the design of the website?<br>
&gt;&gt;<br>
&gt;&gt; 3.      What are some websites that you really like? Please list each one<br>
&gt;&gt; and share what exactly turns you on about them:<br>
&gt;&gt;<br>
&gt;&gt; 4.      Who is your target market? Who will be visiting your site, and<br>
&gt;&gt; why?<br>
&gt;&gt;<br>
&gt;&gt; 5.      What kinds of special functionality do you wish your site to<br>
&gt;&gt; contain? (ie: shopping cart, newsletter engine, directions/mapping,<br>
&gt;&gt; forums, blog, etc.)<br>
&gt;&gt;<br>
&gt;&gt; Thanks for your contributions!<br>
&gt;&gt;<br>
&gt;&gt; Saki<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; consulting mailing list<br>
&gt;&gt; <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; consulting mailing list<br>
&gt; <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.drupal.org/pipermail/consulting/attachments/20100322/d1398a7b/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/consulting/attachments/20100322/d1398a7b/attachment-0001.html</a><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 22 Mar 2010 19:53:37 -0600<br>
From: Greg Knaddison &lt;Greg@GrowingVentureSolutions.com&gt;<br>
Subject: Re: [consulting] Views sorting (radioactivity + date + smth<br>
        else...)?<br>
To: &quot;A list for Drupal consultants and Drupal service/hosting<br>
        providers&quot;      &lt;<a href="mailto:consulting@drupal.org">consulting@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:3861c6771003221853v39e01662j81379d2b911d5f92@mail.gmail.com">3861c6771003221853v39e01662j81379d2b911d5f92@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Sun, Mar 21, 2010 at 12:02 PM, Audrius Naslenas<br>
&lt;<a href="mailto:audrius.naslenas@gmail.com">audrius.naslenas@gmail.com</a>&gt; wrote:<br>
&gt; Is it possible to sort view by some calculated number, lets say:<br>
&gt; radioactivity value * datestamp integer value ?<br>
&gt;<br>
&gt; Or: comment count * times node viewed ?<br>
&gt;<br>
&gt; Have one project, where I want to make node weights a bit &quot;smarter&quot; than<br>
&gt; just submission date or voting results. It could be a formula, which is<br>
&gt; calculated using 2 or more values.<br>
<br>
It&#39;s not exactly what you&#39;re asking for, but the Radioacitivity module<br>
at <a href="http://drupal.org/project/radioactivity" target="_blank">http://drupal.org/project/radioactivity</a> provides a really<br>
interesting interface for calculating radioactivity that I found to be<br>
highly customizable.<br>
<br>
I did a video about it at<br>
<a href="http://www.masteringdrupal.com/screencast/highlight-your-best-content-using-radioactivity-module" target="_blank">http://www.masteringdrupal.com/screencast/highlight-your-best-content-using-radioactivity-module</a><br>

<br>
In particular, sorting by &quot;comment count * times node viewed&quot; is<br>
mostly possible with radioactivity module (not the true<br>
multiplication, of course, but you can assign specific energy values<br>
to both events which provide sorting).<br>
<br>
Cheers,<br>
Greg<br>
<br>
--<br>
Greg Knaddison | 303-800-5623 | <a href="http://growingventuresolutions.com" target="_blank">http://growingventuresolutions.com</a><br>
Mastering Drupal | <a href="http://www.masteringdrupal.com" target="_blank">http://www.masteringdrupal.com</a><br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 23 Mar 2010 04:08:42 +0200<br>
From: &quot;Audrius Naslenas&quot; &lt;<a href="mailto:audrius.naslenas@gmail.com">audrius.naslenas@gmail.com</a>&gt;<br>
Subject: Re: [consulting] Views sorting (radioactivity + date +<br>
        smthelse...)?<br>
To: &quot;&#39;A list for Drupal consultants and Drupal service/hosting<br>
        providers&#39;&quot;     &lt;<a href="mailto:consulting@drupal.org">consulting@drupal.org</a>&gt;<br>
Message-ID: &lt;34B8CBF68A3A41CAB963D6B4121486DA@audrius&gt;<br>
Content-Type: text/plain;       charset=&quot;us-ascii&quot;<br>
<br>
Thank you, Greg. I will take a look at this video.<br>
<br>
In my case - radioactivity (node views count ONLY) is the sorting value,<br>
which makes some nodes almost sticky at the top, because they are highly<br>
ranked in Google results. Such ordering gives no value to loyal returning<br>
visitors.<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:consulting-bounces@drupal.org">consulting-bounces@drupal.org</a> [mailto:<a href="mailto:consulting-bounces@drupal.org">consulting-bounces@drupal.org</a>]<br>
On Behalf Of Greg Knaddison<br>
Sent: Tuesday, March 23, 2010 3:54 AM<br>
To: A list for Drupal consultants and Drupal service/hosting providers<br>
Subject: Re: [consulting] Views sorting (radioactivity + date +<br>
smthelse...)?<br>
<br>
On Sun, Mar 21, 2010 at 12:02 PM, Audrius Naslenas<br>
&lt;<a href="mailto:audrius.naslenas@gmail.com">audrius.naslenas@gmail.com</a>&gt; wrote:<br>
&gt; Is it possible to sort view by some calculated number, lets say:<br>
&gt; radioactivity value * datestamp integer value ?<br>
&gt;\<br>
&gt; Or: comment count * times node viewed ?<br>
&gt;<br>
&gt; Have one project, where I want to make node weights a bit &quot;smarter&quot;<br>
&gt; than just submission date or voting results. It could be a formula,<br>
&gt; which is calculated using 2 or more values.<br>
<br>
It&#39;s not exactly what you&#39;re asking for, but the Radioacitivity module at<br>
<a href="http://drupal.org/project/radioactivity" target="_blank">http://drupal.org/project/radioactivity</a> provides a really interesting<br>
interface for calculating radioactivity that I found to be highly<br>
customizable.<br>
<br>
I did a video about it at<br>
<a href="http://www.masteringdrupal.com/screencast/highlight-your-best-content-using-%0Aradioactivity-module" target="_blank">http://www.masteringdrupal.com/screencast/highlight-your-best-content-using-<br>
radioactivity-module</a><br>
<br>
In particular, sorting by &quot;comment count * times node viewed&quot; is mostly<br>
possible with radioactivity module (not the true multiplication, of course,<br>
but you can assign specific energy values to both events which provide<br>
sorting).<br>
<br>
Cheers,<br>
Greg<br>
<br>
--<br>
Greg Knaddison | 303-800-5623 | <a href="http://growingventuresolutions.com" target="_blank">http://growingventuresolutions.com</a><br>
Mastering Drupal | <a href="http://www.masteringdrupal.com" target="_blank">http://www.masteringdrupal.com</a><br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 22 Mar 2010 21:59:57 -0600<br>
From: Greg Knaddison &lt;Greg@GrowingVentureSolutions.com&gt;<br>
Subject: Re: [consulting] Views sorting (radioactivity + date +<br>
        smthelse...)?<br>
To: &quot;A list for Drupal consultants and Drupal service/hosting<br>
        providers&quot;      &lt;<a href="mailto:consulting@drupal.org">consulting@drupal.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:3861c6771003222059p47dbfe4fif690bcfce9feaa3e@mail.gmail.com">3861c6771003222059p47dbfe4fif690bcfce9feaa3e@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Mon, Mar 22, 2010 at 8:08 PM, Audrius Naslenas<br>
&lt;<a href="mailto:audrius.naslenas@gmail.com">audrius.naslenas@gmail.com</a>&gt; wrote:<br>
&gt; Thank you, Greg. I will take a look at this video.<br>
&gt;<br>
&gt; In my case - radioactivity (node views count ONLY) is the sorting value,<br>
&gt; which makes some nodes almost sticky at the top, because they are highly<br>
&gt; ranked in Google results. Such ordering gives no value to loyal returning<br>
&gt; visitors.<br>
&gt;<br>
<br>
Yes, exactly. That&#39;s why I think you must add multiple facets to a<br>
radioactivity algorithm and tune it so that page views are not as<br>
important as other things like number of comments, and node creation.<br>
<br>
You can also create multiple radioactivity profiles so new visitors<br>
can see &quot;most popular content&quot; (i.e. heavily weight the number of node<br>
views) and returning users can see &quot;most interesting content this<br>
week&quot; (i.e. based on the number of comments or votes, with a strong<br>
added energy for node creation and with a half-life of 3 days).<br>
<br>
Regards,<br>
Greg<br>
<br>
--<br>
Greg Knaddison | 303-800-5623 | <a href="http://growingventuresolutions.com" target="_blank">http://growingventuresolutions.com</a><br>
Mastering Drupal | <a href="http://www.masteringdrupal.com" target="_blank">http://www.masteringdrupal.com</a><br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
consulting mailing list<br>
<a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/consulting" target="_blank">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
<br>
<br>
End of consulting Digest, Vol 50, Issue 18<br>
******************************************<br>
</blockquote></div><br>