BUG in RC5 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: BUG in RC5 (/thread-3629.html) |
BUG in RC5 - alecksievici - 06-27-2008 06:04 PM I've noticed a little bug in the gui of rc5. The problem is in the sql section. If you create 2 databases and one username for each database, when you try to access the phpmyadmin for each user there's a problem: when i click on the 1st link it gets me tot the second user's database and when i try to click the link on the second user's phpmyadmin it doesn't work. I hope you understand what i just said... sorry for may bad english :-S. RE: BUG in RC5 - prale - 06-28-2008 10:48 PM Same problem noticed here. Temp solution is to login manually with that username. I also noticed this problem is only with the first and the last database. If I click the first, it opens the last database in the table. And the last has a javascript error, so it won't open anything. RE: BUG in RC5 - Machaven - 07-01-2008 04:25 AM I also had this error, and found the solution, the problem is in the template. The Form which is supposed to hold the login details for the database is not the in loop that creates the link options for the databases. There for the form only gets populated once with the db details of the last database. Some how this form's position moved between RC4 and RC5. To Fix, take the source http://www.isp-control.net/ispcp/browser/tags/omega-1.0.0-rc5/gui/themes/omega_original/client/manage_sql.tpl Move the <form entry on line 111 to between line 93 and 94 as it was in RC4. RE: BUG in RC5 - kilburn - 07-02-2008 02:53 AM Fixed in r1254, thanks Machaven |