Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newsletter & Subscribtion for MS2


Gyakutsuki

Recommended Posts

  • 2 weeks later...
  • Replies 336
  • Created
  • Last Reply

Top Posters In This Topic

I'm also looking for the solution to the following error. I have carefully re-installed 2 times with the same result. Anyone have a solution???

 

thanks

 

Warning: Missing argument 3 for newsletter_subscribers() in /home2/aniva/mydomain-www/catalog/admin/includes/modules/newsletters/newsletter_subscribers.php on line 17

Warning: Missing argument 4 for newsletter_subscribers() in /home2/aniva/mydomain-www/catalog/admin/includes/modules/newsletters/newsletter_subscribers.php on line 17

Warning: Missing argument 5 for newsletter_subscribers() in /home2/aniva/mydomain-www/catalog/admin/includes/modules/newsletters/newsletter_subscribers.php on line 17

Warning: Missing argument 6 for newsletter_subscribers() in /home2/aniva/mydomain-www/catalog/admin/includes/modules/newsletters/newsletter_subscribers.php on line 17

Warning: Missing argument 7 for newsletter_subscribers() in /home2/aniva/mydomain-www/catalog/admin/includes/modules/newsletters/newsletter_subscribers.php on line 17

Bill

Link to comment
Share on other sites

Installation Instructions in Plain English?

 

I recently installed osCommerce and would now like to install this contribution. Unfortunately, the v0.54 installation instructions are written in cryptic jargon.

 

I've spent several hours (while my two little ones cried for daddy to get off the computer) researching, to no avail, what the instructions want me to do in steps 3 and 4 which state: "Update the database with the file SQL_english.sql" and "Copy new files."

 

The kidz and their bone-tired dad would be grateful to anyone on this forum who knows where I can find installation instructions in plain English for the Newsletter & Subscribers contribution.

 

Thank you.

 

--Scott

Link to comment
Share on other sites

  • 2 weeks later...

When we try to send we get this message in this page : http://www.promotryp.com/admin/newsletters.php?page=1&nID=4&action=confirm_send

 

Warning: Missing argument 3 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17

 

Warning: Missing argument 4 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17

 

Warning: Missing argument 5 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17

 

Warning: Missing argument 6 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17

 

Warning: Missing argument 7 for newsletter() in /home/promotry/public_html/admin/includes/modules/newsletters/newsletter.php on line 17

 

 

 

 

 

Also receiver will receive only link to unsubscribe no news letter : http://www.mydomain.com/[email protected]

 

 

 

can some one hep thanks

Link to comment
Share on other sites

Please let me know which version of Newsletter & Subscribers I should install, 0.53 or 0.54. I need to install that for a customer today. Thanks!

 

I did not understand this in the contributions area; "The precedent package is buggy : Beware of admin/newsletters.php, because the modifications are incomplete (Correct in in .53, then compare...)".

Link to comment
Share on other sites

Can someone please advise me regarding the question above?

 

I personally think that this contribution should not be used at all - there's a lot of bugs, and there doesn't seem to be any support for it. But that's just my thoughts - I may be totally wrong...

Link to comment
Share on other sites

Need help please. What does this mean?

 

"2 - DELETE your old newsletters old since the admin otherwise it provokes an error SQL."

 

I get an error in phpmyadmin when trying to run SQL_english.php. This contrubution seems to be a mess.. but I really need this option. I hope 0.53 will work without problems cause the shop is going live on friday!

Link to comment
Share on other sites

Please I really need some help here. I MUST install this contrubution for my client before friday when the shop is going live.

 

SQL_English.sql gives me an error in phpmyadmin.. So what is SQL_update.sql? I have not used this contribution earlier.

 

Are the versions that are more stable than others? I'm trying with 0.53 but I do not understand the text frome the readme file in the post above.

Link to comment
Share on other sites

HI well I find solution well for me ok I don't for other , we can keep using this contribution so our customers or site visitor can subscribe to news letter its good for us to collect email , then take all data base email and used with extra software for news letter or bulk mail I use for example GROUP MAIL PLUS

Link to comment
Share on other sites

Hi, I recentrly installede the contrib and it is pretty great!!!! :thumbsup:

 

 

I only hace a problem.. When trying to save a newsletter in the Newsletter Admin it gives me the error that it is required a module, when I already has chosed one between the "newsletter, newsletter_subscribters, product_notification" :huh:

 

