This topic is locked

phprunner crashed while building

9/29/2010 11:23:50 PM
PHPRunner General questions
K
karmacomposer author

Just to let you know:
I had been working on my project (and stupidly never saved) and on the 4th time building the project, it crashed (windows 7 64 bit) and I lost the darn project.
Is it possible to have autosave in the next version?
Mike

Sergey Kornilov admin 9/30/2010

Check tmp/backup directory inside project folder. PHPRunner creates a backup copy of your project there before every build.

K
karmacomposer author 9/30/2010



Check tmp/backup directory inside project folder. PHPRunner creates a backup copy of your project there before every build.


OK. Great - I was not relishing doing all that work over again.
That said, I am having a terrible time making a login page that works. All I can get to show is the email field, even though I have username, password, ID and a few other fields. I just want the username, password and email field to show up. I also added a captcha and I just want the persons to sign up, prove they are human and then gain access to the next form.
I'll watch the video tutorial again and try again!
Mike

Sergey Kornilov admin 9/30/2010

It's not clear if you are talking about login page or about registration page. You need to explain what exactly is the trouble you facing.

K
karmacomposer author 9/30/2010



It's not clear if you are talking about login page or about registration page. You need to explain what exactly is the trouble you facing.


My apologies. I was referring to the registration page so that someone can sign up to login.
Mike

Sergey Kornilov admin 9/30/2010

Proceed to Security->User Login settings dialog and choose which fields from login table to present on Registration page.

K
karmacomposer author 9/30/2010



Proceed to Security->User Login settings dialog and choose which fields from login table to present on Registration page.


I had already done that, but I had the wrong fields - now it's fixed.
New problem. Once I register and login successfully (all of that works flawlessly), it goes to menu.php, but the web page called menu.php is empty. In the actual project, I noticed that Admin menu is also empty - is it supposed to be? How do I create menu.php? I assume that page is my main menu where I can have the person logging in either fill in as a recruiter, employer or participant.
One other question is - once someone logs in, how do I provide the right person with the right kind of access? The way it should work is: recruiters (can add/edit themselves and their recruits only, but cannot see employers or other recruiters/cannot delete), employers (can add/edit themselves and view all participants, but not edit/delete) and participants (no rights at all, unless they have no recruiter, then they can add/edit themselves only/cannot see recruiters, employers or other participants)
Mike

Sergey Kornilov admin 9/30/2010

Mike,
if you use 'User Group permissions' make sure current user has access to at least one table. If user don't have access to any tables menu will be empty.
'User Group permissions' can be found on Security screen.

K
karmacomposer author 9/30/2010



Mike,
if you use 'User Group permissions' make sure current user has access to at least one table. If user don't have access to any tables menu will be empty.
'User Group permissions' can be found on Security screen.


Excellent! That was it.
Question (when do I not have one!): In the admin section, if I want to edit a member, how do you do it? I click add/edit and I can view, but I can see no way to edit a user. This will be important for the client, so I need to know how to do it.
Thank you so much for the answers - I am buying any day now. I just want to make sure this package will work 100% for this project - and it seems it will. The support so far has been top notch.
Mike

Sergey Kornilov admin 10/1/2010

You can add login table to the project and edit users any way you need.

K
karmacomposer author 10/4/2010

Just so you know, PHP Runner, while being a fantastic program, crashes on me regularly when attempting to build the project. It gets to the last file (say 133) and then Windows 7 closes the program (trying to 'find a solution').
So far, this has not resulted in a deleted project file like the 1st time, but it has happened two times today and many times on previous days.
Mike