vtiger Forum Index vtiger
The Honest Open Source CRM
 

Can't create the role (vtiger 5.0.2)
Click here to go to the original topic

 
       vtiger Forum Index -> Russian Forum
Previous topic :: Next topic  
Author Message
uznik



Joined: 17 Jan 2007
Posts: 8
Location: Ukraine

Posted: Thu Jan 18, 2007 12:10 pm    Post subject: Can't create the role (vtiger 5.0.2)  

Создаю новую роль, пытаюсь сохранить. В ответ получаю сообщение 'SUCESS' и ничего...
По этому чудо сообщению нашел файл vtiger/modules/Users/SaveRole.php ниже привожу его кусок, но так и не понял в чем проблема.
Code:
        $result = $adb->query($query);
        if($adb->num_rows($result) > 0)
        {
                echo 'Role name already exists';
                die;
        }else
        {
                echo 'SUCESS';
                die;
        }

Все это работает на:
FreeBSD 6.2-PRERELEASE
PHP 5.2.0
Apache/2.2.3
MySQL 5.0.27
vtiger-5.0.2
Back to top  
 
       vtiger Forum Index -> Russian Forum
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.15 © 2001, 2002 phpBB Group