Hello
I've installed ser with mysql module ... then I've run the sh script to create the ser DB with all required tables. I've modified the config.php but still can't make serweb to work. The problem is with field names in subscriber table.
The script created table subscriber with field names like USER_ID or REALM but the login script has differnet fieldnames. Instead of USER_ID USERNAME and instead of REALM DOMAIN.
What should I do to make serweb to work? Or am I doing something terribly wrong???
Igor
Igor:
You didn't say if you installed the correct versions of Apache and php. I think php needs to be version 4.4. Did you? If so did you edit the Apache config to add the appropriate directives for the /user and /admin pages?
In your php.ini file is short_open_tag = on and register_globals = on
-Steve
Igor Cahoj wrote:
Hello
I've installed ser with mysql module ... then I've run the sh script to create the ser DB with all required tables. I've modified the config.php but still can't make serweb to work. The problem is with field names in subscriber table.
The script created table subscriber with field names like USER_ID or REALM but the login script has differnet fieldnames. Instead of USER_ID USERNAME and instead of REALM DOMAIN.
What should I do to make serweb to work? Or am I doing something terribly wrong???
Igor
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello Steve,
I have Apache 1.3.29, PHP 4.3.4 the globals and open_tags are set to be ON. MySql is version 4.0.18. The only thing I didn't change is Apache config because I'm not sure what should I change there.
But I think the problem is somewhere else. Why do I have in MySql field names different from those in php code of serweb??? To create the DB I've used the script that comes with mysql module for ser.
Igor
Steve Blair wrote:
Igor:
You didn't say if you installed the correct versions of Apache and php. I think php needs to be version 4.4. Did you? If so did you edit the Apache config to add the appropriate directives for the /user and /admin pages?
In your php.ini file is short_open_tag = on and register_globals = on
-Steve
Igor Cahoj wrote:
Hello
I've installed ser with mysql module ... then I've run the sh script to create the ser DB with all required tables. I've modified the config.php but still can't make serweb to work. The problem is with field names in subscriber table.
The script created table subscriber with field names like USER_ID or REALM but the login script has differnet fieldnames. Instead of USER_ID USERNAME and instead of REALM DOMAIN.
What should I do to make serweb to work? Or am I doing something terribly wrong???
Igor
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers