| Author |
Message |
khsjr1970
Novice


Joined: Aug 30, 2005 Posts: 20
|
Posted: Wed Sep 28, 2005 10:43 pm Post subject: Only one problem left for me. |
|
|
After the integration is applied. A new user registers with PHPBB and after loggin in clicks the gallery link and is fed this error back
Error (ERROR_MISSING_OBJECT) : 3 GalleryUser
in modules/core/classes/helpers/GalleryEntityHelper_simple.class at line 138 (gallerystatus::error)
in modules/core/classes/GalleryCoreApi.class at line 2225 (galleryentityhelper_simple::loadentitybyexternalid)
in modules/core/classes/GalleryEmbed.class at line 184 (gallerycoreapi::loadentitybyexternalid)
in modules/core/classes/GalleryEmbed.class at line 94 (galleryembed::checkactiveuser)
in /www/u/user/forum/htdocs/gallery2.php at line 76 (galleryembed::init)
This error goes away, when I go back and sync gallery 2 users again. and all is well.
is that how this is supposed to work ? am i to resync the DB manually after each new registration ? |
|
| Back to top |
|
|
AdBot
|
| Post subject: Only one problem left for me. |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Sep 29, 2005 6:27 am Post subject: Re: Only one problem left for me. |
|
|
the process *should* be as follows:
1. you install G2
2. you install the integration package
3. you configure the integration package.
4. you sync users (REQUIRED)
5 (optional) you sync groups.
after this, each new phpBB2 user should automatically be synced w/ G2 when they first visit G2. |
|
| Back to top |
|
|
khsjr1970
Novice


Joined: Aug 30, 2005 Posts: 20
|
Posted: Thu Sep 29, 2005 2:02 pm Post subject: Re: Only one problem left for me. |
|
|
Thanks Dari,
I have followed your instructions to the letter.
I just registered another test account through the forum, and and still being fed back the MISSING OBJECT Error.
It seems that my DB is not syncing properly, unless I go back and manually sync users each time a new user registers.
otherwise all new registered users get the MISSING OBJECT ERROR, until i manually resync the DB.
I don't know what else to try.
feel free to register an account to see what I am talking about, This forum is not a live environment at moment.
Last edited by khsjr1970 on Sun Jul 13, 2008 11:06 am; edited 1 time in total |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
|
| Back to top |
|
|
khsjr1970
Novice


Joined: Aug 30, 2005 Posts: 20
|
Posted: Fri Sep 30, 2005 12:46 pm Post subject: Re: Only one problem left for me. |
|
|
Joe I would guess if syncing is not working at all for you then you must have the configuration of the intregration set imporoperly.
double check your the gallery 2 integration settings from within your forum ACP. |
|
| Back to top |
|
|
khsjr1970
Novice


Joined: Aug 30, 2005 Posts: 20
|
Posted: Fri Sep 30, 2005 10:00 pm Post subject: Re: Only one problem left for me. |
|
|
UPDATE. after 3 more attempts to get new registrations to sync, after original sync. I notcied that when exporting users, I am presented with a Javascript error that I did not pick up on before.
Line 12
Char 7
Error Could not display property. Invalid argument
Code 0
The sync still functions properly, Users are synced and I can then access gallery properly.
Maybe I am reaching here ? hoping that this is the answer as to why new registrations to phpbb2 (after original sync) dont get synced without me as admin, having to go back into ACP and sync users again, to pull in, todays registrations ? and are presented wirth the MISSING OBJECT ERROR ? until i sync users again ?
Last edited by khsjr1970 on Sun Jul 13, 2008 11:06 am; edited 1 time in total |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Sat Oct 01, 2005 6:21 am Post subject: Re: Only one problem left for me. |
|
|
khsjr1970 wrote: › UPDATE. after 3 more attempts to get new registrations to sync, after original sync. I notcied that when exporting users, I am presented with a Javascript error that I did not pick up on before.
Line 12
Char 7
Error Could not display property. Invalid argument
Code 0
URL http://forum.verymisunderstood.com/admi ... e=ser&sid=
The sync still functions properly, Users are synced and I can then access gallery properly.
Maybe I am reaching here ? hoping that this is the answer as to why new registrations to phpbb2 (after original sync) dont get synced without me as admin, having to go back into ACP and sync users again, to pull in, todays registrations ? and are presented wirth the MISSING OBJECT ERROR ? until i sync users again ?
i got it too..ie shows up the error..
i guess it can't cause that problem as it's related to some property..and autosyncing equals to some functioncall only.. |
|
| Back to top |
|
|
khsjr1970
Novice


