As i first noticed that the contact form didnt send anything. But as i know now nothing is send and i didnt changed any settings.
The email-log shows the item i submitted as test,but not the message i've send using the contact form,but i dont know if that should show in the log as well. Looks to me that everything is set to yes but i dont know what to check anymore..
also paul....when you read this.... if i go to the ->Send E-mails<- page and send out an email to (equal to) admin then it says on the next page: Ready to send 1 emails. Then i send and it says: 0 e-mails have been dispatched.
If you don't have an admin email entered at Admin -> Settings -> System, that'll turn off all emails. Also, have you tried a different recieving address? Did you do the test with the same from and to that you did in the script?
well i just tried it with a different email address but its still the same. no mails. naturally i had email entered in the settings,so that was ok. all did worked before i upgraded. but now all is dead. the server sends mail so thats not the problem.
I upgraded from 4.0.35 -> to 4.1.52 Then when busy i saw 4.1.53 was released so i did that as well.
I can remember that when upgrading and running the install (upgrade) i saw an area almost at the bottom of the page a bunch of mysql commands that i should have run in some rare cases... Should ive done that ?
And i noticed that allthough i uploaded / overwriting all files every time i have more pages on my server then the wsnlink release originally has. Should i compare both and delete the files i see on the server that are not in the 4.1.53 release?...as its the full version.....?
Well i did some testing and i do know a few things by now. Its obviously it has to do with the upgrade.
On another domain where i uploaded the backup of the older version...including its database all worked. And yes,even with a very clean install the mail works.
But now the results.. When i run the upgrade smoothly from the old to the 4.1.52 after that the mail didnt worked anymore. Even upgrading to 4.1.53 didnt help. Somehow i have a feeling it has to do with the table wsnlinks_setting.
But you wrote it all so i hope this may help you some how...
ok...another thing i tried... as i thought that maybe the wsnlinks_settings table was to blame...,but when i replaced it with the one of a clean install and checked settings ,even then no mails were received. But i noticed some changes also... Allthough the updates
THIS TABLE IS FROM CLEAN INSTALL
CREATE TABLE IF NOT EXISTS `wsnlinks_settings` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `content` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=528 ;
THIS TABLE IS FROM CURRENT INSTALL
CREATE TABLE IF NOT EXISTS `wsnlinks_settings` ( `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `content` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=513 ;
You see the -> `name` text NOT NULL, That should be -> `name` varchar(50) NOT NULL,
You're saying that a clean 4.1.52/53 install sends mail for you, but an upgrade from 4.0 to 4.1 doesn't? Or are you just saying a clean 4.0 install sends mail?
The table differences are irrelivant, they just save a nanosecond or a few bytes memory.
I realy hope we can figure this out together instead of letting me pay again. With my current upgraded wsnlinks no mails are send,not when anyone sends in a link,or uses the contact form.. Ive spend hours on this,believe me..
So let us try to figure out why no mails are send anymore after the upgrade.. Can you think of any settings,or other tiny things i can check ?
I also installed a new version on a testsite and trying to use the dmoz import as you know from other topic....but thats not going well also...
ok, lets give another update... as i have xampp installed i thought i give it a try locally and import big directories as that seems to be working...5 or 6 thousand importing works...,thats easy as your using your own computer resources.. so my question is paul, i asumme i have to regenerate it all over again when i put everything on the server ? As i dont know what the effect is on everything as its working from within root/localhost.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on absolutely no mails are send
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
Hi,
For some weird reason im not receiving mails from this new version,before the upgrade i did.
I checked by using your test file:
<?php mail("you@yourdomain.com", "Test", "Works.", "From: you@yourdomain.com"); ?>
and that proved that the server sends the mail.
I also checked : www.webmastersite.net/forum...ightqgformlspang-7459.html
As i first noticed that the contact form didnt send anything.
But as i know now nothing is send and i didnt changed any settings.
The email-log shows the item i submitted as test,but not the message i've send using the contact form,but i dont know if that should show in the log as well.
Looks to me that everything is set to yes but i dont know what to check anymore..
How to solve this ?
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
Hello,
Can you please comment if you have daily digest selected at that profile. I believe I'm having some issues with it so I would like to know.
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
mmm,where do i find that?
Forum Regular
Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile
Total Topics: 172
Total Comments: 462
At editing your profile (the profile of the member intended to receive the email notifications).
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
Well my standard registration defaults shows:instant
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
also paul....when you read this....
if i go to the ->Send E-mails<- page and send out an email to (equal to) admin then it says on the next page: Ready to send 1 emails.
Then i send and it says: 0 e-mails have been dispatched.
Any help is apprciated when your around
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
If you don't have an admin email entered at Admin -> Settings -> System, that'll turn off all emails. Also, have you tried a different recieving address? Did you do the test with the same from and to that you did in the script?
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
hello paul,
well i just tried it with a different email address but its still the same.
no mails.
naturally i had email entered in the settings,so that was ok.
all did worked before i upgraded.
but now all is dead.
the server sends mail so thats not the problem.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What version did you upgrade from?
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
Hello paul,
I upgraded from 4.0.35 -> to 4.1.52
Then when busy i saw 4.1.53 was released so i did that as well.
I can remember that when upgrading and running the install (upgrade) i saw an area almost at the bottom of the page a bunch of mysql commands that i should have run in some rare cases...
Should ive done that ?
And i noticed that allthough i uploaded / overwriting all files every time i have more pages on my server then the wsnlink release originally has.
Should i compare both and delete the files i see on the server that are not in the 4.1.53 release?...as its the full version.....?
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
Hello Paul,
Well i did some testing and i do know a few things by now.
Its obviously it has to do with the upgrade.
On another domain where i uploaded the backup of the older version...including its database all worked.
And yes,even with a very clean install the mail works.
But now the results..
When i run the upgrade smoothly from the old to the 4.1.52 after that the mail didnt worked anymore.
Even upgrading to 4.1.53 didnt help.
Somehow i have a feeling it has to do with the table wsnlinks_setting.
But you wrote it all so i hope this may help you some how...
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
ok...another thing i tried...
as i thought that maybe the wsnlinks_settings table was to blame...,but when i replaced it with the one of a clean install and checked settings ,even then no mails were received.
But i noticed some changes also...
Allthough the updates
THIS TABLE IS FROM CLEAN INSTALL
CREATE TABLE IF NOT EXISTS `wsnlinks_settings` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(50) NOT NULL,
`content` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=528 ;
THIS TABLE IS FROM CURRENT INSTALL
CREATE TABLE IF NOT EXISTS `wsnlinks_settings` (
`id` int(11) NOT NULL auto_increment,
`name` text NOT NULL,
`content` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=513 ;
You see the -> `name` text NOT NULL,
That should be -> `name` varchar(50) NOT NULL,
And im sure i saw more differences.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
You're saying that a clean 4.1.52/53 install sends mail for you, but an upgrade from 4.0 to 4.1 doesn't? Or are you just saying a clean 4.0 install sends mail?
The table differences are irrelivant, they just save a nanosecond or a few bytes memory.
Since my and other people's upgrades from 4.0 haven't seemed to turn off email, I'll need access to the site: scripts.webmastersite.net/w...dex.php?section=inspection
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
Hello Paul,
I realy hope we can figure this out together instead of letting me pay again.
With my current upgraded wsnlinks no mails are send,not when anyone sends in a link,or uses the contact form..
Ive spend hours on this,believe me..
So let us try to figure out why no mails are send anymore after the upgrade..
Can you think of any settings,or other tiny things i can check ?
I also installed a new version on a testsite and trying to use the dmoz import as you know from other topic....but thats not going well also...
Forum Regular
Usergroup: Customer
Joined: Jul 09, 2008
Total Topics: 22
Total Comments: 110
ok, lets give another update...
as i have xampp installed i thought i give it a try locally and import big directories as that seems to be working...5 or 6 thousand importing works...,thats easy as your using your own computer resources..
so my question is paul, i asumme i have to regenerate it all over again when i put everything on the server ?
As i dont know what the effect is on everything as its working from within root/localhost.