?
avatar brianteeman
brianteeman
12 Mar 2021

Open global configuration and make any change and then try to "save and close"

Nothing happens and the javascript console shows the following error


Uncaught TypeError: Cannot read property 'toASCII' of undefined
    at Object.exec (validate.min.js?6fbe5f648d8f06284b4402d09e9c776a:formatted:48)
    at t.value (validate.min.js?6fbe5f648d8f06284b4402d09e9c776a:formatted:161)
    at validate.min.js?6fbe5f648d8f06284b4402d09e9c776a:formatted:170
    at Array.forEach (<anonymous>)
    at t.value (validate.min.js?6fbe5f648d8f06284b4402d09e9c776a:formatted:169)
    at Object.t.submitbutton (core.min.js?6fbe5f648d8f06284b4402d09e9c776a:1)
    at HTMLElement.executeTask (joomla-toolbar-button.min.js?6fbe5f648d8f06284b4402d09e9c776a:1)
avatar brianteeman brianteeman - open - 12 Mar 2021
avatar joomla-cms-bot joomla-cms-bot - change - 12 Mar 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Mar 2021
avatar chmst
chmst - comment - 13 Mar 2021

Works for me on the 4.0 dev branch.

avatar brianteeman
brianteeman - comment - 13 Mar 2021

I just did a completely fresh checkout, composer install and npm install and the same problem

avatar chmst
chmst - comment - 13 Mar 2021

Which browser? I am on win10, fresh installations with php 7.4 and php 8, chrome and firefox, but no problems.
npm version 7.5.6
composer version 2.0.8


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32661.
avatar joomdonation
joomdonation - comment - 13 Mar 2021

I am using today nightly build and also could not see this problem.

avatar brianteeman
brianteeman - comment - 13 Mar 2021

I think it is related to the versions of software installed by composer and npm - I am checking this now

avatar richard67
richard67 - comment - 13 Mar 2021

@brianteeman Maybe there are some remainders of previous installs or tests which are not removed when pulling the branch from remote? In this case, an git checkout . and then a git clean -d -x -f before pulling again would clean that up. It will remove all what doesn't belong to the sources, i.e. also installed extensions, languages, old compilation results, so after that it needs again a composer install and npm ci and to make a new installation.

avatar brianteeman
brianteeman - comment - 13 Mar 2021

thats exactly what I am doing right now ;)

avatar brianteeman brianteeman - change - 13 Mar 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-03-13 09:30:11
Closed_By brianteeman
avatar brianteeman brianteeman - close - 13 Mar 2021
avatar brianteeman
brianteeman - comment - 13 Mar 2021

Whatever it was has gone now.

Add a Comment

Login with GitHub to post a comment