<div>Hello Jason,</div>
<div>&nbsp;</div>
<div>No mods that I&#39;m aware of. The module size, time and date match the one from the distribution file.</div>
<div>Below&nbsp;is my user.module starting at line 365. From what I can see it matches perfectly the user.module in the distribution file.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Skip</div>
<div>&nbsp;</div>
<div>365 &nbsp;// To reduce the number of SQL queries, we cache the user&#39;s permissions<br>366&nbsp;// in a static variable.<br>367 &nbsp; if (!isset($perm[$account-&gt;uid])) {<br></div>
<div>368&nbsp;&nbsp;&nbsp; $rids = array_keys($account-&gt;roles);<br>369&nbsp;&nbsp;&nbsp; $placeholders = implode(&#39;,&#39;, array_fill(0, count($rids), &#39;%d&#39;));<br></div>
<div>370&nbsp;&nbsp;&nbsp; $result = db_query(&quot;SELECT DISTINCT(p.perm) FROM {role} r INNER JOIN {permission} p&nbsp; ON p.rid = r.rid WHERE r.rid IN ($placeholders)&quot;, $rids);<br></div>
<div>371&nbsp;&nbsp;&nbsp; $perm[$account-&gt;uid] = &#39;&#39;;<br>372&nbsp;&nbsp;&nbsp; while ($row = db_fetch_object($result)) {<br>373&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $perm[$account-&gt;uid] .= &quot;$row-&gt;perm, &quot;;<br><br></div>
<div class="gmail_quote">On Nov 29, 2007 12:56 PM, Jason Flatt &lt;<a href="mailto:drupal@oadaeh.net">drupal@oadaeh.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Thursday 29 November 2007 12:33:04 Skip Taylor wrote:<br>&gt; Hello,<br>&gt;<br>&gt; I&#39;ve had this on the Drupal forum for almost a week with no reply. I hope<br>&gt; someone here has an idea!<br>
&gt;<br>&gt; Using Drupal 5.3. Site is upgraded. Originally 4.6 (new), then to 4.7, then<br>&gt; to 5.3 if that matters. Theme is BlueMarine.<br>&gt;<br>&gt; When I go to the comment/settings page, I get these 4 errors reliably in
<br>&gt; the log:<br>&gt;<br>&gt; Location: <a href="http://www.mydomain.com/admin/content/comment/settings" target="_blank">http://www.mydomain.com/admin/content/comment/settings</a><br>&gt; Message: array_keys()<br></div>
&gt; [function.array-keys&lt;<a href="http://drupal.org/node/function.array-keys" target="_blank">http://drupal.org/node/function.array-keys</a>&gt;]:<br>
<div class="Ih2E3d">&gt; The first argument should be an array in /modules/user/user.module on line<br>&gt; 368.<br>&gt; --------<br>&gt; Location: <a href="http://www.mydomain.com/admin/content/comment/settings" target="_blank">
http://www.mydomain.com/admin/content/comment/settings</a><br>&gt; Message: array_fill()<br></div>&gt; [function.array-fill&lt;<a href="http://drupal.org/node/function.array-fill" target="_blank">http://drupal.org/node/function.array-fill
</a>&gt;]:<br>
<div class="Ih2E3d">&gt; Number of elements must be positive in /modules/user/user.module on line<br>&gt; 369.<br>&gt; --------<br>&gt; Location: <a href="http://www.mydomain.com/admin/content/comment/settings" target="_blank">
http://www.mydomain.com/admin/content/comment/settings</a><br>&gt; Message: implode()<br></div>&gt; [function.implode&lt;<a href="http://drupal.org/node/function.implode" target="_blank">http://drupal.org/node/function.implode
</a>&gt;]: Bad arguments.<br>
<div class="Ih2E3d">&gt; in /modules/user/user.module on line 369.<br>&gt; --------<br>&gt; Location: <a href="http://www.mydomain.com/admin/content/comment/settings" target="_blank">http://www.mydomain.com/admin/content/comment/settings
</a><br>&gt; Message: You have an error in your SQL syntax; check the manual that<br>&gt; corresponds to your MySQL server version for the right syntax to use near<br>&gt; &#39;)&#39; at line 1 query: SELECT DISTINCT(p.perm
) FROM role r INNER JOIN<br>&gt; permission p ON p.rid = r.rid WHERE r.rid IN () in<br>&gt; /includes/database.mysql.inc on line 172.<br>&gt;<br>&gt; I&#39;ve disabled ALL modules, yet the error persists. Not sure where to go
<br>&gt; with this next. Is it a problem with comments , something wrong in the<br>&gt; database or the user database/module?<br>&gt;<br>&gt; Thanks for any ideas!<br>&gt;<br>&gt; Regards,<br>&gt; Skip Taylor<br><br></div>
Has anyone modified that file? &nbsp;What is on lines 368 and 369 of<br>your /modules/user/user.module file?<br><br>--<br>Jason Flatt<br><a href="http://www.oadaeh.net/" target="_blank">http://www.oadaeh.net/</a><br>Father of Six: &nbsp;
<a href="http://www.flattfamily.com/" target="_blank">http://www.flattfamily.com/</a> (Joseph, 14; Cramer, 12; Travis,<br>10; Angela; Harry, 7; and William, 12:04 am, 12-29-2005)<br>Linux User: &nbsp; &nbsp; <a href="http://www.xubuntu.org/" target="_blank">
http://www.xubuntu.org/</a><br>Drupal Fanatic: <a href="http://drupal.org/" target="_blank">http://drupal.org/</a><br><font color="#888888">--<br></font>
<div>
<div></div>
<div class="Wj3C7c">[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br></div></div></blockquote></div><br><br clear="all"><br>-- <br>Half of being smart is knowing what you&#39;re dumb at. -- David Gerrold
<br>---<br>NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.