Any clue whats wrong? :(

Link to comment
Share on other sites

Need som help please. This contribution seems very messy.. The ones behind this contribution doesnt seem to have tested it before uploading it.. And no one did even think of people using it for other langauges? It just takes a lot of time.. :/

 

1, First name, gender and so on are not registered in the database.

 

2, What are zip, country and gender used for?

 

3, I suppose it should be possible to use different emails for swedish and english customers, but how? There are no multilingual fields when making a new newsletter.

 

4, Isnt it possible to insert two emails, one with plain text and one in html?

 

Really appreciate som help here.. thanks!

Link to comment
Share on other sites

Argh.. whats this?

 

"Fatal error: Cannot instantiate non-existent class: newsletter in /home/lounge24/public_html/devstore2/admin/newsletters.php on line 352"

 

Line 352:

$module = new $module_name($nInfo->newsletters_id, $nInfo->module_subscribers, $nInfo->title, $nInfo->header, $nInfo->content, $nInfo->unsubscribea, $nInfo->unsubscribeb);

Edited by Fredrik.r
Link to comment
Share on other sites

The error in the post above is coming from this code (row 352 is at the end, after "else");

 

$nInfo = new objectInfo($newsletter);

include(DIR_WS_LANGUAGES . $language . '/modules/newsletters/' . $nInfo->module . substr($PHP_SELF, strrpos($PHP_SELF, '.')));
include(DIR_WS_MODULES . 'newsletters/' . $nInfo->module . substr($PHP_SELF, strrpos($PHP_SELF, '.')));
$module_name = $nInfo->module;

// ################# Contribution Newsletter v050 ##############
if ($module_name=='newsletter_subscribers') {	
  $nInfo->contenta = $nInfo->content;		
  $module = new $module_name($nInfo->newsletters_id, $nInfo->module_subscribers, $nInfo->title, $nInfo->header, $nInfo->contenta, $nInfo->unsubscribea, $nInfo->unsubscribeb);
} else {
  $module = new $module_name($nInfo->newsletters_id, $nInfo->module_subscribers, $nInfo->title, $nInfo->header, $nInfo->content, $nInfo->unsubscribea, $nInfo->unsubscribeb);
}

Edited by Fredrik.r
Link to comment
Share on other sites

Sorry for bumping but I need to send a newsletter today for a customer. Can't fix this on my own. Any help is very appreciated.

 

Keep on bumping, Fredrik.

 

I'm sure there are many folks hoping you will inspire a knowledgeable expert to support this much needed contribution.

 

Scott Miller

Edited by Johnson
Link to comment
Share on other sites

  • 3 weeks later...

Try Newsletter & Subscribers v053 that version should work.

Most Valuable OsCommerce Contributions:

Also Purchased (AP) Preselection (cuts this resource hogging query down to nothing) -- Contribution 3294

FedEx Automated Labels -- Contribution 2244

RMA Returns system -- Contribution 1136

Sort Products By Dropdown -- Contribution 4312

Ultimate SEO URLs -- Contribution 2823

Credit Class & Gift Voucher -- Contribution 282

Cross-Sell -- Contribution 5347

Link to comment
Share on other sites

  • 3 weeks later...

Please.. It's been one and a half month since I installed 0.53 and I still can't use it. Is it only me having problems sending newsletters? When clicking send I get this error message;

 

Fatal error: Cannot instantiate non-existent class: newsletter in /home/lounge24/public_html/devstore2/admin/newsletters.php on line 380

 

Line 380 says;

 

$module = new $module_name($nInfo->newsletters_id, $nInfo->module_subscribers, $nInfo->title, $nInfo->header, $nInfo->content, $nInfo->unsubscribea, $nInfo->unsubscribeb);

Link to comment
Share on other sites

My version created a different error but I found that it was simply a syntax error. I deleted all the commented out code so I could have a clean program and all I found was a missing } at the end of my version. Can't tell you which version I had but it was after 0.50 from the code. PM me and I can send you a copy of mine and you can see if it works.

Link to comment
Share on other sites

Hi. Does anyone else have problems with first name and gender not showing in admin? Customers has begun to register but I can't se their first names or gender. Thanks.

 

My version does not ask them to enter anything other than their email address when subwscribing so of course there will be no names. When it syncs with the Customer table and new Customer are added then those details are there. I am using the 3 Jan 2006 version of newsletters.php.

 

I don't have gender in my newsletter details.

Link to comment
Share on other sites

  • 2 weeks later...

Ok, neither do I. But I would like to have countries. I do have countries now, but I can not view which country the subscribers has chosen in admin.

 

Is there no way to send different newsletters depending on what country/language the subscriber choosed? The shop are going to use both swedish and english and of course I would like swedish customers to receive swedish newsletter and vice versa.

 

(Language would have been better for the subscriber to choose, but maybe that is not necessary since it's possible to choose (in the language files) which languages to use as default for different countries)

Edited by Fredrik.r
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...