Announcement

  •  » Requests
  •  » Bridging and multi-user suggestion.

#46 2014-11-02 22:29:38

Greybrow
Translation Team
1970-01-01
12

Re: Bridging and multi-user suggestion.

Using view instead of table solved it for me now.

Code:

CREATE OR REPLACE VIEW smf_users_piwigo AS 
SELECT id_member AS id, 
member_name, 
passwd,
email_address
FROM smf_members;

Offline

 

#47 2014-11-02 22:30:54

flop25
Piwigo Team
2006-07-06
7037

Re: Bridging and multi-user suggestion.

oh great idea!


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#48 2016-01-03 14:32:44

Vassae
Member
2005-01-13
128

Re: Bridging and multi-user suggestion.

For information :

This post is quite old but I had the same problem with Piwigo 2.7.4 and my phpbb forum. In my case, it was the user_id field of the phpbb_users table the problem.

Moreover, I had to switch to md5 hash instead of pwg_password_hash : new users couldn't log in. (I changed the password field to char(255) and utf8 but that didn't fix the problem)

Offline

 

#49 2016-08-01 22:28:05

eliz82
Member
Romania
2016-04-27
281

Re: Bridging and multi-user suggestion.

flop25 wrote:

I notify plg about your issue on the user list

So when you are going to fix this bug? Seems is almost 2 years old.
I have also reported identical error
http://piwigo.org/forum/viewtopic.php?p … 35#p163435
with the PhpBB3 external authentification and it's seems i'm not the only one who reported this.

Vassae wrote:

I had the same problem with Piwigo 2.7.4 and my phpbb forum. In my case, it was the user_id field of the phpbb_users table the problem.

You are right. I have changed the "user_id" column name to something else and now i do not have the error anymore.

Offline

 
  •  » Requests
  •  » Bridging and multi-user suggestion.

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact