Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
It's likely to be to do with browser differences in the users uploading files. One of the updates we had to make for 1.5 involved Internet Explorer returning a completely different MIME-type for JPEGs; it's possible that the same thing is happening for MP3s.
PHP 5.3 contains a new set of functions that will detect filetype from the saved bits (as opposed to what the uploading browser tells it), but they're too new to rely on yet.
For the record, and for the information, found a fix about the problem.
This problem could affect any plugin using file upload, and is related to php mime magic function.
Mime magic support is broken inside some debian/ubuntu versions, maybe on some other systems, you have to check your phpinfo().
You should have inside a
mime_magic support enabled
If you have it disabled, you have the 'bug'. To fix it, here's the sumup :
On Debian/Ubuntu system, You'll have to modify your php.ini (located /etc/php5/apachex) and add the following section in the end of it.
[mime_magic]
mime_magic.magicfile = "/usr/share/file/magic.mime"
Depending of your version too, the mime file may 'not be ok' too, so you'll have to turn on startup error logging in php config file, restart your web server and check the problems eventually appearing regarding mime magic (and fix the wrong lines).
Hope this will help!!
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
Yes, but you report that your widgets are broken in the page linked above. My point is that they could never have worked in the first place if you were running 1.2 without a private settings table.
So I guess I'm wondering if you are upgrading from 1.1 or 1.2. If what you have is a sort of combination of the code from both, then I'm not surprised that the upgrade script is getting confused.
This worked for me - but I was adding a theme and it did not seem to work for Kyle.
http://community.elgg.org/mod/groups/topicposts.php?topic=32571&group_guid=11
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.