![]() |
Sergey Kornilov admin 1/12/2011 |
When you create a user manually you need to populate GroupID field. Since group name is Admin you need to put 'Admin' value there. |
K
|
komlos author 1/12/2011 |
Thanks! Now it works. The problem was that I first didn't have a groupid field so PHPRunner offered me to create one, but it created an "INT" type field by default, that's why I thought groupids are digits. It doesn't say about the type of field in the manual. Now I changed it to VARCHAR and entered "Admin". |
K
|
komlos author 1/12/2011 |
Another problem is that right after I log in it gives me a 404 not found page. When I type the address of the list page of my table manually it works fine, and I can see I am logged in, and I can access any page. Also when I enter just the base URL of my project without any page after the slash, it redirects me to the login page even if I am logged in...
|
![]() |
Sergey Kornilov admin 1/12/2011 |
index.htm file is there for a reason. When someone opens http://yourwebsite.com/folder index.htm will be loaded. If this file is not there you'll see the list of files or an error message. index.htm index.htm |
K
|
komlos author 1/13/2011 |
The problem is that it redirects to login page even if I'm logged in... |
![]() |
Sergey Kornilov admin 1/13/2011 |
index.htm redirects user to the list page (if you only have one table) or to the menu page. |
K
|
komlos author 1/16/2011 |
OK. Every time I tried to log in, the browser gave me a 404 page not found error. It was because after login it redirected me to a non-existing page called "anypage.php". So I had to input the name of my list page manually into the browser's address field. |
![]() |
Sergey Kornilov admin 1/16/2011 |
I guess you can modify index.htm pointing it to any list page or to menu page. |
K
|
komlos author 1/17/2011 |
That means I have to modify it every time I generate the files?? |
![]() |
Sergey Kornilov admin 1/17/2011 |
No, there is no need to modify index.htm every time. In fact, it should never point to login.php page. By default it points to the first page of the application (menu or list page). If this is not happening - send us the whole project directory for investigation via http://support.xlinesoft.com |