My configuration is ser 0.8.11 on Mandrake 9.1 with native php and MySQL. It works fine. I also installed serweb and made the necessary changes to its config.php. When I try to register a new user with serweb and answer to the e-mail that was sent to me I get the following message:
400 Table 'aliases' not found in memory, use save("aliases") or lookup("aliases") in the configuration script first
By answering the e-mail the registration data in ser database is moved to the subscriber table but can still be found in the pending table.
I tried to solve the error message by inserting "lookup("aliases")" in the beginning of the ser.cfg file and also in the uri==myself condition but then the ser doesn't start any more ("bad config file").
What should the configuration file look like?
TL
If you have (uri==myself) condition in your script then lookup("aliases"); should be placed somewhere inside the condition.
If ser complains about bad config file then set debug to higher value and check on which line the error is.
Jan.
On 01-10 13:37, Teppo Lunnas wrote:
My configuration is ser 0.8.11 on Mandrake 9.1 with native php and MySQL. It works fine. I also installed serweb and made the necessary changes to its config.php. When I try to register a new user with serweb and answer to the e-mail that was sent to me I get the following message:
400 Table 'aliases' not found in memory, use save("aliases") or lookup("aliases") in the configuration script first
By answering the e-mail the registration data in ser database is moved to the subscriber table but can still be found in the pending table.
I tried to solve the error message by inserting "lookup("aliases")" in the beginning of the ser.cfg file and also in the uri==myself condition but then the ser doesn't start any more ("bad config file").
What should the configuration file look like?
TL
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
see http://lists.iptel.org/pipermail/serusers/2003-October/003131.html
thanks for reporting,
-jiri
At 12:37 PM 10/1/2003, Teppo Lunnas wrote:
My configuration is ser 0.8.11 on Mandrake 9.1 with native php and MySQL. It works fine. I also installed serweb and made the necessary changes to its config.php. When I try to register a new user with serweb and answer to the e-mail that was sent to me I get the following message:
400 Table 'aliases' not found in memory, use save("aliases") or lookup("aliases") in the configuration script first
By answering the e-mail the registration data in ser database is moved to the subscriber table but can still be found in the pending table.
I tried to solve the error message by inserting "lookup("aliases")" in the beginning of the ser.cfg file and also in the uri==myself condition but then the ser doesn't start any more ("bad config file").
What should the configuration file look like?
TL
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/