Forums | Mahara Community

News /
Mahara 1.1.1 Released


This topic is closed. Only moderators and the group administrators can post new replies.
anonymous profile picture
Account deleted
Posts: 808

26 February 2009, 23:11

This release includes an upgrade path from 1.0. If you wish to upgrade, we encourage you to make a copy of your 0.9 website and test the upgrade on it first, to minimise the effect of any potential unforseen problems.

You can read the release notes, or get downloading (.tar.gz, .tar.bz2, .zip). Enjoy!

This release fixes two problems with the upgrade from 1.0.x for MySQL (mentioned here and here).

anonymous profile picture
Account deleted
Posts: 10

27 February 2009, 0:07

 

Sorry, still no luck.
Is it because my Mahara is dead already in the v1.1 discussion?
But thank you for your effort 
Error as: 

:(

 

Could not execute command: ALTER TABLE "ma_group" ADD grouptype CHARACTER VARYING(20)

Call stack (most recent first):
  • execute_sql("ALTER TABLE {group} ADD grouptype CHARACTER VARYIN...") at /web/arden.aut.ac.nz/htdocs/mahara/lib/db/upgrade.php:165
  • xmldb_core_upgrade("2008040218") at /web/arden.aut.ac.nz/htdocs/mahara/lib/upgrade.php:271
  • upgrade_core(object(stdClass)) at /web/arden.aut.ac.nz/htdocs/mahara/admin/upgrade.json.php:71

27 February 2009, 22:43

I may suggest to login mysql, select the mahara db with

use maharadb;

SET FOREIGN_KEY_CHECKS = 0;
and perform an upgrade.
Again set it to 1 when luckily if you're done :) 
 
anonymous profile picture
Account deleted
Posts: 1643

28 February 2009, 2:54

Hi William - yes, probably. Do you want me to try and work out how to "downgrade" your database to 1.0.9 so you can have another go? If so, I will need a copy of your database.

anonymous profile picture
Account deleted
Posts: 10

28 February 2009, 5:14

 Dear Nigel,

 That will be great!

Please find my file at:

<removed>

Edits to this post:

  • anonymous profile picture Account deleted 01 March 2009, 21:00
anonymous profile picture
Account deleted
Posts: 1643

01 March 2009, 19:08

Thanks William. I have downloaded the file, I will try look at this as soon as I can.
anonymous profile picture
Account deleted
Posts: 10

01 March 2009, 20:08

Dear Nigel,

Would you please delete the link for security?

Thanks

 

 

anonymous profile picture
Account deleted
Posts: 1643

01 March 2009, 21:00

I did so, though you should remove the file from your server too.

28 February 2009, 10:14

Hallo,

I installed mahara 1.1.1 on intranet environment. (win xp sp2, apache 2.2.11, mysql 5.1.30 and php 5.2.8). Installation process was easy and I got mahara installed. I tried some features and so far so good, I like it. But one feature is missing, user can not upload file(s). When we click upload file button it keeps processing all the time. My web server root (localhost) is c:\webserver. In config.php my $cfg->dataroot is ‘c:\webserver\maharadata’, $cfg->wwwroot = ‘http://localhost/mahara/’. Did I miss something? Another thing is that when I click logout button, the site goes to www.cbsetutor.com/course/view.php?id=20 (?)

anonymous profile picture
Account deleted
Posts: 18

17 March 2009, 9:28

Hi,


I have upgrade mahara from 1.06 to 1.1.1 and I was having same problem with file upload.
First error was because we didn’t have php_exif extension which is required by lib/file.php (func. is_image_file, line 360). After that file upload was working under My files but not if attaching file to blog post.


After looking in our Apache error log we have found that we were missing mahartefact_blog_blogpost_file_pending table. So I have created new clean mahara 1.1.1. install and copied the structure of the table in to active database and now everything is working.

Question: Is this upgrade error? That is why upgrade process didn’t create that new table. And what is this table used for? 


10 results