forum : Cannot add user/host/client in rev-162

You must be logged in to post Login Register

Cannot add user/host/client in rev-162

UserPost

12:56 pm
September 10, 2009


themattreid

Admin

Nevada

posts 52

1

See this post: http://kontrollsoft.com/archives/435

If you are having an issue with adding hosts/clients/users on revision 162 it’s because of the INSERT DELAYED sql command being used. Before I release a new version, please change the following lines in the file “system/application/models/mode_app.php”

Incorrect code

line 70: $sql0=”INSERT DELAYED INTO server_list (
line 139: $sql0=”INSERT DELAYED INTO `server_client` (
line 177: $sql0=”INSERT DELAYED INTO `system_users` (

Correct code

line 70: $sql0=”INSERT INTO server_list (
line 139: $sql0=”INSERT INTO `server_client` (
line 177: $sql0=”INSERT INTO `system_users` (

http://kontrollsoft.com http://themattreid.com

 

About the kontrollsoft forum

Most Users Ever Online:

9


Currently Online:

6 Guests

Forum Stats:

Groups: 3

Forums: 12

Topics: 43

Posts: 93

Membership:

There are 539 Members

There has been 1 Guest

There is 1 Admin

There are 0 Moderators

Top Posters:

xstar – 16

Prabhat – 3

Brince – 3

massoo – 2

j2ict – 2

christian.keil – 2

Administrators: themattreid (52 Posts)