• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: problem with export

problem with export 17 years 10 months ago #781

Just installed the trial - is there some restriction on this (I can't see anything that mentions there is?)?

I have made up a test form and got some data, but when I try to export to csv it creates a csv file with no data but the following message:

\"<b>Fatal error</b>: Call to undefined function: mb_convert_encoding() in <b>/path_to_my_joomla/administrator/components/com_forme/admin.forme.php</b> on line <b>731</b><br />\"

Have I missed something?

Thanks.

Chris
The administrator has disabled public write access.

Re:problem with export 17 years 10 months ago #784

I have the same issue<br><br>Post edited by: themenace, at: 2007/05/31 21:14
The administrator has disabled public write access.

Re:problem with export 17 years 10 months ago #785

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hm, seems like mb_convert_encoding function is not defined for php versions earlier than 4. There is no limitation on the layout. I will study it, and come up with a solution.
Thanks.
The administrator has disabled public write access.

Re:problem with export 17 years 10 months ago #788

Actually, I am running php 4 and 5
The administrator has disabled public write access.

Re:problem with export 17 years 10 months ago #789

My ISP is running PHP 4.3.10 if that's any help.
The administrator has disabled public write access.

Re:problem with export 17 years 10 months ago #861

  • mafonya
  • mafonya's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I also run php5 and have the same problem!

Use this code:

in administrator/components/com_forme/admin.forme.php file

Comment this code (if you use English)
//$unicode_str_for_Excel = chr(255).chr(254).mb_convert_encoding( $output, 'UTF-16LE', 'UTF-8');
//print $unicode_str_for_Excel;

and write down

print $output;

on my system it worked.
I hope forme developers will fix this problem completely.<br><br>Post edited by: mafonya, at: 2007/06/10 19:03
The administrator has disabled public write access.

Re:problem with export 17 years 9 months ago #1034

  • jgtheis
  • jgtheis's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I tried the \"print $output;\" fix and it did export BUT the fields and data are all goofed up in Excel. Am I forgetting or missing something else?

Thanks,
John
The administrator has disabled public write access.

Re:problem with export 17 years 4 months ago #1399

  • keats
  • keats's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option.
Either contact your webhost to get it turned on or see the Install section of the following for details. http://www.php.net/manual/en/ref.mbstring.php
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!