pyro4lif
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit page buttons don't work 4.0also when I use firebug I come up with these errors
TypeError: (intermediate value)(…) is not a function
(function( jQuery, window, undefined ) {
jquery-migrate.js (line 12)
TypeError: (intermediate value)(…) is not a function(function ($) {
jquery.select2.js (line 27)
TypeError: $.browser is undefinedvar pasteEventName = ($.browser.msie ? ‘paste’ : ‘input’) + “.mask”;
jquery…..2.2.js (line 9, col 5)
TypeError: (intermediate value)(…) is not a function(function($) {
hoverIntent.js (line 38)
TypeError: (intermediate value)(…) is not a function…,b){var c={};return b||(b=x.identity),function(){var d=b.apply(this,arguments);r…
underscore.min.js (line 7)
ReferenceError: _ is not definedregexp: _.memoize( function( tag ) {
shortcode.js (line 110, col 2)
TypeError: (intermediate value)(…) is not a function…ull,”func”:function(){},”args”:[]};function _isfn(fn){return(!!fn&&typeof fn!=”s…
jquery….dule.js (line 8)
TypeError: (intermediate value)(…) is not a function…ull||a[1]==null||a[2]==null)return[null,null,null,a[3]];var b=a[0]/360,c=a[1],d=…
jquery…..min.js (line 8)
TypeError: (intermediate value)(…) is not a function(function($) {
wp-lists.js (line 8)
TypeError: (intermediate value)(…) is not a function(function($) {
suggest.js (line 21)
TypeError: (intermediate value)(…) is not a function}( jQuery, window ));
heartbeat.js (line 744)
TypeError: c is undefined…},l={listenTo:”on”,listenToOnce:”once”};c.each(l,function(a,b){h[b]=function(b,d…
backbone.min.js (line 7, col 2336)
ReferenceError: _ is not definedwp.template = _.memoize(function ( id ) {
wp-util.js (line 23, col 1)
ReferenceError: Backbone is not definedwp.Backbone.Subviews.extend = Backbone.Model.extend;
wp-backbone.js (line 23, col 1)
ReferenceError: _ is not defined_.extend( media, { model: {}, view: {}, controller: {}, frames: {} });
media-models.js (line 58, col 1)
TypeError: wp.media.model is undefinedUploader.queue = new wp.media.model.Attachments( [], { query: false });
wp-plupload.js (line 378, col 1)
TypeError: (intermediate value)(…) is not a function}(jQuery));
wp-medi…ment.js (line 40)
ReferenceError: _ is not defined}(jQuery, _));
media-views.js (line 7218)
ReferenceError: _ is not defined}(jQuery, _));
media-editor.js (line 1120)
ReferenceError: _ is not defined}(jQuery, _, Backbone));
media-a…ideo.js (line 837)
ReferenceError: _ is not defined}(jQuery, _, Backbone));
wp-playlist.js (line 181)
ReferenceError: _ is not defined_.extend( wp.mce.View.prototype, {
mce-view.js (line 43, col 1)
TypeError: (intermediate value)(…) is not a function(function($) {
jquery….lect.js (line 20)
TypeError: (intermediate value)(…) is not a function}(jQuery));
wp-auth-check.js (line 118)
TypeError: (intermediate value)(…) is not a function…his;if(a||!f._mouseCapture(g.originalEvent.changedTouches[0])){return}a=true;f._…
jquery….unch.js (line 17)
TypeError: (intermediate value)(…) is not a function(function(tinymce) {
plugin….0140822 (line 28)
TypeError: (intermediate value)(…) is not a function( function() {
wp-lang…0140822 (line 12)
TypeError: $(…).live is not a function$(‘.zn_install_dummy’).live(‘click’,function() {
zn-admi…ipts.js (line 64, col 1)
TypeError: (intermediate value)(…) is not a function(function() {
editor_plugin.js (line 9)
TypeError: (intermediate value)(…) is not a function(function() {
editor_plugin.js (line 9)
TypeError: (intermediate value)(…) is not a function(function() {
editor_…n_39.js (line 8)
TypeError: (intermediate value)(…) is not a function(function(exports, undefined) {
plugin.js (line 14)
2
TypeError: wp.mce.views is undefinedwp.mce.views.render();
Forum: Fixing WordPress
In reply to: Edit page buttons don't work 4.0so basically I am getting alot of errors I posted them but the mod removed them and the “pastebin is not working
So i took peaces to show you what it is saying.
all the errors are on line 1 and 102REQUEST: /wp-admin/admin-ajax.php
Undefined variable: _POST in /home/content/42/10671442/html/wp-content/plugins/wp-e-commerce/wpsc-includes/cart-template-api.php on line 1REQUEST: /wp-admin/upload.php
[01-Oct-2014 22:21:09 UTC] PHP Notice: Constant WP_MEMORY_LIMIT already defined in /home/content/42/10671442/html/wp-config.php on line 102REQUEST: /wp-admin/upload.php
[01-Oct-2014 22:21:12 UTC] PHP Notice: Undefined variable: _POST in /home/content/42/10671442/html/wp-content/plugins/wp-e-commerce/wpsc-includes/cart-template-api.php on line 1REQUEST: /wp-content/cache/all/lostpassword/db.php
[01-Oct-2014 22:24:17 UTC] PHP Notice: Undefined index: n2a2f7c in /home/content/42/10671442/html/wp-content/plugins/revslider/revslider_front.php on line 1REQUEST: /wp-cron.php?7212497fba6bc1d65bcd3214f886b697&action=wysija_cron&process=bounce&silent=1
[01-Oct-2014 22:24:18 UTC] PHP Notice: Undefined index: n2a2f7c in /home/content/42/10671442/html/wp-content/plugins/revslider/revslider_front.php on line 1REQUEST: /wp-cron.php?doing_wp_cron=1412202259.5096991062164306640625
[01-Oct-2014 22:24:20 UTC] PHP Notice: Undefined index: n2a2f7c in /home/content/42/10671442/html/wp-content/plugins/revslider/revslider_front.php on line 1
Forum: Fixing WordPress
In reply to: Edit page buttons don't work 4.0so I enured this code to my wp-config file
// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, true);this is the errors it came up with sorry to post all of this code
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Fixing WordPress
In reply to: Edit page buttons don't work 4.0Tara thanks that helps!
you will see that “happy bloging” line at about line number 73, immediately below the define(‘WP_DEBUG’, false); line
I will test that now
Forum: Fixing WordPress
In reply to: Edit page buttons don't work 4.0yeah I checked them, there are no errors in the logs…