Page 1 of 1

Error's when trying to edit the welcomes page!

Posted: Sun Oct 12, 2014 6:01 am
by Iason
I have installed successfully the welcomes module, but when I try to edit the front page it gives me the following error!
This is happening when I hit the edit button on the module page!

Code: Select all

Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 20Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 22Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 23Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 24Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 25Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 26Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 27Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 29Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 30Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 31Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 32Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 33Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 35Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 36Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 37Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 38Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 40Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 45Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 48Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 50Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 56Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 62Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 68Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 70Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 72Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 74Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 84Notice: Indirect modification of overloaded property ControllerModuleWelcome::$data has no effect in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 88
Fatal error: Call to undefined method ControllerModuleWelcome::render() in /home/usr321554/domains/mydomain.com/public_html/admin/controller/module/welcome.php on line 96

Re: Error's when trying to edit the welcomes page!

Posted: Sun Oct 12, 2014 7:23 pm
by i2Paq
What version are you using?

Re: Error's when trying to edit the welcomes page!

Posted: Mon Oct 13, 2014 5:43 pm
by Iason
Ah yes I forgot to mention that sorry. I am using the latest version v2.0.0

Re: Error's when trying to edit the welcomes page!

Posted: Mon Oct 13, 2014 6:28 pm
by i2Paq
Iason wrote:Ah yes I forgot to mention that sorry. I am using the latest version v2.0.0
Is this Welcomes module part of 2.0?

I cannot find an module called Welcomes module in my 2.0 install.

Re: Error's when trying to edit the welcomes page!

Posted: Wed Oct 15, 2014 6:13 pm
by i2Paq
The welcomes modules has been replaced by the HTML module.

I'm running the latest GitHub and I cannot reproduce your error/issue.

Re: Error's when trying to edit the welcomes page!

Posted: Mon Nov 17, 2014 4:19 pm
by byens
change

Code: Select all

$this->data
to

Code: Select all

$data

Re: Error's when trying to edit the welcomes page!

Posted: Tue Dec 02, 2014 5:31 am
by Iason
Hi guys sorry for answering this late.

I'm wondering you guys say you don't have the welcome module? How come I have it then, is it because I upgraded from opencart 1.x to opencart 2.x maybe ? Just wondering, I'm busy with setting up a new webshop so it's important to me I have a good clean install without stuff from older versions.

Re: Error's when trying to edit the welcomes page!

Posted: Tue Dec 02, 2014 9:21 am
by fido-x
Iason wrote:I'm wondering you guys say you don't have the welcome module? How come I have it then, is it because I upgraded from opencart 1.x to opencart 2.x maybe ?
Yes. The Welcome module was in OC 1.5.x, but has been replaced by the HTML Content module. If you just uploaded and overwrote your 1.5.x installation with a set of OC 2 files, anything that was there from previous versions that is not in the current package will still be there.

Re: Error's when trying to edit the welcomes page!

Posted: Sat Dec 13, 2014 5:35 pm
by rangitotogirl
byens wrote:change

Code: Select all

$this->data
to

Code: Select all

$data

Hi, thanks for posting this. I have a similar message but on a different module and it worked successfully in getting mid of most of my errors. However I have one final message which looks similar to one of the messages in the post above also.

Fatal error: Call to undefined method ControllerFeedGssApi::render() in /home/storenamehere/public_html/admin/controller/feed/gss_api.php on line 74

Do you know how I should edit this line here to make it work?

Re: Error's when trying to edit the welcomes page!

Posted: Tue May 03, 2016 6:56 pm
by comprido
byens wrote:change

Code: Select all

$this->data
to

Code: Select all

$data
Yeah! In fact, thanks.

Indirect modification of overloaded property ControllerPayme

Posted: Mon Nov 14, 2016 1:22 pm
by sebaplace
Can someone please help me. I'm new to using opencart. I'm trying to install payza payment extension into my store using extension installer but i always get error the error says "Directory containing files to be uploaded could not be found!". I also check the error log in my opencart admin the error says "PHP Notice: Indirect modification of overloaded property ControllerPaymentPayza::$data has no effect in /home3/seb/public_html/admin/controller/payment/payza.php on line 139". Please, help me. What am i doing wrong?

In addition, i'm using opencart version 2.1.0.0_rc1.

Thank you.