|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Installing user management system
I have a website and want to add a user management system. I downloaded quite a few of them and installed on my server, but most of them need debbuging or are not quite working.
I am looking for something that has: 1.user registration 2.email activation 3.login/logout 4. recover password if user forgot the password Or if anyone knows a good tutorial it would be a help too. |
|
#2
|
|||
|
|||
|
RE: Installing user management system
Have you tried Meunity Community System (http://meunity.sourceforge.net)?
|
|
#3
|
|||
|
|||
|
RE: Installing user management system
i just tried it and i get this continuous error when i try to open the index page.
Warning: feof(): supplied argument is not a valid stream resource in c:inetpubwwwrootmeunitymeunitytemplate.php on line 48 Warning: fgets(): supplied argument is not a valid stream resource in c:inetpubwwwrootmeunitymeunitytemplate.php on line 49 I get this message when i try to run /meunity/public/index.php I am using IIS 5.0 , PHP 4.3 , and Mysql. I need some help fixing this! |
|
#4
|
|||
|
|||
|
RE: Installing user management system
What does your configuration file look like?
|
|
#5
|
|||
|
|||
|
RE: Installing user management system
are you talking about php.ini
|
|
#6
|
|||
|
|||
|
RE: Installing user management system
ok i finally found a good user system called patUser and it looks good and all but im having trouble installing it or i get some errors, could be my php config file, but cant figure it out, i tried changing things but still nothing. It looks to me that sessions are not configured correctly. here are some errors that i get.
Warning: session_start(): open(/tmpsess_c2247daec637623763608237f63d6ef9, O_RDWR) failed: No such file or directory (2) in C:InetpubwwwrootincludepatUser.php on line 452 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:InetpubwwwrootincludepatUser.php:452) in C:InetpubwwwrootincludepatUser.php on line 452 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:InetpubwwwrootincludepatUser.php:452) in C:InetpubwwwrootincludepatUser.php on line 452 Couldn't open file 'patUserLogin.tmpl' for reading! Warning: Unknown(): open(/tmpsess_c2247daec637623763608237f63d6ef9, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 I changed session.save path to C:windowstemp but it dont work for some reason. Help please! |
|
#7
|
|||
|
|||
|
RE: Installing user management system
You need to create a tmp directory in c: it should work then unless you have other setup promblems but this will solve the errors you have listed.
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Installing user management system |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|