Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 26

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Mambo 4.5.1 > Mambo 4.5.1 Bugs

Reply
 
LinkBack Thread Tools Display Modes
Old 19.08.2004, 07:50   #1 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 10
mathieu660 is on a distinguished road
Angry Big bug with the mambo userlist and mysql

Hi, my website is currently with a CMS called nuked.klan . Now i wanna change to Mambo, but the thing is that i wanna import my old user list i got like 203 members.

So my programmer did the work and import the old user list for mambo.

But the only trouble is that mambo don't support it i mean



HEre the thing i did a test with 3 peps and the weird thing is in phpmyadmin it add 3, but in mambo it just accept the admin one and the second account.

i did i test so i switched the possition of the account



I used exaclty the same code but i just switch the possition and now weird the new second account is viewable but not the third one like the other time

wtf ??? could some one fix that **** lol


Here is my code :

for the first Screenshot :

INSERT INTO `mos_users` VALUES (1,'Administrator', 'admin', 'mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', 'superadministrator', 0, 1, 25, '2004-08-16 17:05:27', '2004-08-16 18:53:44');
INSERT INTO `mos_users` VALUES (2,'Mathieu660', 'mathieu660', 'Mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', '', 0,0,1, '2004-08-16 17:19:50', '0000-00-00 00:00:00');
INSERT INTO `mos_users` VALUES (3,'yz125','yz125','Mathieu660r@hotmai.com','cc752 4550d1816985c13a143becd7095','',0,0,1,'2004-08-16 17:30:05','0000-00-00 00:00:00');

For the second Screenshot :

INSERT INTO `mos_users` VALUES (1,'Administrator', 'admin', 'mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', 'superadministrator', 0, 1, 25, '2004-08-16 17:05:27', '2004-08-16 18:53:44');
INSERT INTO `mos_users` VALUES (2,'yz125','yz125','Mathieu660r@hotmai.com','cc752 4550d1816985c13a143becd7095','',0,0,1,'2004-08-16 17:30:05','0000-00-00 00:00:00');
INSERT INTO `mos_users` VALUES (3,'Mathieu660', 'mathieu660', 'Mathieu660r@hotmail.com', 'c5548f9fb33e628b685f30309279b218', '', 0,0,1, '2004-08-16 17:19:50', '0000-00-00 00:00:00');

Pls some one fix that for the next version and say me how to fix it too lol
mathieu660 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 19.08.2004, 07:54   #2 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 10
mathieu660 is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

i use MamboV4.5-Stable-1.0.9
mathieu660 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.08.2004, 09:38   #3 (permalink)
Baby Mamber
 
uptype's Avatar
 
Join Date: Jun 2004
Posts: 5
uptype is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

Try putting the 'gid' in as 18 and not 1
uptype is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.08.2004, 18:37   #4 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 10
mathieu660 is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

Same thing happening, only the second account is viewable in the mambo user list, but i can scroll tha page and there are many but they are all empty. ???? wtf
mathieu660 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.08.2004, 19:30   #5 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: Big bug with the mambo userlist and mysql

You'll need to include the mos_core_acl_aro table data and possibly the mos_core_acl_groups_aro_map table data to complete the users information.
Raydian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.08.2004, 20:18   #6 (permalink)
Baby Mamber
 
Join Date: Jul 2004
Posts: 10
mathieu660 is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

huu k could you explain where i put that and how lolol i'm not really good in that
mathieu660 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.08.2004, 20:35   #7 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: Big bug with the mambo userlist and mysql

How did you get the mos_users INSERT statements? Do the same for the mos_core_acl_aro table and then INSERT them. You should have a mos_core_acl_aro table row for each user row.

Hope that helps...
Raydian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.08.2004, 03:38   #8 (permalink)
Mamber
 
Glimmerman's Avatar
 
Join Date: Apr 2004
Posts: 60
Glimmerman is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

Quote:
Originally Posted by mathieu660
i use MamboV4.5-Stable-1.0.9
This thread should be moved to the Mambo 4.5 area....
__________________
The Glimmerman
Glimmerman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.08.2004, 03:41   #9 (permalink)
prj
Expert Mamber
 
prj's Avatar
 
Join Date: Jun 2004
Posts: 252
prj is on a distinguished road
Default Re: Big bug with the mambo userlist and mysql

Quote:
Originally Posted by Raydian
How did you get the mos_users INSERT statements? Do the same for the mos_core_acl_aro table and then INSERT them. You should have a mos_core_acl_aro table row for each user row.

Hope that helps...
Can you explain in more detail?

How would one make a create statement for each user?
prj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20.08.2004, 19:37   #10 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 121
Raydian is an unknown quantity at this point
Default Re: Big bug with the mambo userlist and mysql

phpMyAdmin is what I use to create INSERT statements. You would select the table you want and do a EXPORT of the data. This process creates the INSERT statements for you.

Last edited by Raydian; 20.08.2004 at 23:52.
Raydian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 12:36.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.