ecoevolver
Forum Replies Created
-
username: ecoevolver
u=d5db283f7841dcd7811fc15c9&id=372409a809Ok, I just hit the mailchimp plugin settings page, and then immediately checked the mailchimp.com “24 hour section”, and I got this:
12/15/2010 10:35pm (green check mark)
nope 68.151.0.239 lists php 0.043s MCAPI/1.3 1.3
Thanks.
Hi mc_jesse,
I posted under the other thread by accident, sorry!
So talked with the server admin, he’s been working to get ftp working due to an issue between active and passive mode. He assures me that if there was an issue with outbound http traffic you wouldn’t see any web pages. Perhaps I misunderstood your comment on the other thread.
Please let me know if there is a way forward or at least other places to check for this problem. I absolutely need to get mailchimp working ASAP.
thanks!
I dont think outbound http is the issue.
I just double checked a cite I made a couple of weeks back in version 3.0.1 of WordPress on a site hosted at godaddy. it worked perfectly. I just checked that site after upgrading to 3.0.2 and the list nolonger populates.
So thats two sites, one at 3.0.2 and one at 3.0.3 that the list doesn’t fill.
Can you think of anything else?
thanks!
:))
first entry.
——–
12/14/2010 08:27amnope 68.151.0.239 lists php 0.047s MCAPI/1.3 1.3
further down
———–
12/14/2010 08:19amnope 68.151.0.239 getAccountDetails php 0.018s MCAPI/1.3 1.3
what does it all mean! ??
the mystery continues.
Ok, there are no entries under the API key section, says “Goose egg” and I tried to connect last night. So, I’m assuming that means that outbound http is being blocked.
I just sent an email to the server admin to see what the firewall is doing.
I’ll post here when I hear back from him.
Thanks for your help so far!
Ha, ok last problem I hope!!
:))
the field doesn’t update. Simply opening the file doesn’t fetch new data. I had to copy and paste the function call again to retrieve new data.
Any ideas how to get the spreadsheet to update by simply re-running the function?
Found the problem.
Original line produced by your php:
var url = siteUrl + "/wp-login.php?redirect_to=/wp-content/plugins/contact-form-7-to-database-extension/export.php%3Fform%3D" + encformName;
Needs to be:
var url = siteUrl + "/wp-login.php?redirect_to=/subdir/wp-content/plugins/contact-form-7-to-database-extension/export.php%3Fform%3D" + encformName;
its missing the sub directory of the site.
Works great now!
Hi there,
Neat plugin, thanks! Once i get it working i’m hopeful it will help me out!
When I try the above script solution, it fails. I just generated the script today and have the latest of everything.
I created a new spreadsheet, added the functions. Pasted the code in with my creds.
the error is:
error: Request failed for https://domain.ca/wp-content/plugins/contact-form-7-to-database-extension/export.php?form=Contact+form+1 returned code 404. Server response: <HTML> <HEAD><TITLE>Page Not Found</TITLE></HEAD> <BODY BGCOLOR="#FFFFFF" LINK="maroon" VLINK="maroon" ALINK="maroon"> <CENTER> <TABLE WIDTH="85%" BORDER="1" BORDERCOLOR="#000000" CELLSPACING="0" CELLPADDING="3"> <TR> <TD BGCOLOR="#e5dccd"> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%"> <TR> <TD WIDTH="40%"><IMG SRC="https://images.godaddy.com/hosting/hdr_sorry_small.gif" BORDER="1" BORDERCOLOR="#000000"></TD> <TD ALIGN="CENTER"><H2 STYLE="font-family: arial, sans-serif">Page Not Found</H2></TD> </TR> </TABLE>
Any ideas? The file is there so I’m not sure what the problem is.
Cheers,