Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DW

Pages: [1] 2 3 ... 250
1
General Help & How-To / Re: 403 forbidden error comes out of nowhere
« on: March 24, 2021, 04:19:02 pm »
Hi Tim,

In recent versions of PHP "mysql_" functions were discontinued and newer "mysqli_" functions must be used instead. To fix the problem, download the latest LMP files from the member area and replace your files, then browse to the login page to ensure any database updates take effect.

Regards

2
General Help & How-To / Re: Amazon SES new signature version 4
« on: March 24, 2021, 04:02:35 pm »
Hi Wolfgang,

I think you may need to simply recreate the SMTP credentials in the AWS console. I found the suggestion here.

Note a comment on the linked answer says "Instead of creating the IAM user for sending raw SMTP emails on the IAM console you should instead create it on the SES console under SMTP Settings > Create My SMTP Credentials." which may be helpful.

Regards

3
General Help & How-To / Re: 403 forbidden error comes out of nowhere
« on: November 28, 2020, 03:53:22 am »
Yeah, it sounds like a web server configuration issue. You or the host may be able to find the reason in the site error log. If it happens only when not browsing to a specific filename, e.g. index.php, which should be a default when no filename is provided, it's possible the DirectoryIndex option is not set properly (assuming an apache server). If it happens for any URL on the site it's possible the site folders have been moved and/or the site DocumentRoot option is set wrong, or there may be a folder permission issue. An .htaccess file with certain directives could also cause it, but that's unlikely to be set up by accident. There are likely other potential causes but I'd start there.

4
Hi, Shopify doesn't offer full-fledged hosting with PHP, MySQL and email-sending support so you would not be able to run LMP there but would need a separate host. If you were to set up LMP on another host, for example using a subdomain of your main domain, it may be possible to collect emails on Shopify and then send them with LMP, but it would take some custom code to sync the emails with LMP. Specifically, a script could run periodically to use the Shopify API to check Shopify customer properties for the "accepts_marketing" field and add them to LMP if they weren't added before.

5
General Help & How-To / Re: PHP 7.2?
« on: December 02, 2019, 10:01:39 am »
Hi,

Yes, with the latest version from the members area PHP 7.2 is supported. If there's a problem it will show up in the site error log. For example, you may need to install the mbstring extension for UTF-8 character handling.

Regards

6
General Help & How-To / Re: Non-numeric value line 705
« on: October 26, 2019, 07:14:35 am »
Hi Gary,

It appears to be related to a message code of the type Formatted Date. Most likely some non-numeric data got into the code settings in the Offset fields.

Since it appears you can still login to LMP simply check out the date codes and fix any non-numeric data in those fields.

Regards

7
Hi,

Try preceding your SMTP hostname with tls:// or ssl://

If neither of those work a modification may need to be made to connect in a specific way or you could switch to PHP mail.

Regards

8
General Help & How-To / Re: Special characters in v1.89 not correct
« on: March 18, 2018, 06:42:56 am »
Great, Not sure how that one slipped past me, and my browser. I'll update the distribution file.

Regards

9
General Help & How-To / Re: Special characters in v1.89 not correct
« on: March 09, 2018, 02:11:33 pm »
Hey WR,

It's not necessary to replace config.php

Regards

10
General Help & How-To / Re: Special characters in v1.89 not correct
« on: March 09, 2018, 12:59:31 pm »
Hi Wolfgang,

I have identified and fixed some problems with the release. Please replace your files with the ones from the zip available from the member Download page and let me know if you have any more troubles.

Regards

11
Development, Suggestions / ListMailPRO v1.89 - mysqli and UTF8 support
« on: February 20, 2018, 12:35:19 am »
A small but important update has recently been posted to the members area.

The update includes mysqli support for newer versions of PHP and UTF-8 support which allows sending in any language and should eliminate a few recurring issues.

To upgrade, replace all of your LMP files (except CGI scripts and the config.php file) with the new ones and browse to the login page so database updates can take effect.

If you have any problems with the new files please start a support ticket of the type "Other / Bug Investigation" for best results or post in the General Support forum.

Regards

12
General Help & How-To / Re: PHP 70 upgrade
« on: February 20, 2018, 12:30:33 am »
Hey guys,

Please update to the latest version available from the members area which adds mysqli and UTF-8 support.

More details on the upgrade process are here.

Regards

13
General Help & How-To / Re: Amazon SES
« on: February 20, 2018, 12:23:00 am »
Hello,

It appears possible to send via Amazon SES by preceding the hostname with "tls://". See e.g. this post and others found via search.

Unfortunately, however, there may be some quota limitations that LMP can't yet handle.

Regards

14
General Help & How-To / Re: Message Disappears After Preview Sent
« on: February 20, 2018, 12:12:10 am »
Hello,

If you're still using LMP, please update to the latest version available from the members area which should fix such issues.

Regards

15
General Help & How-To / Re: Cron Job
« on: November 07, 2016, 04:16:17 am »
Hi Jon,

It looks like you have entered the timing part (0 0 * * *, which means daily at midnight) in the area where just the command should go. You may have to separate the timing from the command (/usr/bin/wget ...) and enter the timing manually using other inputs depending on your web hosting control panel.

Regards

Pages: [1] 2 3 ... 250