Issue after upgrade to 3.8+
by Brian Pool. I just upgraded to the recent 3.8+ from the version two weeks ago. Now when I hit the "Check for Available Updates" in the Site Administration-Notifications I get the following at the...
View ArticleRe: Issue after upgrade to 3.8+
by Howard Miller. That's where those constants are supposed to be defined. It's a concern that they are being defined somewhere else (or that library is being re-required). Make sure you have...
View ArticleJavascript errors after upgrade
by Jordan Dohms. Hello,We recently upgraded from Moodle 3.5 to 3.9 and the upgrade seemed to go without hiccup.I am now, however, getting an error trying to add activities/resources to a course. It...
View ArticleRe: Javascript errors after upgrade
by Ken Task. When you say "...cleared caches..." did you do that via Moodle Admin UX or via command line rm -fR moodledata/cache/ and rm -fR moodledata/localcache/Not a programmer ... but...
View ArticleJSON Parse error: Unexpected EOF
by Abdelmalek Nezzal. Hi,On my localhost moodle 3.9 that I've installed with MAMP, I've this message only when I go to Dashboard , any Help:
View ArticleRe: JSON Parse error: Unexpected EOF
by Ken Task. Similar problems reported already ... no way to replicate ... therefore no resolution.So ... try this:In your /Applications/MAMP/conf/php7.2.10 (which ever php version you have)check...
View ArticleRe: JSON Parse error: Unexpected EOF
by Abdelmalek Nezzal. Hi,I've changed it to : short_open_tag = On , and restart but I've the same error message on the dashboard for all the commands on it 😀 What can I do next please.
View ArticleRe: JSON Parse error: Unexpected EOF
by Ken Task. Have you tried Googling for:SyntaxError JSON Parse error: Unexpected EOFhttps://www.google.com/search?q=SyntaxError+JSON+Parse+error%3A+Unexpected+EOFFound in apps other than moodle ......
View ArticleRe: version 10.2.29 is required and you are running 5.7.30
by Petr Chernov. Hello from Russia. Today I ran into similar problem installing latest Moodle 3.9 on server. The error was: “databasemariadb (5.7.26-29) version 10.2.29 is required and you are running...
View ArticleException - Call to undefined method...
by James Alborough. I tried to upgrade from 3.8.3 to 3.9 and realized that the server doesn't have the necessary Maria DB version, so I reverted to 3.8.3 via a server backup. Now, I can't access any...
View ArticleRe: Exception - Call to undefined method...
by Howard Miller. Moving to Installation and upgrading forum...
View ArticleRe: Exception - Call to undefined method...
by Howard Miller. If it worked, it broke and you restored then the obvious conclusion is that the restore was incomplete or failed. Did you restore everything? The Moodle code, the moodle file data...
View ArticleRe: Exception - Call to undefined method...
by James Alborough. Yes, I believe I restored everything: moodledata, the database and the moodle code. Any insight into what it is looking for? the error appears at /admin/index.php,...
View ArticleRe: Exception - Call to undefined method...
by Ken Task. After you login as admin user, use the URL line of browser and go directly to:/admin/purgecaches.phpDid that fix? If not, ditto ... for this...
View ArticleRe: Exception - Call to undefined method...
by James Alborough. Hi Ken, I tried /admin/purgecaches.php with no change (error still displays) /admin/settings.php?section=debugging also shows the same error. the DB result is shown in the attached...
View ArticleRe: Exception - Call to undefined method...
by Ken Task. By chance do you have something wordpress or other in front of your Moodle? ... and a moodle addon to interact with that?So you never saw a form that allowed you to turn on debugging by...
View ArticleRe: Exception - Call to undefined method...
by James Alborough. Ha, you are right about learning lessons! All your assumptions about paths, etc. are correct. The installation is at https://www.hainesfire.org/training and while...
View ArticleRe: Exception - Call to undefined method...
by Ken Task. Did you have h5p installed in the 3.8.x as an add on?Reason asked ... h5p became part of core in 3.9 ... this clip from error:Duplicate admin category name: h5p line 961 of...
View ArticleRe: Exception - Call to undefined method...
by James Alborough. I think you and I were thinking along the same lines about there being extra files in my moodle folder. From what I can tell, my "replacement" done through a Cpanel server rewind...
View ArticleRe: Exception - Call to undefined method...
by Ken Task. Congrats! All is well ... that ends well.Now some stupid comments from me ... this part: 'Cpanel server rewind' sounds like you are administering the server backend via cPanel ... does...
View Article