View Issue Details

IDProjectCategoryView StatusLast Update
0003252OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-11-16 14:50
ReporterNewToOxid Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionwon't fix 
PlatformApacheOSOXID ceOS Version4.5.2
Product Version4.5.2 revision 38481 
Summary0003252: sending newsletter results in catchable fatal error
DescriptionHi there,

Forum can't help me at this point. I am working with a original 4.5.2 OXID ce version on Domain www.shop.speedclinic.de (Managed Server DomainFactory). Only my template has been changed a bit. When I try to send Newsletter with working SMTP only to shop admin (my address), it works perfect. When I try to send newsletter to about 100 emails of my customers I get:

Catchable fatal error: Object of class oxViewConfig could not be converted to string in /.../tmp/58746acba96a6931d5b17ebab16c136a^%%65^651^65131F91 %%newsletter_send.tpl.php on line 6

Line 0 to 9 of this file looks like this:

<?php /* Smarty version 2.6.26, created on 2011-09-17 16:44:38
         compiled from newsletter_send.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'oxmultilangassign', 'newsletter_send.tpl', 1, false),array('function', 'oxmultilang', 'newsletter_send.tpl', 28, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "headitem.tpl", 'smarty_include_vars' => array('box' => 'list','title' => ((is_array($_tmp='NEWSLETTER_SEND_TITLE')) ? $this->_run_mod_handler('oxmultilangassign', true, $_tmp) : smarty_modifier_oxmultilangassign($_tmp)),'meta_refresh_sec' => '2','meta_refresh_url' => "`".($this->_tpl_vars['oViewConf'])."->getSelfLink()`&cl=newsletter_send&iStart=".($this->_tpl_vars['iStart'])."&user=".($this->_tpl_vars['user'])."&id=".($this->_tpl_vars['id']))));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
 ?>

I checked all my emails I am sending to, but they all look correct. I do not know what to do at this point. I also tried to contact DomainFactory, but they say problem is not on their site (I can send 1000 emails within 1 request).

Why am I the only one having this problem? What else could I check? What data is in that string, that can't be produced? (Perhaps my E-Mails?)

Please Help...thank you

PS: Is there a way to manually echo that string? I am not a coder...
Steps To ReproduceNoone else was able to reproduce...might be related to data in my database, but I can't see the string data that is missing.
TagsNo tags attached.
ThemeBoth
BrowserFireFox 6.x
PHP Version5.3
Database Version5.5

Activities

NewToOxid

2011-10-02 02:36

reporter   ~0005279

I am using modul - fck editor v1.3 to get images into my newsletter email...could this cause problems? I can't test newsletter with all my customers right now. What is the string about?

ray

2011-10-02 10:37

reporter   ~0005280

Try to include your pictures / code for the newsletter without the fck editor, as it sometimes "magically" changes code or adds some unwanted tags. You can check for " and replace it with ยด - well known "feature" of fck editor...

aurimas.gladutis

2012-11-16 14:50

reporter   ~0007885

Hi, we are sorry, but as ray mentioned, this error is caused by fck editor as it adds some malfunctioning code, that breaks template. As we do not support fck editor, there is not much we can do about it.