Guest Posted January 1, 2004 Share Posted January 1, 2004 I followed the install instructions fully, everything came up and looked fine but when I went to check it out, I came across these problems. In the catalog section, when clicked on subscribe, it shows email address, name type of email, then it says "By entering your zipcode below (US only) we can define....(but doesn't say anything else) the lists zip and country. Then graphic for the continue button doesn't show but button works and you get told you have successfully registered etc etc . But nowhere is the page the registering email mentions where your interests are listed to be checked 1st question- where do I find the text to change the success notification wording and the interests wording and that of the email that is sent. Also do I need to adjust something in the code to get to the interest page. The unsubscribe seems to be working fine. Now in the admin section, under Newsletter section, the Newsletter Admin section seems to work fine, header/footer section - under new news item the help button doesn't function, under update table, it shows this so not sure if it set up properly Newsletter Update Manager Update Size Module Sent Status Action Update Subscribers Table 0 bytes Format Last Name 0 bytes Displaying 1 to 2 (of 2 newsletters) Page 1 of 1 Update Subscribers Table Date Added: Date Sent: 11/27/2002 then when I click on subscribers Admin, I get this; Customers Search: Asc Last Name Desc Asc First Name Desc Asc Subscribed Desc Asc Blacklist Desc Action Fatal error: Call to undefined function: tep_array_merge() in /www/f/fhceramics/htdocs/osCommerce/catalog/admin/newsletters_subscribers_view.php on line 469 I am new to php so am totally out of my league, and help would be greatly appreciate. Tried looking on here for help, but not knowing php wasn't sure what to look for. Thanks Wayne Quote Link to comment Share on other sites More sharing options...
Chunks Posted January 4, 2004 Share Posted January 4, 2004 (edited) Hi dude, that function has changed name... From this tep_array_merge() to this array_merge() so you will need to go through the mod and cahnge all instances of this function.... easy huh? Regards Chunks Edited January 4, 2004 by Chunks Quote Link to comment Share on other sites More sharing options...
ScooterProShop.com Posted January 21, 2004 Share Posted January 21, 2004 (edited) I am having the same type of issues. What do I change a line that reads: tep_set_newsletter_status Fatal error: Call to undefined function: tep_set_newsletter_status() in /home/haxor/scooterproshop.com-www/catalog/admin/newsletters_subscribers_view.php on line 21 Is there a new function for that also ? Is there a place that I can see a list of the new functions so that I dont have to ask everytime I get an issue like this? Edited January 21, 2004 by ScooterProShop.com Quote Scooterboy Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.