[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2017-02-10 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.] ** Changed in: mahara Status: Incomplete => Expired -- 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] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-12-12 Thread Robert Lyon
Hi Andrew, That all sounds normal now. One more thing you can test is this: 1) Masquerade as user and edit the sharing for the page and share it with user 'admin'. 2) Stop masquerading and visit the page normally (as admin user) if that looks ok then things are all fixed 3) Masquerade as user

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-10-31 Thread Andrew
Hi Robert, Thanks for your reply. I've had a look at the database using your advice and can confirm that your first suggested query did return some content. I then used the same ID and applied it to the 2nd SQL command and can confirm that it also came back with content. Not sure its relevant

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-10-26 Thread Robert Lyon
Hi Andy For the client that didn't have the content reinstated - can you look at their database for a page that is not displaying correctly and run this command: SELECT bi.blocktype FROM block_instance bi WHERE view = [id of page]; This should show you which blocks should be appearing on the

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-10-26 Thread Robert Lyon
Also note the fix for the page will only come into play when someone navigates to view it in the browser. -- 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 --

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-10-11 Thread Robert Lyon
Hi Andrew Yes, if the view_rows_column table has no entries for the view ID then yes this is the issue. Ok to find out what should be in the view_rows_columns table you can do this: SELECT id, layout, type FROM view WHERE id = [ID]; where ID = the view id number, eg 5 If the 'layout' result

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-09-26 Thread Andrew
Hi Robert, 1) MySQL 2) Are you able to confirm how we can identify if this is the case? I have taken the ID from that users page (where the content has disappeared) and checked for this ID in the view_rows_column table and found no entries. Is this correct approach? Thanks Andy -- You

[Mahara-contributors] [Bug 1626462] Re: image blocks disappearing from mahara page

2016-09-22 Thread Robert Lyon
Hi Andrew: Can I get you to check a couple of things: 1) Is the site using MySQL or Postgres? 2) Is the page that is missing blocks also missing rows in the database table view_rows_columns ? 3) Does putting the fix in this patch https://reviews.mahara.org/#/c/7014/ and refreshing (in a