Re:problem with export (1 viewing)
|
|
TOPIC: Re:problem with export
|
cpettifer (User)
Fresh Boarder
Posts: 2
|
| problem with export 2007/05/31 15:07 |
Karma: 0   |
|
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 topic has been locked.
|
themenace (User)
Senior Boarder
Posts: 12
|
| Re:problem with export 2007/05/31 21:13 |
Karma: 0   |
|
I have the same issue
Post edited by: themenace, at: 2007/05/31 21:14
|
|
|
|
The topic has been locked.
|
alex (Admin)
Admin
Posts: 301
|
| Re:problem with export 2007/05/31 21:42 |
Karma: 8   |
|
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 topic has been locked.
|
themenace (User)
Senior Boarder
Posts: 12
|
| Re:problem with export 2007/06/01 02:39 |
Karma: 0   |
|
Actually, I am running php 4 and 5
|
|
|
|
The topic has been locked.
|
cpettifer (User)
Fresh Boarder
Posts: 2
|
| Re:problem with export 2007/06/01 07:23 |
Karma: 0   |
|
My ISP is running PHP 4.3.10 if that's any help.
|
|
|
|
The topic has been locked.
|
mafonya (User)
Fresh Boarder
Posts: 3
|
| Re:problem with export 2007/06/10 18:48 |
Karma: 0   |
|
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.
Post edited by: mafonya, at: 2007/06/10 19:03
|
|
|
|
The topic has been locked.
|
|
|
|
|