Hi, I thought my issue was related to http://drupal.org/node/682812. Per your suggestion (http://drupal.org/node/682812#comment-3623414), I am opening a separate issue for it. I put this is as a code/bug for lack of something better. Pls feel free to correct my categorization.

I am not a coder but will try to perform the test you suggest (by asking a buddy to help;-). If I have any problems I will let you know. Thank you for the test code.

These are the warnings I am getting.

* warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/idcmi/drupallayout.idcminnovations.com/html/includes/database.inc on line 253.
* warning: implode() [function.implode]: Invalid arguments passed in /home/idcmi/drupallayout.idcminnovations.com/html/includes/database.inc on line 253.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /home/idcmi/drupallayout.idcminnovations.com/html/modules/user/user.module on line 518.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT p.perm FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /home/idcmi/drupallayout.idcminnovations.com/html/modules/user/user.module on line 518.

Comments

idcm’s picture

After some great help from konordo, the following was found to be the issue. I needed yet another patch in the user.module. This did not resolve all the issues, there is one left and I posted it at see http://drupal.org/node/953942.

The patch that resolved most the issues is the patch for empty account variable found at http://drupal.org/node/777116.

The other patch (unrelated to this issue but some might want to know) is http://drupal.org/node/820366 if you are having a Compilation failed: issue when saving your users.

thanks merlinofchaos for the debug code and strategy. It was helpful.

Sylvain_G’s picture

Subscribe

idcm’s picture

I have moved onto Panels 3.8. Numerous patches to get one feature to work and then another caused Panels to have additional issues. It was best to just move to 3.8.

Letharion’s picture

Status: Active » Fixed

@Idcm, I take it the never Panels version has solved your problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.