ispCP - Board - Support
some bugs in 20070919 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: some bugs in 20070919 (/thread-1395.html)



some bugs in 20070919 - grungy - 09-25-2007 02:57 AM

User assignment - does not work. When I try to move some users from a reseller to a reseller it does not work.

Editing user info as admin does not work - I get an error
Code:
Notice: Undefined index: gender in /var/www/ispcp/gui/admin/edit_admin.php on line 74
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 'gender = '' where admin_id= '23'' at line 18

When I try to edit info of a user as the reseller that owns the domain it works perfectly....


RE: some bugs in 20070919 - joximu - 09-25-2007 03:00 AM

It seems that your database has no column "gender"...

The "Notice"-line is a notice (not a real error... but is not nice either...)

User-Assignment: I think we'll check that with BeNes demo :-)

/J


RE: some bugs in 20070919 - gOOvER - 09-25-2007 03:11 AM

I had the same Error, when i updated an Trunk, WITHOUT updating the Database. The gender field where added some Trunks before. I don't know which one at the Moment.


RE: some bugs in 20070919 - grungy - 09-25-2007 03:17 AM

Well the gender thing is not such a big issue but the user assignment IS! Smile


RE: some bugs in 20070919 - joximu - 09-25-2007 03:19 AM

It seems that there should be opened a ticket about the user assignement thing.


RE: some bugs in 20070919 - BeNe - 09-25-2007 04:20 AM

Ticket is Open!
--> http://www.isp-control.net/ispcp/ticket/717

Greez Bene


RE: some bugs in 20070919 - grungy - 09-25-2007 05:47 AM

I need to assign users to other resellers....I modified the database and changed the fileds 'domain_created_id' and 'created_by' and I have put the 'admin_id' of an admin and it works...just didn't have any time to test it...what do you think?


RE: some bugs in 20070919 - BeNe - 09-25-2007 06:02 AM

Yeah - this could work how you wanna do that.

Greez BeNe


RE: some bugs in 20070919 - grungy - 09-25-2007 06:28 AM

This works Wink