Script URL: www.vo-downloads.com/supportmyscript
Version of script: Hesk 2.0
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
I am connected as Admin, I create a new user that is not administrator to be able to review PRIVATE knowledgebase articles
Even if I select multiple categories, when I submit new user creation, I receive error message :
Error
Please assign user to al least one category!
hesk 2.0 - can't create staff member
Moderator: mkoch227
Did you make any changes to the script? Also upload the phpinfo.php file to your server and let me know what browser you are using.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Thanks for the head-ups, I'll make sure I test and adjust Hesk to PHP 6 when it's out.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Please assign user to al least one category
I receive the exact same error no matter how many times I tried to create a new user - I even created a new category and selected it as well as the default category and it still gives me the error, "Error
Please assign user to al least one category!"
This is a brand new install of 2.0 with PHP 5.3 on a private host.
Does this script not work with any php version over 5.2? I am not sure that I can roll back to an older version and would like to use 5.3 if possible.
Session Test 1 completed: Session Started Successfully
Session Test 2: "$_SESSION['test'] is set to: TRUE"
I can provide more info as needed.
Thanks,
OliveMan
Please assign user to al least one category!"
This is a brand new install of 2.0 with PHP 5.3 on a private host.
Does this script not work with any php version over 5.2? I am not sure that I can roll back to an older version and would like to use 5.3 if possible.
Session Test 1 completed: Session Started Successfully
Session Test 2: "$_SESSION['test'] is set to: TRUE"
I can provide more info as needed.
Thanks,
OliveMan
Last edited by OliveMan on Tue Jul 21, 2009 4:25 pm, edited 1 time in total.
I will test it with 5.3, in the mean time try this:
viewtopic.php?t=2643
viewtopic.php?t=2643
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Can you clarify what I need to do to use the original common.inc.php? I copied the one from the zip file over the one that I have - and made the change to the manage_users.php file - does that cover everything you were asking for in this step?
I tried what I understood
by following the directions posted as:
Try using the original common.inc.php file and just delete this from manage_users.php file inside admin folder:
Code:
hesk_input($_POST['categories'],$hesklang['asign_one_cat']);
I now get: "Please assign at least one feature to this user!"
Even though the default boxes are checked for:
View Tickets
Reply to Tickets
Change Ticket Category
I tried what I understood
by following the directions posted as:
Try using the original common.inc.php file and just delete this from manage_users.php file inside admin folder:
Code:
hesk_input($_POST['categories'],$hesklang['asign_one_cat']);
I now get: "Please assign at least one feature to this user!"
Even though the default boxes are checked for:
View Tickets
Reply to Tickets
Change Ticket Category
Never mind, I tested Hesk now with PHP 5.3 and found the problem.
Download this file and upload it to the "inc" folder instead of the original one:
http://www.phpjunkyard.com/extras/hesk_php53_common.zip
Download this file and upload it to the "inc" folder instead of the original one:
http://www.phpjunkyard.com/extras/hesk_php53_common.zip
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Resolved - Can't Add User Category Error
Awesome - I changed the manage_user.php back to the original and copied over the common_inc.php file in the inc folder and everything is working now on PHP 5.3
Thanks a ton!
Thanks a ton!