Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Can't export CSV at client intranet site

[SOLVED] Can't export CSV at client intranet site 15 years 8 months ago #4005

  • webjive
  • webjive's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
I just got a call today from my client regarding errors during CSV export. I know this worked under Apache but, we had to switch to IIS because of a bad Apache bug on Windows Server 2003.

Right now we\'re running PHP 5.26, MySQL 5 (on a separate machine) and DTRegister 2.4.3 (2.4.1 did the same thing).

The error being returned is:


Warning: array_diff() [function.array-diff]: Argument #1 is not an array in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 738

Warning: implode() [function.implode]: Invalid arguments passed in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 740

Warning: array_diff() [function.array-diff]: Argument #1 is not an array in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 752

Warning: implode() [function.implode]: Invalid arguments passed in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 754

Warning: implode() [function.implode]: Invalid arguments passed in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 778
Array ( [0] => firstname [1] => email ) select a.register_date, e.title , DATE(e.publish_up) publish_up, a.userId , if(a.userType=\'I\',\'Individual\',\'Group\') as userType ,a.userFirstname,a.userLastname,a.userEmail ,b.groupId,c.groupMemberId,c.groupUserId,c.firstname,c.email from #__dtregister_user a inner join #__dtregister_group b on a.userId= b.useid left join #__dtregister_group_member c on b.groupId=c.groupUserId inner join #__dtregister_group_amount d on d.groupId=b.groupId left join #__events As e on a.eventId=e.id left join #__dtregister_codes dis on dis.id = a.discount_code_id where a.eventId in (4) and a.payment_verified=1 order by a.register_date desc
Fatal error: Cannot access empty property in D:\\xampp\\htdocs\\administrator\\components\\com_dtregister\\admin.dtregister.php on line 9098


Any ideas?

Regards,
Eric, Web-JIVE

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

[SOLVED] Can't export CSV at client intranet site 15 years 8 months ago #4014

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Eric,

As you submitted this also in a ticket, that was already responded to, but here it is here too...

This was likely due to not having certain fields checked (probably group member related). We had found some issues with this today actually where some fields were \"required\" and the export wouldn\'t work right without them. We have corrected this and made a couple changes regarding the recording of pay later items in the process... where they no longer show as \"pay later\" items but show the actual TYPE of pay later record that it is. More specific :)

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

[SOLVED] Can't export CSV at client intranet site 15 years 8 months ago #4016

  • webjive
  • webjive's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
My apologies on the double post. I replied to the ticket the same way.

I just went to the downloads and 4.2.3 is still showing as the current download. Did you update and republish fixes under that version?

Thanks!

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

[SOLVED] Can't export CSV at client intranet site 15 years 8 months ago #4017

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Yes, we updated 2.4.3.

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

  • Page:
  • 1
Time to create page: 0.404 seconds