Webmastersite.net
Register Log In

absolutely no mails are send
no outgoing mails

Comments on absolutely no mails are send

mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Jul 11, 2008 - 2:56 AM:

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 ?
peumus
Forum Regular

Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile

Total Topics: 172
Total Comments: 462
peumus
Posted Jul 11, 2008 - 6:36 AM:

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.
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Jul 11, 2008 - 6:38 AM:

mmm,where do i find that?
peumus
Forum Regular

Usergroup: Customer
Joined: Aug 09, 2004
Location: Chile

Total Topics: 172
Total Comments: 462
peumus
Posted Jul 11, 2008 - 6:42 AM:

At editing your profile (the profile of the member intended to receive the email notifications).
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Jul 11, 2008 - 7:07 AM:

Well my standard registration defaults shows:instant
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Jul 11, 2008 - 8:26 AM:

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 smiling face
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 11, 2008 - 2:46 PM:

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?
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
Posted Jul 11, 2008 - 3:08 PM:

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.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted Jul 12, 2008 - 12:55 AM:

What version did you upgrade from?
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
#10 - Quote - Permalink
Posted Jul 12, 2008 - 3:45 AM:

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.....?
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
#11 - Quote - Permalink
Posted Jul 12, 2008 - 7:53 AM:

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...
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
#12 - Quote - Permalink
Posted Jul 12, 2008 - 5:37 PM:

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.



Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#13 - Quote - Permalink
Posted Jul 12, 2008 - 10:04 PM:

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
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
#14 - Quote - Permalink
Posted Jul 13, 2008 - 9:12 AM:

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...
mariow
Forum Regular

Usergroup: Customer
Joined: Jul 09, 2008

Total Topics: 22
Total Comments: 110
mariow
#15 - Quote - Permalink
Posted Jul 13, 2008 - 3:53 PM:

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.
Search thread for
Download thread as
  • 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.