SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 24, 2012, 09:11:26 pm

Login with username, password and session length
Members
Total Members: 10071
Latest: cdavidson012
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 52
Total: 52
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: Initial Newsletter Problems  (Read 2686 times)
xhoster1
Newsletter Pro Customer
Newbie
*****
Offline Offline

Posts: 12


View Profile
« Reply #15 on: November 06, 2010, 01:04:29 am »

@Smfhacks:

I tested the newsletter again tonight, to send a weekend newsletter. The good news is that the previous error messages from ManageNews.php didn't show up. So that bit of help worked.

And it got to 100% sent (or I believe it did, after 99% the page automatically refreshed)

Now, the unpleasant news:

Under the reports tab, it shows zero newsletters sent. So I don't know who received the newsletter (if anyone) or who opted out.

And under the lists tab, It still doesn’t show that any newsletters have been sent and I get the following message:


Apply Filter: Only show the errors with the same message
Database Error: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay
File: /home/icfreeho/public_html/Sources/Load.php(1733) : eval()'d code
Line: 473


Would you please tell me your suggestions for fixing these two issues?

Thank you
-GL
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #16 on: November 06, 2010, 01:09:19 pm »

Is this your own server or is it in a shared hosting account if it is your own server we can make some changes to MySQL itself.
Logged
xhoster1
Newsletter Pro Customer
Newbie
*****
Offline Offline

Posts: 12


View Profile
« Reply #17 on: November 08, 2010, 06:20:38 pm »

It's on a shared server, unfortunately.

What's puzzling to me is that the first time I tried using the software, it sent part of the e-mails and the report showed the number sent. In this case, it didn't send anything, even though it appeared to be running & sending.

I should mention that I used the drop down feature within the newsletter tab to send a specific message to one list of members. Not sure whether that makes a difference

And I didn't disable pretty urls (it did send some messages earlier without this being disabled)

Any other suggestions?

GL 
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #18 on: November 08, 2010, 06:50:00 pm »

Try this change makes the query a little shorter since it changes how many emails it pulls at once.

Open
Sources/ManageNews.php

Find
Code:
// How many to send at once?
$num_at_once = 60;
Change to
Code:
// How many to send at once?
$num_at_once = 20;

If you have prettyurls I suggest use the skip action list setting and add admin,news to that list.
Logged
xhoster1
Newsletter Pro Customer
Newbie
*****
Offline Offline

Posts: 12


View Profile
« Reply #19 on: November 09, 2010, 03:28:42 pm »

I'll try that

Thanks again
-GL
Logged
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 08:02:50 am]

[Today at 04:11:41 am]

[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 4.715 seconds with 19 queries.