maxo9000
Forum Replies Created
-
Hi Chris, same problem with me also …
Site Info:
WP Version : 4.7.5
WPMU: No
MySQL Version : 5.7.15
WP Table Prefix : wp_
PHP Version : 5.3.29
Google Analytics for WordPress by MonsterInsights 6.1.10 https://www.monsterinsights.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v600Browser Console shows:
JQMIGRATE: Migrate is installed, version 1.4.1
Uncaught TypeError: t(…).select2 is not a function
at HTMLDocument.<anonymous> (admin.min.js:1)
at i (load-scripts.php:2)
at Object.fireWith [as resolveWith] (load-scripts.php:2)
at Function.ready (load-scripts.php:2)
at HTMLDocument.K (load-scripts.php:2)Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
at HTMLDocument.<anonymous> (load-scripts.php:246)
at HTMLDocument.dispatch (load-scripts.php:3)
at HTMLDocument.r.handle (load-scripts.php:3)
at Object.trigger (load-scripts.php:3)
at Object.a.event.trigger (load-scripts.php:9)
at HTMLDocument.<anonymous> (load-scripts.php:3)
at Function.each (load-scripts.php:2)
at a.fn.init.each (load-scripts.php:2)
at a.fn.init.trigger (load-scripts.php:3)
at Object.<anonymous> (load-scripts.php:245)Uncaught TypeError: Cannot read property ‘hasClass’ of undefined
at HTMLDocument.<anonymous> (load-scripts.php:246)
at HTMLDocument.dispatch (load-scripts.php:3)
at HTMLDocument.r.handle (load-scripts.php:3)
at Object.trigger (load-scripts.php:3)
at Object.a.event.trigger (load-scripts.php:9)
at HTMLDocument.<anonymous> (load-scripts.php:3)
at Function.each (load-scripts.php:2)
at a.fn.init.each (load-scripts.php:2)
at a.fn.init.trigger (load-scripts.php:3)
at Object.<anonymous> (load-scripts.php:245)- This reply was modified 7 years, 6 months ago by maxo9000. Reason: additional info
Forum: Fixing WordPress
In reply to: first_name last_name can't display or resetsim closing this topic thanks again chris for pointing out the db schema!
Forum: Fixing WordPress
In reply to: first_name last_name can't display or resetsLet me share with you how I fixed this so far without re-installing everything..
back in cPanel MyPHPAdmin.
* DROP or Delete from the wpdatabasename_users table the first_name and last_name column!Basics I should know already but because Im a cowboy!
Lesson 1. dont work on the production version of the site to make plugin/coding changes.
Lesson 2. beware of plugins that alter sql database!Forum: Fixing WordPress
In reply to: first_name last_name can't display or resetsOn a different site and install of wordpress I get this
* WordPress > Users > All Users – all columns show data
—> URL shows : wp-admin/users.php* WordPress > Edit > User Profile
—> URL shows : wp-admin/profile.php* WordPress > Type in First Name field > aaa
* WordPress > Type in Last Name field > bbb
* WordPress > Update User
—> URL shows : wp-admin/profile.php?updated=trueare these different urls a clue?
Forum: Fixing WordPress
In reply to: first_name last_name can't display or resetsThanks Chris I will try that.
What I think is odd is that in the db schema you linked there is no first_name and last_name also same here http://codex.www.ads-software.com/Database_Description
But I will take you word for it since Im still learning ( actually learning alot about the backend of wordpress )