Post by kenny_1892 » Mon Mar 28, 2016 1:44 am

Hi

Could someone please help me I am running a clean install of Opencart 2.2.0.0 with ExcelPort 2.2.2 installed but on the excelport page it's showing the following error.

Notice: Undefined property: Proxy::$conditions in "Directory Deleted" system/engine/proxy.php on line 4Notice: Undefined property: Proxy::$operations in "Directory Deleted"/system/engine/proxy.php on line 4

Proxy.php currently looks like this

Code: Select all

<?php
class Proxy {
	public function __get($key) {
		return $this->{$key};
	}	
	
	public function __set($key, $value) {
		 $this->{$key} = $value;
	}
	
	public function __call($key, $args) {
		if (isset($this->{$key})) {		
			return call_user_func($this->{$key}, $args);	
		} else {
			$trace = debug_backtrace();
			
			exit('<b>Notice</b>:  Undefined property: Proxy::' . $key . ' in <b>' . $trace[1]['file'] . '</b> on line <b>' . $trace[1]['line'] . '</b>');
		}
	}
}

New member

Posts

Joined
Wed Aug 04, 2010 6:11 pm

Post by monraya » Thu May 19, 2016 3:23 pm

Wondering if you found the fix to your problem. Im having the same issue.

Thanks for your help. :)

Newbie

Posts

Joined
Thu May 19, 2016 3:22 pm

Post by ajc200x » Wed Jul 27, 2016 8:52 pm

that would be because excel port is now on version 2.4.

download the latest version and this should fix the problem if your updates subscription has ran out. send me an email to ajc200x@hotmail.com and I will see how I can help :)

Newbie

Posts

Joined
Wed Oct 15, 2014 10:06 pm

Post by ishwaindustries » Thu Aug 04, 2016 9:42 pm

we have same problem if any one solve this please reply or post here


Posts

Joined
Sat Jul 30, 2016 1:50 pm

Post by straightlight » Thu Aug 04, 2016 9:47 pm

ishwaindustries wrote:we have same problem if any one solve this please reply or post here
I don't know why people keeps posting about the proxy engine. There's nothing wrong with the proxy engine itself. This issue is part of the way one or many controllers and / or models are improperly declared by one or many developers.

Could you post your OC version as well as the exact error message you either see on the browser or from the error logs?

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by cepcemuh » Wed Apr 12, 2017 7:53 pm

Hi guys... I think I have the same problem... I am trying to add a new widget in pavhomebuilder but when I click on Save button... I have this error:
Notice: Undefined property: Proxy::getLastId in /public_html/admin/controller/extension/module/pavhomebuilder.php on line 88

On line 88 in pavhomebuilder.php is this one: $module_id = $this->model_extension_module->getLastId();

Can anyone help me... :(

New member

Posts

Joined
Sat Jan 21, 2017 5:15 pm

Post by thekrotek » Wed Apr 12, 2017 8:19 pm

Should be this:

$module_id = $this->model_extension_module_pavhomebuilder->getLastId();

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by cepcemuh » Wed Apr 12, 2017 8:37 pm

Hey... many thanks for your fast response... Actually I just did it but now the error is another one:

Fatal error: Call to a member function getLastId() on a non-object in /public_html/admin/controller/extension/module/pavhomebuilder.php on line 88

Really cannot understand... :(

New member

Posts

Joined
Sat Jan 21, 2017 5:15 pm

Post by thekrotek » Wed Apr 12, 2017 8:52 pm

Problem with this module, it is not compatible with your OC version or bugged. Contact developer on the matter.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by cepcemuh » Wed Apr 12, 2017 8:55 pm

But it was great, it worked perfectly before 3-4 days... :( The module was in the template I have... I have not downloaded or installed anything regarding this module and theme... One of my friends gave the zip with the theme... :(

New member

Posts

Joined
Sat Jan 21, 2017 5:15 pm
Who is online

Users browsing this forum: No registered users and 2 guests