Giter VIP home page Giter VIP logo

Comments (9)

gjb2048 avatar gjb2048 commented on July 30, 2024 1

Current master will become MOODLE_30 then be for M3.1.

Sent from my iPod in deep space...

On 12 May 2016, at 07:54, Sam Richardson [email protected] wrote:

Yep thats perfect. When you are developing the next version will it be pushed to a new branch in git or are you working on it offline then publishing it upon completion?

I know some others do that with there Moodle plugins so I'd though to ask.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

from moodle-format_grid.

sri-0 avatar sri-0 commented on July 30, 2024

Ive narrowed the issue for the Grid Page not the single section page down to

Line 299 echo $this->courserenderer->course_section_cm_list($course, $thissection, 0);

If you remove this line the activities in the section 0 do not display so this line needs to be updated not sure what to though?

Still unsure of whats causing the issue on the single section page view. Will further investigate

from moodle-format_grid.

gjb2048 avatar gjb2048 commented on July 30, 2024

Dear Sam,

Given the stack trace the fault is with your installation, not the format. You've probably updated and not done a purge all caches or the language files are broken.

Kind regards,

Gareth

Sent from my iPod in deep space...

On 12 May 2016, at 05:27, Sam Richardson [email protected] wrote:

Ive narrowed the issue for the Grid Page not the single section page down to

Line 299 echo $this->courserenderer->course_section_cm_list($course, $thissection, 0);

If you remove this line the activities in the section 0 do not display so this line needs to be updated not sure what to though?

Still unsure of whats causing the issue on the single section page view. Will further investigate


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

from moodle-format_grid.

gjb2048 avatar gjb2048 commented on July 30, 2024

Or there does need to be a new course format specific definition. I'll work this out when I make the M3.1 version of the format.

Sent from my iPod in deep space...

On 12 May 2016, at 04:51, Sam Richardson [email protected] wrote:

I am using the single section page view.

This error displays on above the grid:

String does not exist. Please check your string definition for newactivityname/moodle
line 9669 of /lib/moodlelib.php: call to debugging()
line 58 of /course/classes/output/course_module_name.php: call to lang_string->__construct()
line 712 of /course/renderer.php: call to core_course\output\course_module_name->__construct()
line 973 of /course/renderer.php: call to core_course_renderer->course_section_cm_name()
line 909 of /course/renderer.php: call to core_course_renderer->course_section_cm()
line 1074 of /course/renderer.php: call to core_course_renderer->course_section_cm_list_item()
line 299 of /course/format/grid/renderer.php: call to core_course_renderer->course_section_cm_list()
line 115 of /course/format/grid/renderer.php: call to format_grid_renderer->make_block_topic0()
line 151 of /course/format/grid/format.php: call to format_grid_renderer->print_multiple_section_page()
line 280 of /course/view.php: call to require()

This error displays when underneath section0 on a single section page:

String does not exist. Please check your string definition for newactivityname/moodle
line 9669 of /lib/moodlelib.php: call to debugging()
line 58 of /course/classes/output/course_module_name.php: call to lang_string->__construct()
line 712 of /course/renderer.php: call to core_course\output\course_module_name->__construct()
line 973 of /course/renderer.php: call to core_course_renderer->course_section_cm_name()
line 909 of /course/renderer.php: call to core_course_renderer->course_section_cm()
line 1074 of /course/renderer.php: call to core_course_renderer->course_section_cm_list_item()
line 779 of /course/format/renderer.php: call to core_course_renderer->course_section_cm_list()
line 149 of /course/format/grid/format.php: call to format_section_renderer_base->print_single_section_page()
line 280 of /course/view.php: call to require()

This error displays underneath the section title and section summary on the single section page. It is above the content of the selected section:

String does not exist. Please check your string definition for newactivityname/moodle
line 9669 of /lib/moodlelib.php: call to debugging()
line 58 of /course/classes/output/course_module_name.php: call to lang_string->__construct()
line 712 of /course/renderer.php: call to core_course\output\course_module_name->__construct()
line 973 of /course/renderer.php: call to core_course_renderer->course_section_cm_name()
line 909 of /course/renderer.php: call to core_course_renderer->course_section_cm()
line 1074 of /course/renderer.php: call to core_course_renderer->course_section_cm_list_item()
line 816 of /course/format/renderer.php: call to core_course_renderer->course_section_cm_list()
line 149 of /course/format/grid/format.php: call to format_section_renderer_base->print_single_section_page()
line 280 of /course/view.php: call to require()
String does not exist. Please check your string definition for newactivityname/moodle
line 9669 of /lib/moodlelib.php: call to debugging()
line 58 of /course/classes/output/course_module_name.php: call to lang_string->__construct()
line 712 of /course/renderer.php: call to core_course\output\course_module_name->__construct()
line 973 of /course/renderer.php: call to core_course_renderer->course_section_cm_name()
line 909 of /course/renderer.php: call to core_course_renderer->course_section_cm()
line 1074 of /course/renderer.php: call to core_course_renderer->course_section_cm_list_item()
line 816 of /course/format/renderer.php: call to core_course_renderer->course_section_cm_list()
line 149 of /course/format/grid/format.php: call to format_section_renderer_base->print_single_section_page()
line 280 of /course/view.php: call to require()

Screenshots attached


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

from moodle-format_grid.

sri-0 avatar sri-0 commented on July 30, 2024

I think the old definition is the issue then because the same errors essentially are on the grid page and single section page.

Do you have a projected release date for the M3.1 version or what is the progress as my system is currently unreleased hence I would be more than happy to test a beta version of the format if you need. My system will be released later in the year I am just developing it on 3.1 because that is due to be released soon.

Sam

from moodle-format_grid.

gjb2048 avatar gjb2048 commented on July 30, 2024

Thanks Sam, no date yet but likely to be June / July.

Sent from my iPod in deep space...

On 12 May 2016, at 07:49, Sam Richardson [email protected] wrote:

I think the old definition is the issue then because the same errors essentially are on the grid page and single section page.

Do you have a projected release date for the M3.1 version or what is the progress as my system is currently unreleased hence I would be more than happy to test a beta version of the format if you need. My system will be released later in the year I am just developing it on 3.1 because that is due to be released soon.

Sam


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

from moodle-format_grid.

sri-0 avatar sri-0 commented on July 30, 2024

Yep thats perfect. When you are developing the next version will it be pushed to a new branch in git or are you working on it offline then publishing it upon completion?

I know some others do that with there Moodle plugins so I'd though to ask.

from moodle-format_grid.

gjb2048 avatar gjb2048 commented on July 30, 2024

Is this still an issue?

from moodle-format_grid.

gjb2048 avatar gjb2048 commented on July 30, 2024

Cannot reproduce, closing.

from moodle-format_grid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.