VHCS 2.4.8RC1 MySQL-error - 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: VHCS 2.4.8RC1 MySQL-error (/thread-193.html) |
VHCS 2.4.8RC1 MySQL-error - Cypherior - 02-23-2007 12:24 AM Hello, I'm using the VHCS2.4.8RC1 which is the version that you have done and it's fantastic. I have just one problem, when I add a new MySQL-database and try to add an existing user to it, I get these errors: Notice: Undefined index: user_name in /var/www/vhcs2/gui/client/sql_add_user.php on line 352 Notice: Undefined index: pass in /var/www/vhcs2/gui/client/sql_add_user.php on line 219 Notice: Undefined index: pass_rep in /var/www/vhcs2/gui/client/sql_add_user.php on line 219 Notice: Undefined index: pass in /var/www/vhcs2/gui/client/sql_add_user.php on line 224 Notice: Undefined index: pass in /var/www/vhcs2/gui/client/sql_add_user.php on line 229 Is there any quick fix to this? RE: VHCS 2.4.8RC1 MySQL-error - ephigenie - 02-23-2007 12:46 AM oh - thats just a notice because somebody used $var[1] instead of $var['1'] you can set error_reporting in your php.ini to a higher value or just wait until I've fixed that ( i think i do so today ) than check out the new svn and just replace those files. RE: VHCS 2.4.8RC1 MySQL-error - Cypherior - 02-23-2007 12:56 AM I wait for the pro's to handle this I don't want to keep you away from developing omega, but this version has been gold for me and this is the only problem in using it atm. RE: VHCS 2.4.8RC1 MySQL-error - RatS - 02-23-2007 09:28 AM okay, It's fixed in Trunk of Omega, get it there; maybe ephigenie can copy it! RE: VHCS 2.4.8RC1 MySQL-error - Cypherior - 02-23-2007 07:04 PM RatS Wrote:okay, It's fixed in Trunk of Omega, get it there; maybe ephigenie can copy it! Is it similar to the VHCS 2.4.8RC1 file? Can I use it directly? RE: VHCS 2.4.8RC1 MySQL-error - BeNe - 02-23-2007 07:14 PM I think so! RE: VHCS 2.4.8RC1 MySQL-error - RatS - 02-23-2007 07:36 PM Yes, there are no changes. |