Jump to content

PHP Notice: Undefined property: ChangeBackgroundpremium:


Recommended Posts

Hi,

 

I just installed a new theme using the theme installer. Everything works fine, but in the log I see this notice:

 

PHP Notice: Undefined property: ChangeBackgroundpremium::$back_link2 in /domains/.....nl/public_html/modules/changebackgroundpremium/changebackgroundpremium.php on line 389, referer: http://....nl/index.php

 

Standard code changebackground premium looks like:

 

 

{

global $smarty;

 

$smarty->assign('backimage', $this->back_img);

$smarty->assign('back_link', $this->back_link);

$smarty->assign('back_link2', $this->back_link2);

$smarty->assign('activate', $this->activate);

$smarty->assign('autoimage1', $this->autoimage1);

$smarty->assign('option1', $this->option1);

$smarty->assign('option2', $this->option2);

$smarty->assign('fixe', $this->fixe);

$smarty->assign('repeat', $this->repeat);

return $this->display(__FILE__, 'changebackgroundpremium.tpl');

}

 

Anybody an idea how to solve?

Edited by robbie007 (see edit history)
Link to comment
Share on other sites

  • 1 year later...

btw. this is only notice,

everything should work fine

 

you can disable notification by... turning on error reporting ;)

but it's not a solution of the problem

 

 

it's non default module, and as i suppose its not free, 

without access to full code, it's hard to help. sry

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...