Problem with create users in software

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
leoelboss
Forum Newbie
Posts: 1
Joined: Fri Feb 10, 2012 11:14 am

Problem with create users in software

Post by leoelboss »

Hi,

I have a problem with a software in php. I can not create new users, the system says:

An error occured while trying to create this user. If this problem persists, please contact your administrator.



The error logs say:

Notice Undefined index: ss_p Internal Feb 10 2012 17:05:08
Undefined index: ss_p in /home1/grupoch2/public_html/envios/admin/functions/users.php at 436
File Line Function
/home1/grupoch2/public_html/envios/admin/functions/users.php 436 HandlePHPErrors
/home1/grupoch2/public_html/envios/admin/com/init.php 556 Users->Process
/home1/grupoch2/public_html/envios/admin/index.php 80 require_once

Notice Undefined index: username Internal Feb 10 2012 17:05:08
Undefined index: username in /home1/grupoch2/public_html/envios/admin/functions/users.php at 375
File Line Function
/home1/grupoch2/public_html/envios/admin/functions/users.php 375 HandlePHPErrors
/home1/grupoch2/public_html/envios/admin/com/init.php 556 Users->Process
/home1/grupoch2/public_html/envios/admin/index.php 80 require_once

I ATTACHED THE FILE USERS
Attachments
users.zip
(8.48 KiB) Downloaded 101 times
users.zip
(8.48 KiB) Downloaded 102 times
Post Reply