Quote:
Originally Posted by Jon.
Having problems
I'm running 3.6, and when i visit the gallery2.php logged in as me (member #1) it gives me the error that m0nde gets. When i log out completely, or log in as someone else, i just get a blank screen with no source code. Any ideas?
EDIT
I wasn't using the skin that i'd put the template in :blush:
Now, though, there's this php error at the top:
Code:
line: 98, Failed to create G2 user with extId [1]. Here is the error message from G2:
Error (ERROR_COLLISION)
* in modules/core/classes/GalleryUser.class at line 154 (gallerycoreapi::error)
* in modules/core/classes/GalleryEmbed.class at line 360 (galleryuser::create)
* in /home/jonf/public_html/forum/gallery2.php at line 95 (galleryembed::createuser)
* in /home/jonf/public_html/forum/gallery2.php at line 50
and my forum below with nothing under the "Gallery" header.
Screenies:
http://img347.imageshack.us/my.php?i...6191204wz8.jpg
http://img347.imageshack.us/my.php?i...6191231xz2.jpg
EDIT2
Only happens when logged in as me. Everyone else gets a working page, but no images in the gallery section...
http://img347.imageshack.us/my.php?i...6191554uh5.jpg
EDIT3
Ok, plan B. Could somebody alter the gallery2.php file so that it just creates the user accounts for the gallery? I can then add a redirect or link to the main gallery. I understand this isn't really the place to ask, but i wondered if anyone else had done the same.
|
the problem is that you are using ID #1 in VBB, in gallery #1 is already assigned so you are getting a collision of sorts.... i know i have mentioned how to fix this previously so i dotn truthfully remember EXACTLY how to resolve this. but here is somewhat what i remember:
there is a table in the gallery 2 database called ?extIDs?(external ID's). this table houses the VBB user ID and then maps it to the Gallery 2 user ID. so if you find the gallery users ID 1, map it to VBB's userID 1. i THINK that will do it. if not it is something along those lines.
Quote:
Originally Posted by Jon.
Are you getting your users to visit the gallery2.php file? To my knowledge, it won't auto-create them until you visit that page.
|
Quote:
Originally Posted by Akagi
actually, the problem that i'm having is that the VBB users ain't mapped on my gallery user database. VBB has 6k users and gallery has only 2. Any idea?
|
he speaks the troof!
the integration script HAS TO BE VISITED for VBB/Gallery to integrate. how it works is basically as 2 totaly seperate islands with a small bridge. so when you cross the brodge you get an account. if you do not cross the bridge, you dont get an account.
hows that for a beach like explination