Discussion:
ACL are back (or not) and Happy new year !
Benoit Hamet
2009-01-07 18:43:41 UTC
Permalink
Hi all,

Just for a quick update on what's happening. First it's a new year, so
Happy new year 2009 to all of you.

Then, I take the day to fix the acl administration. This is still work
in progress (I guess that editing the run acl is not so good :), but
it's mostly working.

Module devs are encouraged to test for their own module that things
don't get broken to much ...

Other's can tests it as they want, and please report bugs on savannah.
Please assign it to me, I'll reasign to other devs if it's on purpose.

Review of patches done are welcome too :)

Regards,

Caeies.
Maât
2009-01-07 19:30:40 UTC
Permalink
Post by Benoit Hamet
Hi all,
Just for a quick update on what's happening. First it's a new year, so
Happy new year 2009 to all of you.
Then, I take the day to fix the acl administration. This is still work
in progress (I guess that editing the run acl is not so good :), but
it's mostly working.
Module devs are encouraged to test for their own module that things
don't get broken to much ...
Other's can tests it as they want, and please report bugs on savannah.
Please assign it to me, I'll reasign to other devs if it's on purpose.
Review of patches done are welcome too :)
Regards,
Caeies.
Happy new year to all too :)

i'll update trunk and chek for bugs...

thanks for your work Caeies :)

Maât
Guillaume Courtois
2009-01-07 19:51:59 UTC
Permalink
Post by Maât
Happy new year to all too :)
Yes, same thing !
Post by Maât
i'll update trunk and chek for bugs...
thanks for your work Caeies :)
Yep, thanks ! I'll test all this too.
Giorgio Pioda
2009-01-19 14:23:33 UTC
Permalink
Hi volks

I've done a checkout. The core installs; the application of the core works all out of the filemanager which doesn't appear in the menu and/or admin menu.

I tried also to download other modules but no one appears in the setup utility.

All the strings inside phpgroupware have an additional ! at the beginning (!edit, !Home, ...)

I hope now the phpgroupware will improve...

cheers

gfwp

(the upgrade from 0.9.16 fails mainly with problems with the calendar).

Sent from the phpGroupWare forums @ forums.phpGroupWare.org
Giorgio Pioda
2009-01-19 14:52:15 UTC
Permalink
Ehm... Calendar not working

Here the report

!Warning: implode() [function.implode]: Invalid arguments passed in /path/to/phpgroupware/phpgwapi/inc/class.sql_builder.inc.php at line 373

#0 uicalendar->month() [/path/to/phpgroupware/index.php:111]
#1 uicalendar->get_month() [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:350]
#2 contacts_->get_name_of_person_id(11) [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:384]
#3 contacts_->get_records_by_field(per_full_name, 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:1806]
#4 sql_builder->get_sql() [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3050]
#5 implode(,, ) [/path/to/phpgroupware/phpgwapi/inc/class.sql_builder.inc.php:373]

!Fatal Error
SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))

!file: /path/to/phpgroupware/phpgwapi/inc/class.db.inc.php
!line: 338
!back trace

!Please include the following output when you report this incident on our bug tracker - https://savannah.gnu.org/bugs/?group=phpgroupware

in File: /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php
on Line: 1806
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 'FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))' at line 1
#0 uicalendar->month() [/path/to/phpgroupware/index.php:111]
#1 uicalendar->get_month() [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:350]
#2 contacts_->get_name_of_person_id(11) [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:384]
#3 contacts_->get_records_by_field(per_full_name, 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:1806]
#4 contacts_->execute_query(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11)), 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3050]
#5 phpgwapi_db->query(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11)), 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3072]
#6 trigger_error(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))
in File: /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php
on Line: 1806
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 'FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))' at line 1, 256) [/path/to/phpgroupware/phpgwapi/inc/class.db.inc.php:338]

.

Sent from the phpGroupWare forums @ forums.phpGroupWare.org
Benoit Hamet
2009-01-19 16:08:16 UTC
Permalink
Hi Giorgio,

Thanks for your report.

I should be working on it Wednesday. There's still a lot of stuff to fix
in the trunk ...

If you have other reports, please post them on savannah, since it will
be easier for us to track them down.

Please, checks that the user administration is working for you (like
preferences, admin, acl settings, etc ...)

Regards,

Caeies.
Post by Giorgio Pioda
Ehm... Calendar not working
Here the report
!Warning: implode() [function.implode]: Invalid arguments passed in /path/to/phpgroupware/phpgwapi/inc/class.sql_builder.inc.php at line 373
#0 uicalendar->month() [/path/to/phpgroupware/index.php:111]
#1 uicalendar->get_month() [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:350]
#2 contacts_->get_name_of_person_id(11) [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:384]
#3 contacts_->get_records_by_field(per_full_name, 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:1806]
#4 sql_builder->get_sql() [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3050]
#5 implode(,, ) [/path/to/phpgroupware/phpgwapi/inc/class.sql_builder.inc.php:373]
!Fatal Error
SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))
!file: /path/to/phpgroupware/phpgwapi/inc/class.db.inc.php
!line: 338
!back trace
!Please include the following output when you report this incident on our bug tracker - https://savannah.gnu.org/bugs/?group=phpgroupware
in File: /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php
on Line: 1806
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 'FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))' at line 1
#0 uicalendar->month() [/path/to/phpgroupware/index.php:111]
#1 uicalendar->get_month() [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:350]
#2 contacts_->get_name_of_person_id(11) [/path/to/phpgroupware/calendar/inc/class.uicalendar.inc.php:384]
#3 contacts_->get_records_by_field(per_full_name, 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:1806]
#4 contacts_->execute_query(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11)), 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3050]
#5 phpgwapi_db->query(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11)), 1806, /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php) [/path/to/phpgroupware/phpgwapi/inc/class.contacts_sql.inc.php:3072]
#6 trigger_error(SELECT FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))
in File: /home/gfwp/public_html/phpgroupware/phpgwapi/inc/class.contacts_sql.in c.php
on Line: 1806
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 'FROM phpgw_contact_person contact_person WHERE ((contact_person.person_id = 11))' at line 1, 256) [/path/to/phpgroupware/phpgwapi/inc/class.db.inc.php:338]
.
_______________________________________________
phpGroupWare-developers mailing list
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
Benoit Hamet
2009-01-21 14:38:16 UTC
Permalink
Hi all,

I have done some svn ci that should help to work.

I'm able to search the contacts correctly, the addressbook looks working
(as far as I can see) ...

There's still a lot's of (other) problems, but this one should be solved :)

BTW : if I modify the setup (in admin->site configuration), then my
install is screwed up (means to fix it, I need to delete all tables,
then reinstall them, and start again the setup process) ... Am'I the
only one ?

Regards,

Caeies.
Benoit Hamet
2009-01-21 18:42:48 UTC
Permalink
Re all,
Post by Benoit Hamet
Hi all,
I have done some svn ci that should help to work.
I'm able to search the contacts correctly, the addressbook looks working
(as far as I can see) ...
There's still a lot's of (other) problems, but this one should be solved :)
BTW : if I modify the setup (in admin->site configuration), then my
install is screwed up (means to fix it, I need to delete all tables,
then reinstall them, and start again the setup process) ... Am'I the
only one ?
Ok this bug fixed.
I fixed user management as well as group management.

There still a problem with the deletion of the contact created with a
new user. WIP.

Regards.

Caeies

Loading...