In response to: Foxhunter 3x9m Gazebo Instructions
Comment from: richard gregory [Visitor]

you are a lifesaver. got a 16th birthday party this week, couldn’t find instructions, now all will be good. Thankyou!
you are a lifesaver. got a 16th birthday party this week, couldn’t find instructions, now all will be good. Thankyou!
Niko - sorry, I haven’t measured it.
Hi,
thanks for this thread. What is your netto throughput with the usb ethernet gigabit adapter?
I also have tried this with an TP-Link UE300 usb gigabit ethernet adapter. But my maximum troughput from my PC via 1GBit LAN to the Raspberry Pi2 was 12,8MB/sec. Far away from the numbers from the contribution….
I’m thinking about changing to the TRENDnet USB 3.0 Gigabit adapter.
Kind regards
Niko
Oh, thanks! That same site you mentioned talks about a more expensive, lower quality USB adapter. I was wondering if that EXACT adapter you got would work. Now I am going to buy it. Thanks. :)
Thanks David, We had this issue with a Plesk server, same but different errors; - has been an issue we have encountered a few times over the past few years, but this has resolved it!
(104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server.
Premature end of script headers: index.php.
Server is running nginx proxy in-front of Apache, with FastCGI PHP served via Apache
This is great and I would love to edit this if I knew what I was doing. I made the autoresponder in cPanel to start a certain day at 6:00pm and end at 9:30am the next morning. I would love to have this and weekends configured for the autoresponder. Is there any way you could help me?
Oh yes…! Same as the original recipe, and I’ve now edited the post to include that. Thank you.
What about yeast?!
Hi,
there is an error-message when I submit the data in the subscription form.
It seems like the email variable is empty or something like this.
I cannot post the message here due to the posting restictions here :(
Do you have any idea?
Thank you in advance!
Thank you soooooo much!!!!!!
I searched many, many hours over the internet for this problem which I have about an year!!!! Now it is solved!!!!
Amazing!!! huh!!! :))
I’m so happy that there exist a people like you David…!!!
Thank you again & keep the great work!!!!
You are a genius man, you save some hair in my head.
Line 28 of MGBT_phplist.php has:
tep_db_connect(’localhost’, PHPLIST_DB_USER, PHPLIST_DB_PASSWORD, PHPLIST_DB);
change ‘localhost’ to your database server address
You could create a constant for it, and define that in the define file, if you wanted to be neat + tidy.
Hi David,
I am about to use your phplist module for a new project and want to use another phplist database server than the magento db server.
Where and how should I define the database server address?
There’s no option for that one in the define file.
Best,
Thomas
Puples - I think it would need more work for a Multi-site install. You’d have to detect which site was using the script, and redirect to a different table / database. Sorry.
Hello,
It works well thank you!
If I use a multisite install, do you think it is possible to use this feature with two install phplist and the various lists in magento?
Thank you in advance :)
Thank you. It’s working
Roger - I don’t think that’s the issue, it’s gzip vs zip downloads that is the problem.
You can do it this way:
$size = filesize($yourfile);
header("Content-Length: \".$size.\"");
So content-length header needs a real string, and filesize returns an integer.
I just changed Apache mod_php to FastCGI and this was my first problem.
Thanks.
Thank you for sharing this, it works beautifully with Magento 1.7. I noticed that the script makes the subscriber immediately confirmed in PHPList. I require my list members to double opt in and so I’m hoping there is an easy switch to change so that the new user triggers the confirmation email in PHPList the same as when they subscribe through the PHPList subscriber page or when I import a list of new email addresses. I looked through your code but I’m not a programmer and know just enough to be dangerous!
Cheers,
JB