Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#133 2010-04-10 19:51:33
Re: mem_postmaster - Postmaster Revamp
Manfre wrote:
MySQL 4 does not support something in the query the plugin uses. MySQL 5 (and 5.1) have been available for a while.
I’m also getting these errors, plus this error when I first opening the “postmaster” tab after installation:
Warning: Unknown column 'list_id' in 'field list' insert into bab_pm_list_prefs set list_id=1, subscriber_id=1 in /textpattern/lib/txplib_db.php on line 85
on:
Textpattern version: 4.2.0 (r3275)
PHP version: 5.2.6
MySQL: 5.0.45-community
(Plus this: The following PHP functions (which may be necessary to run Textpattern) are disabled on your server: phpinfo, escapeshellarg, escapeshellcmd, proc_close, proc_get_status, proc_nice, proc_terminate, posix_getpwuid, symlink, readlink, linkinfo)
How I can completely remove “Postmaster” from my database?
what are all the tables names that needs to be removed please?
(I want to completely reinstall it, I was using Ben’s plugin before)
Offline
#134 2010-04-23 18:40:47
Re: mem_postmaster - Postmaster Revamp
is there a way by which I can have people subscribe to 2 lists?
- That is the “default” one for all subscribers (preferably happening automatically)
- and another one from a pull-down menu.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#135 2010-07-10 00:51:05
Re: mem_postmaster - Postmaster Revamp
THE BLUE DRAGON wrote:
What are all the tables names that needs to be removed please?
- bab_pm_list_prefs
- bab_pm_subscribers
- bab_pm_subscribers_list
@manfre – I too am getting the following error which is similar to THE BLUE DRAGON’s and happen upon first visit to the Postmaster Tab (which installs the tables successfully btw):
Warning: Unknown column 'list_id' in 'field list' insert into bab_pm_list_prefs set list_id=1, subscriber_id=1 textpattern/lib/txplib_misc.php(484) : eval()'d code:537 safe_insert() in /textpattern/lib/txplib_db.php on line 85
I’m then getting:
Notice: Undefined index: bab_pm-subscribers_per_page in /textpattern/lib/txplib_misc.php(484) : eval()'d code on line 386
…when re-visiting the Postmaster Tab.
An then interestingly enough, after deleting the Test User that comes pre-loaded that second error no longer shows up. After this I added a subscriber using the form and once that user is in that previous error does not show up as it did when attempting to list the Test User. So, it seems to me that Test User insert was the only problem and that I can use the plugin as intended without worrying about those two errors. Could be wrong but am going to go ahead using it until I hear otherwise. Seems safe.
Last edited by whaleen (2010-07-10 01:12:26)
txtstrap (Textpattern + Twitter Bootstrap + etc…)
Offline
#136 2010-08-09 16:47:10
Re: mem_postmaster - Postmaster Revamp
Another question which is most probably going to remain unanswered. Trying to harvest user agents (platforms) as we plan some of our calls to be platform specific.
The code below just doesn’t work. Any ideas why not?
<txp:zem_contact_secret name="zemSubscriberCustom2" value='<txp:zem_contact_serverinfo name="HTTP_USER_AGENT" />' />
Also can anybody offer any advise for the questions i had a few months ago?
Last edited by colak (2010-08-09 16:48:49)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#137 2010-08-09 16:54:04
Re: mem_postmaster - Postmaster Revamp
zem_contact_serverinfo doesn’t return any content. It just stores information in an array used by ZCR to create the content of the email. Try this instead:
<txp:zem_contact_secret name="zemSubscriberCustom2" value='<txp:php>echo serverSet('HTTP_USER_AGENT');</txp:php>' />
Offline
#138 2010-08-10 03:38:49
Re: mem_postmaster - Postmaster Revamp
Hi Ruud,
thanks for the snippet but somehow it doesn’t work. Will be having a meeting with the people who suggested this to us and will argue against it as the harvest will be a false for a number of reasons.
any advise for this?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#139 2010-08-11 02:56:37
Re: mem_postmaster - Postmaster Revamp
colak wrote:
is there a way by which I can have people subscribe to 2 lists?
- That is the “default” one for all subscribers (preferably happening automatically)
- and another one from a pull-down menu.
zemSubscriberLists can be lists separated by commas. Use javascript to add the drop down value to a hidden value that also contains your default list name.
Offline
#140 2010-08-27 17:25:20
Re: mem_postmaster - Postmaster Revamp
New version?
I’m thinking of releasing a newer version of Postmaster into the wild.
New features
- Mega powerful search. Search on all postmaster fields (including custom1-10) with simple text searches and even grep patterns
- Leave a list’s subject line blank and it will use the article’s subject line.
- An option to automatically disable tinyMCE for the excerpt when “postmaster” is clicked. (this helps if you like to use the excerpt for a “text-only” version.
- Performance with large subscriberDBs (2000+) is now much much quicker
- Resubscription to new lists for existing users with updated club memberships (right now those sign ups are ignored.
The Pitch
I’ve already paid for this stuff out of pocket, and would love to recoup some of the costs. I’m thinkin’ of doing a soft ransom. ie I’ll release it anyway when these features are done probably late next week.
highly optional: fancy donate button
Any interest?
Offline
#141 2010-10-26 22:35:45
- steffen
- Member
- Registered: 2009-12-13
- Posts: 17
Re: mem_postmaster - Postmaster Revamp
- Leave a list’s subject line blank and it will use the article’s subject line.
I would need that feature. How is it going your development. Is it finished? How do you think about releasing it?
Offline
#142 2010-10-27 15:00:13
Re: mem_postmaster - Postmaster Revamp
steffen wrote:
mrdale wrote:
- Leave a list’s subject line blank and it will use the article’s subject line.
I would need that feature. How is it going your development. Is it finished? How do you think about releasing it?
Hrm… well, it looks like there hasn’t really been much interest in the new features, which kinda means I’m loathe to have manfre and myself support them. If there is more interest I may consider releasing the updated plugin.
Offline
#143 2010-10-27 17:10:06
Re: mem_postmaster - Postmaster Revamp
mrdale wrote:
I’m thinking of releasing a newer version of Postmaster into the wild.
Hi Dale
Will the new version of the plugin provide support for the pending release of txp 4.3.0 and its migration to php5.x.?
Last edited by colak (2010-10-27 17:11:11)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#144 2010-10-27 17:42:31
- steffen
- Member
- Registered: 2009-12-13
- Posts: 17
Re: mem_postmaster - Postmaster Revamp
mrdale wrote:
Hrm… well, it looks like there hasn’t really been much interest in the new features, which kinda means I’m loathe to have manfre and myself support them. If there is more interest I may consider releasing the updated plugin.
sad. :/ maybe i write something later to it.
another question: my newsletter form works fine. all tags do work. except the <txp:expires />
tag. the expire date is not displayed in the e-mail. is this my fault or a textpattern-issue?
Offline