Can't delete user: Uncaught ReferenceError

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
webform
Power Poster
Power Poster
Posts: 458
Joined: Sat Nov 25, 2006 3:39 pm
Location: Copenhagen, Denmark

Can't delete user: Uncaught ReferenceError

Post by webform »

I've upgraded an CMSMS installation from 2.1.6 => 2.2.14 and now i can't delete users in "Backend Users". I get following error:

Code: Select all

Uncaught ReferenceError: cms_confirm is not defined
    at HTMLAnchorElement.<anonymous> (listusers.php?__c=742947764a2a9642eec:111)
    at HTMLDocument.dispatch (jquery-1.11.1.min.js:3)
    at HTMLDocument.r.handle (jquery-1.11.1.min.js:3)
I've tested other sites with version 2.2.14 and there is no error in these sites.

I've also tried to copy CMS system files from a "good" site and replaced, but the problem prevail.

Any suggestions how to fix this?

Code: Select all

----------------------------------------------

Cms Version: 2.2.14

Installed Modules:

AdminSearch: 1.0.5
CGCalendar: 2.6.2
CGExtensions: 1.65.2
CGSimpleSmarty: 2.2.1
CGSmartImage: 1.22.7
CMSContentManager: 1.1.9
CMSMailer: 6.2.14
CmsJobManager: 0.1.3
CustomGS: 3.3
DesignManager: 1.1.8
FileManager: 1.6.11
FilePicker: 1.0.4.1
FrontEndUsers: 2.4.4
Gallery: 2.4.2
JMFilePicker: 1.0.1
JQueryTools: 1.4.2
LISE: 1.3.1
LISEnewsticker: 1.3.1
MenuManager: 1.50.3
MicroTiny: 2.2.4
ModuleManager: 2.1.7
Navigator: 1.0.9
News: 2.51.10
Search: 1.51.8

Config Information:

php_memory_limit:
max_upload_size: 256000000
url_rewriting: mod_rewrite
page_extension:
query_var: page
auto_alias_content: true
locale: da_DK.utf8
set_names: true
timezone: Europe/Copenhagen
permissive_smarty: true

Php Information:

phpversion: 7.2.32
md5_function: On (True)
json_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_ALL: 2047
E_STRICT: 0
E_DEPRECATED: 0
test_file_timedifference: No time difference found
test_db_timedifference: No time difference found
create_dir_and_file: 1
memory_limit: 2048M
max_execution_time: 300
register_globals: Off (False)
output_buffering: On
disable_functions:
open_basedir:
test_remote_url: Success
file_uploads: On (True)
post_max_size: 256M
upload_max_filesize: 256M
session_save_path: /tmp (0700)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
check_ini_set: On (True)
curl: On

Performance Information:

allow_browser_cache: Off (False)
browser_cache_expiry: 60
php_opcache: On (True)
smarty_cache: Off (False)
smarty_compilecheck: On (True)
auto_clear_cache_age: On (True)
Server Information:

Server Software: Apache
Server Api: litespeed
Server Os: Linux 2.6.32-954.3.5.lve1.4.78.el6.x86_64 On x86_64
Server Db Type: MySQL (mysqli)
Server Db Version: 5.7.30
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
----------------------------------------------
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Can't delete user: Uncaught ReferenceError

Post by DIGI3 »

Try a force refresh or clear your browser cache.
Not getting the answer you need? CMSMS support options
webform
Power Poster
Power Poster
Posts: 458
Joined: Sat Nov 25, 2006 3:39 pm
Location: Copenhagen, Denmark

Re: Can't delete user: Uncaught ReferenceError

Post by webform »

Yes, it was a cache issue! ::)
Locked

Return to “CMSMS Core”