Joined: Aug 30, 2005 Posts: 20
|
Posted: Sun Oct 02, 2005 12:48 am Post subject: Re: Only one problem left for me. |
|
|
I am begining to believe that this problem may be related to Categories hierarchy and this integration not working together.
I believe The login.php is rewritten by the author of CHH and thus the code added into login.php by this intregration is not being recognized propery.
To test this theory, I will be installing a totally vanilla board, and implementing the integration, if that works properly, then it has to be conflicting with CHH because that is the only MOD that ive made to my board, and I know that CHH is heavily rewritten to better use resources. |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Sun Oct 02, 2005 10:06 am Post subject: Re: Only one problem left for me. |
|
|
khsjr1970 wrote: › I am begining to believe that this problem may be related to Categories hierarchy and this integration not working together.
I believe The login.php is rewritten by the author of CHH and thus the code added into login.php by this intregration is not being recognized propery.
To test this theory, I will be installing a totally vanilla board, and implementing the integration, if that works properly, then it has to be conflicting with CHH because that is the only MOD that ive made to my board, and I know that CHH is heavily rewritten to better use resources.
hm. i'm usin' chh too..
that can be related to the loginthing yeah..
but i have no idea why my _manual_ syncing in is not workin :/ |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Sun Oct 02, 2005 6:04 pm Post subject: Re: Only one problem left for me. |
|
|
back here..
i just fixed manual sycing..
now i want to get autosycing workin..
Dari if Ya read this, what is exactly done to make it automatically happen?
'cause i just dont find the right call for it.. |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Sun Oct 02, 2005 6:13 pm Post subject: Re: Only one problem left for me. |
|
|
khsjr1970 wrote: › I am begining to believe that this problem may be related to Categories hierarchy and this integration not working together.
I believe The login.php is rewritten by the author of CHH and thus the code added into login.php by this intregration is not being recognized propery.
well..if Ya wanna have some extra work do the test with vanilla.. ;>
what You saying is can not be the problem, as the addition in login.php handles only the loggin out of the user from g2 inside phpbb..
at least i think :>
loggin in should be handled from gallery.php, as that is called when a user wants gallery2 inside phpbb. |
|
| Back to top |
|
|
joe7
User


Joined: Apr 21, 2004 Posts: 39
|
Posted: Sun Oct 02, 2005 7:03 pm Post subject: Re: Only one problem left for me. |
|
|
just as i posted in the other topic:
"haha no code for that in the integration really
oki..just to help others..
current integration package as of 2005.10.03 will _not_ do automatic syncing of new registered users!" |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Oct 03, 2005 6:33 am Post subject: Re: Only one problem left for me. |
|
|
the current integration package WILL do automatic syncing of new users when they visit your gallery 2 site for the first time. so if they register with your forums, then wait a month to visit your gallery, they will not be registered with your gallery for a month. i could, if the demand is high enough, move the "on the fly" sync code into login.php.
re: the javascript error....IE doesn't like the progressbar in gallery2, unfortunately. |
|
| Back to top |
|
|
speedracer
Beginner


Joined: Sep 25, 2005 Posts: 14
|
Posted: Mon Oct 03, 2005 12:15 pm Post subject: Re: Only one problem left for me. |
|
|
Ho do you manually sync the users?
(I am encounteringthe same issue and using CHH mod) |
|
| Back to top |
|
|
|
|
|
|
|