mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #14389
[Bug 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows
Hi Angela,
Hm, your config.php file looks perfectly average, no unusual settings in
place.
It has occurred to me, rather than using Wireshark, it'd be a lot easier
to just use the Chrome Developer Tools, since you're using Chrome
anyway. Here is how to activate them: https://developers.google.com
/chrome-developer-tools/
Once the Chrome Dev Tools are on, go to the Dev Tools "Network" tab to
see the individual HTTP requests and responses. Then replicate the
layout error in your web browser. Towards the bottom of the request list
you should then see a request for "blocks.json.php" followed by
"thumb.php?type=...". Click on the blocks.json.php request, and then
click the "Response" subtab, and you should see the raw response
returned by Mahara. On success, it'll be a string of json like this:
{"error":false,"message":{"message":"","data":{"data":"http:\/\/vegas.wgtn
.cat-it.co.nz\/mahara-
clients\/htdocs\/thumb.php?type=customviewlayout&cvl=vl-33-33-33_33-33-33_33-33-33","alttext":"33-33-33
\/ 33-33-33 \/ 33-33-33","newimage":1}},"returnCode":0}
Yours, since it's not working, will hopefully give an informative error
message instead.
Cheers,
Aaron
--
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/1236767
Title:
Custom layouts aren't displayed properly and can't be created with
more than 4 rows
Status in Mahara ePortfolio:
In Progress
Bug description:
I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
view the site I am using a Mac OS Laptop with Chrome Version
30.0.1599.69.
When using the "create custom layout" feature I have multiple
problems:
- The preview only is displayed correctly for 1 - 3 rows, after adding the fourth row the preview doesn't update anymore
- When adding a custom layout with up to 3 rows, the layout gets added to the other layout options. Adding a 4 row layout does work, but there is just a default thumb, not a picture of the layout.
- Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 rows doesn't work at all.
I attached a screenshot of the problems.
Regards,
Angela
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1236767/+subscriptions
References