Hi Guys!!

I am trying to install the module and it's giving me tons of error messages, I am attaching a printscreen. I would really appreciate your help, thanks!

CommentFileSizeAuthor
1pageprofile2.jpg60.99 KBweb506
1pageprofile.jpg208.75 KBweb506

Comments

aidanlis’s picture

Title: Error DB Messages when activating the module » Error messages when activating the module

There's nothing to do with the DB in your error messages ... and you've opened this bug against 6.x-1.2 when 6.x-1.9 is the latest version? Can you try the latest version and let me know if you're still getting an error?

web506’s picture

Hi,

I have the latest version, and it is giving me the same error message.

web506’s picture

Do you know or have heard about conflicts with any other module maybe?

web506’s picture

Version: 6.x-1.2 » 6.x-1.9
Priority: Normal » Critical
design.er’s picture

Hello,

I'm not sure if I have exactly the same issue but when I activate this module I receive the following errors:

* warning: array_fill() [function.array-fill]: Number of elements must be positive in D:\DEVELOPMENT\xampp\www\mysite.tld\includes\database.inc on line 253.
* warning: implode() [function.implode]: Invalid arguments passed in D:\DEVELOPMENT\xampp\www\mysite.tld\includes\database.inc on line 253.
* warning: array_keys() [function.array-keys]: The first argument should be an array in D:\DEVELOPMENT\xampp\www\mysite.tld\modules\user\user.module on line 513.
* 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 D:\DEVELOPMENT\xampp\www\mysite.tld\modules\user\user.module on line 513.

If I deactivate it the errors disappear.
I'm using Drupal 6.17 with One profile profile 6.x-1.9 on Apache 2 with PHP 5.2.2 and MySQL 5.
Please let me know if you need more information or if this is an other problem as the problem above and I should open a new issue.

Thank you very much for your time and help.
Stefan

design.er’s picture

It's so weird... first the error disappeared when I deactivated the module but now it appears again even if this module is deactivated.
So now I'm not sure what the real problem may be. This is an absolute fresh Drupal installation without any configurations.
Anyway, thank you for your time and sorry for bothering you.

----
Edit: Ok, the problem seems to come from the shift scheduler module. After un- and re-installing every single module one-by-one I found the problem. Sorry for bothering you. :)

web506’s picture

I fixed it too, in my case there was a conflict with ME module. I deactivated ME and everything is working fine now! Thanks..!

aidanlis’s picture

Status: Active » Closed (fixed)