Statistics Stalls

Odyssey_Jon

New Member
I am having a problem with the statistics page loading data.
When I select a listed mailing, the little green bar on the right fills and then nothing. I cannot get a further action from the window and it must be closed.

The connection to the DB is working.
The web db interface works but it is less elegant and functional.
The data is going into the db.

What may be wrong?
 

Odyssey_Jon

New Member
There are no sever errors or errors in the mysql logs.

Current Version 8.6
Data is going into DB.

Error is in loading of mailing data into maxprog statistic viewer.
 

stanbusk

Administrator
Staff member
The command for getting statistics is:
Code:
lm.php?cmd=getclicks&pwd=password&delivery=delivery_num
[&from=YYYY-MM-DD]
[&to=YYYY-MM-DD]
[&fields=field1[;field2;...]]
[&action=open|click]
[&dup=no]
Try to run it in your web browser. What do you get?

Form the MLM Doc: A command is made of parameters, 'cmd' is the command name and it is required. 'list' is the list name(s), 'email' is the email address involved in the command and 'pwd' is the administrator password. Optional parameters (or parts) are enclosed into brackets. Remove the brackets to include a parameter or remove the parameter and its brackets if you don't want to use it. Do not use a command with optional parameters enclosed into brackets. All commands are delimited with an ampersand but the first one. In fact the script name 'lm.php' is separated from its parameters with an interrogation sign. There is no specific order for parameters. Parameter '&list=list1[&list2;...]' means you can place one or several lists separated with a semicolon. Some optional parameters can change the command functionality.

--
Follow maxprog.com on Facebook | Google+ | Linkedin | Twitter | YouTube
and keep up-to-date with the latest Max Programming updates!
 

Odyssey_Jon

New Member
Thank you, this method does work and returns the results instantly.
The stats screen from the desktop application still stalls.
It did open a set of stats from the last mailing when left unattended for some time, but when asked to switch to another mailing it stalled again.

I have found a work around connecting to the db using the mysql odbc connector then linking to msaccess for some queries I wrote.

Example:
<STATS>
2017-03-30 23:23:01 29 [Firstname] - New Instructions (save this email) Open open Suzanne xxxx [email protected] Instructionlist 2982 66.249.84.31 Windows Firefox
2017-03-30 23:23:15 29 [Firstname] - New Instructions (save this email) https://odysseyexpeditions.com/whychooseodyssey.htm Sindy xxxx [email protected] March 30 2017 2982 137.44.218.232 MacOS iPhone
.
.
.
</STATS>
 
Top