User export

  • Posts: 45
  • Thank you received: 1
  • Hikashop Business
1 year 3 months ago #347984

-- HikaShop version -- : 4.7.0
-- Error-message(debug-mod must be tuned on) -- : Attempt to modify property "action" on null

I try to export the users as CSV and get the error message:
Attempt to modify property "action" on null
What am I doing wrong?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #347992

Hi,

I'm not able to reproduce the issue on my end.
Could you please try again after activating the "debug" setting of the Joomla configuration ?
It should display an error message with more information on what's going on. That should allow us to provide a fix for it.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 1
  • Hikashop Business
1 year 3 months ago #348011

Here the screenshot

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #348013

Hi,

Try changing the code:

$params->action['address']['address_id'] = 'address_id';
			unset($action['formatExport']);
			$params = $this->massaction->_displayResults('address',$elements,$action,$k);
to:
unset($action['formatExport']);
			$params = $this->massaction->_displayResults('address',$elements,$action,$k);
			$params->action['address']['address_id'] = 'address_id';
in the file plugins/hikashop/massaction_address/massaction_address.php
That should hopefully fix the problem.
Please let us know how it goes so that we can include the fix on our end for the next release of HikaShop.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 1
  • Hikashop Business
1 year 3 months ago #348030

Hello
The result now looks like this:

Warning: Undefined property: stdClass::$user_created in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1241 Warning: Undefined property: stdClass::$activation in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$authProvider in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$block in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$email in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$id in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$lastResetTime in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$lastvisitDate in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$name in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$otep in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$otpKey in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$params in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$password in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$registerDate in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$requireReset in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$resetCount in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$sendEmail in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$username in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$user_created in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1241 Warning: Undefined property: stdClass::$activation in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$authProvider in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$block in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$email in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$id in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$lastResetTime in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$lastvisitDate in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$name in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$otep in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$otpKey in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$params in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$password in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$registerDate in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$requireReset in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$resetCount in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$sendEmail in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$username in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$user_created in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1241 Warning: Undefined property: stdClass::$activation in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$authProvider in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$block in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$email in /home/httpd/vhosts/paradepot.ch/httpdocs/new/administrator/components/com_hikashop/classes/massaction.php on line 1250 Warning: Undefined property: stdClass::$id in

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #348054

Hi,

Could you provide a backend and FTP access so that we could look into it ?
Since I'm not able to reproduce the problem it's hard to understand why it's doing this and what would be the appropriate fix.
If so, please go through our contact form along with a link to this thread:
www.hikashop.com/support/contact-us.html

Now, as a quick fix, you can add an @ before $element->$column on the lines pointed by these messages via FTP, but that's not a solution. That's just hiding the real problem behind.

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #348104

Hi,

We got your accesses. However, I'm not able to login to your backend with the backend access. You didn't provide the URL of the website, so I assumed it was for paradepot DOT ch. But maybe it's for another website ? Or maybe there is a problem with the user account permissions ?

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #348325

Hi,

Thanks ! I was able to found the issue and add a patch. There are no warnings anymore on your website. We'll include the patch on our end.

For next time, please try to be more careful with the information you provide to a support (us or someone else):
- in your mass action you had changed the selected columns to be exported compared to what you had in your initial screenshot, and that's why I couldn't reproduce the problem, nor understand why you were getting these warning messages, which should be impossible with the way you had configured the mass action in your first message.
- when I tried to add debug code with your FTP access, nothing I was doing was outputting anything. After a few tries, I understood that the files I was modifying were not used by your website. I was about to message you to tell you you provided the wrong FTP access. Just in case, I checked the folders of your FTP access and I found the "new" folder with the files of another Joomla website. And there, when I was modifying things I was able to see the changes on your website. Please mention that information when you provide the FTP access to someone in the future, unless it's obvious that the files are directly visible.

Please Log in or Create an account to join the conversation.

  • Posts: 45
  • Thank you received: 1
  • Hikashop Business
1 year 3 months ago #348342

The csv file I receive is empty...

Please Log in or Create an account to join the conversation.

  • Posts: 81515
  • Thank you received: 13069
  • MODERATOR
1 year 3 months ago #348391

Hi,

I checked on your website but it works fine for me on your website :
i.imgur.com/9N52XNQ.png

Can you double check the CSV file ?
I can see you had forgotten to specify the extension of the file in the mass action. Maybe that's why ?

Please Log in or Create an account to join the conversation.

Time to create page: 0.085 seconds
Powered by Kunena Forum