1
Hello!
I'm having some trouble with a site I recovered some time ago...
I was able to get everything up and running again after some time but I faced two problems...
1) I was not able to change the email preferences
2) I'm not able to send emails to the registered users group
For problem #1 I found out reading the forums and comments on the news that there could be a problem because of the user number (currently ca. 3600 users registered)
the suggestion was to perform the following code under phpMyadmin or similar tools on the database:
UPDATE `_config` SET `conf_formtype` = 'custom' WHERE `conf_id` = '73' LIMIT 1 ;
luckily it worked for me to access the preferences of the emails.
But anyway, I still can't send emails to the registered users group...
I'm able to send emails to individual users or any other groups at the site...
I don't know ahead as I tried tonnes of possibilities and nothing helped...
Has anyone already faced this problem?
xoops version: 2.016
mysql: 4
php: 4.4
Online host
Thanks for any help
[edited by me]
the error I receive is under FF or IE that I'm asked to save the file admin.php when clicking on send email to registered users
[end edited]