Kenny25 Posted October 22, 2005 Share Posted October 22, 2005 Hi, Using OS commerce 2.2 some contributions used... I've had OScommerce online for about 6 months now, and in all that time the newsletter feature has always shown the same error message but I ignored it cos I didn't want to send newsletters previously... Anyway, when I go into catalog/admin/newsletters.php I get the fatal error message.. Fatal error: Call to a member function on a non-object in /home/puriocou/public_html/catalog/admin/newsletters.php on line 348 The code that causes the error (line 348) is.. 348 <td class="smallText" valign="top"><?php echo $newsletters_split->display_count($newsletters_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, $HTTP_GET_VARS['page'], TEXT_DISPLAY_NUMBER_OF_NEWSLETTERS); ?></td> 349 <td class="smallText" align="right"><?php echo $newsletters_split->display_links($newsletters_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page']); ?></td> Any ideas? cos I've looked through the code and I'm stumped... :( cheers. Kenny. Link to comment Share on other sites More sharing options...
♥Vger Posted October 22, 2005 Share Posted October 22, 2005 Line 348 has just this code on it: </tr> This indicates that your file has been modified because the text you quote is on line 341. If you have added Contributions which affect that file then you will need to backtrack on them to find out the problem. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.