[Mahara-contributors] [Bug 1867611] Re: Error image gallery Mahara 19.10.2 (2019093013)

2020-03-17 Thread Andy R.
It is work now! Sorry, they forgot activate the fancy boxm we fix that!

Greets Andy

** Description changed:

  Create a gallery, select the images, all ok! You click in the frontend
  on the image, error:
  
  The requested content cannot be loaded. Please try again later
  
  See error attachment image (German)
  
  - Mahara 19.10.2
  - PHP 7.3.15
  - MySQL 5.7.27
  
- 
  Greets Andy

** Changed in: mahara
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1867611

Title:
  Error image gallery Mahara 19.10.2 (2019093013)

Status in Mahara:
  Invalid

Bug description:
  Create a gallery, select the images, all ok! You click in the frontend
  on the image, error:

  The requested content cannot be loaded. Please try again later

  See error attachment image (German)

  - Mahara 19.10.2
  - PHP 7.3.15
  - MySQL 5.7.27

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1867611/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1867611] [NEW] Error image gallery Mahara 19.10.2 (2019093013)

2020-03-16 Thread Andy R.
Public bug reported:

Create a gallery, select the images, all ok! You click in the frontend
on the image, error:

The requested content cannot be loaded. Please try again later

See error attachment image (German)

- Mahara 19.10.2
- PHP 7.3.15
- MySQL 5.7.27


Greets Andy

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "bildergalerie_einzelansich.jpg"
   
https://bugs.launchpad.net/bugs/1867611/+attachment/5337535/+files/bildergalerie_einzelansich.jpg

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1867611

Title:
  Error image gallery Mahara 19.10.2 (2019093013)

Status in Mahara:
  New

Bug description:
  Create a gallery, select the images, all ok! You click in the frontend
  on the image, error:

  The requested content cannot be loaded. Please try again later

  See error attachment image (German)

  - Mahara 19.10.2
  - PHP 7.3.15
  - MySQL 5.7.27

  
  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1867611/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1837855] Re: Rev. 19.04.1 error create institution

2019-08-23 Thread Andy R.
** Changed in: mahara/19.04
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1837855

Title:
  Rev. 19.04.1 error create institution

Status in Mahara:
  Fix Committed
Status in Mahara 18.04 series:
  Fix Committed
Status in Mahara 18.10 series:
  Fix Committed
Status in Mahara 19.04 series:
  Fix Released
Status in Mahara 19.10 series:
  Fix Committed

Bug description:
  Mahara 19.04.1

  A click on create a new institution shows a bug, see error log
  attachment.

  We try it under PHP 7.1 / 7.3

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1837855/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1828141] Re: Creating a new institution with minimal info fails to save

2019-08-12 Thread Andy R.
** Changed in: mahara/19.10
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1828141

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  Fix Released
Status in Mahara 18.04 series:
  Fix Released
Status in Mahara 18.10 series:
  Fix Released
Status in Mahara 19.04 series:
  Fix Released
Status in Mahara 19.10 series:
  Fix Released

Bug description:
  When we do something like:

  $name = 'My new institution';
  $institution = institution_generate_name($name);
  $newinstitution = new Institution();
  $newinstitution->initialise($institution, $name);
  $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828141/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1837855] [NEW] Rev. 19.04.1 error create institution

2019-07-25 Thread Andy R.
Public bug reported:

Mahara 19.04.1

A click on create a new institution shows a bug, see error log
attachment.

We try it under PHP 7.1 / 7.3

Greets Andy

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "error_mahara_19-04-1.log"
   
https://bugs.launchpad.net/bugs/1837855/+attachment/5279175/+files/error_mahara_19-04-1.log

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1837855

Title:
  Rev. 19.04.1 error create institution

Status in Mahara:
  New

Bug description:
  Mahara 19.04.1

  A click on create a new institution shows a bug, see error log
  attachment.

  We try it under PHP 7.1 / 7.3

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1837855/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1832311] Re: Rev 19.04 Login issue

2019-06-17 Thread Andy R.
Okee dokee

Next problem. A click on create an institution shows a bug. The error
report is attached.

Greets Andy

** Attachment added: "error_next_19-04.log"
   
https://bugs.launchpad.net/mahara/+bug/1832311/+attachment/5271175/+files/error_next_19-04.log

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1832311

Title:
  Rev 19.04 Login issue

Status in Mahara:
  New

Bug description:
  We have major problem to login, the system grant access only we try it
  10-20 times. PHP 7.1.x and 7.3.x and we did not modify any file and
  have no 3rd party plugins. The error log as attachement. We make a
  upgrade from 18.10.

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1832311/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1832311] Re: Rev 19.04 Login issue

2019-06-16 Thread Andy R.
Hi Robert

This seems to work! I will test & try a lttle bit more, the next days
and will report! For the moment the server runs under PHP Version 7.3.5
and MySQL 5.7.25. The server also run with mpm-itk.

Thx a lot.

Greets Andy and thx Kristina

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1832311

Title:
  Rev 19.04 Login issue

Status in Mahara:
  New

Bug description:
  We have major problem to login, the system grant access only we try it
  10-20 times. PHP 7.1.x and 7.3.x and we did not modify any file and
  have no 3rd party plugins. The error log as attachement. We make a
  upgrade from 18.10.

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1832311/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1832311] Re: Rev 19.04 Login issue

2019-06-16 Thread Andy R.
We have PHP 7.2 not installed, only as i note before, 7.1 and 7.3. Our
Problem is, on the productive Server we must install Moodle 3.7 and this
will run min. 7.1

Greets Andy

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1832311

Title:
  Rev 19.04 Login issue

Status in Mahara:
  New

Bug description:
  We have major problem to login, the system grant access only we try it
  10-20 times. PHP 7.1.x and 7.3.x and we did not modify any file and
  have no 3rd party plugins. The error log as attachement. We make a
  upgrade from 18.10.

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1832311/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1832311] [NEW] Rev 19.04 Login issue

2019-06-11 Thread Andy R.
Public bug reported:

We have major problem to login, the system grant access only we try it
10-20 times. PHP 7.1.x and 7.3.x and we did not modify any file and have
no 3rd party plugins. The error log as attachement. We make a upgrade
from 18.10.

Greets Andy

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "error.log"
   https://bugs.launchpad.net/bugs/1832311/+attachment/5270095/+files/error.log

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1832311

Title:
  Rev 19.04 Login issue

Status in Mahara:
  New

Bug description:
  We have major problem to login, the system grant access only we try it
  10-20 times. PHP 7.1.x and 7.3.x and we did not modify any file and
  have no 3rd party plugins. The error log as attachement. We make a
  upgrade from 18.10.

  Greets Andy

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1832311/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp