Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › Jquery error profile update does not work
- This topic has 5 replies, 3 voices, and was last updated 6 years, 11 months ago by admin.
-
AuthorPosts
-
December 11, 2017 at 2:33 pm #14580usaipcgParticipant
When I try to update the profile inthe Affiliate I get a white page and it does not update itself:
Developer tools shows this:
classic.js?ver=7.1.07:69 Uncaught TypeError: jQuery(…).draggable is not a function
at HTMLDocument.<anonymous> (classic.js?ver=7.1.07:69)
at i (jquery.js?ver=1.12.4:2)
at Object.add [as done] (jquery.js?ver=1.12.4:2)
at n.fn.init.n.fn.ready (jquery.js?ver=1.12.4:2)
at a.fn.init.n.fn.init (jquery.js?ver=1.12.4:2)
at new a.fn.init (jquery-migrate.min.js?ver=1.4.1:2)
at n (jquery.js?ver=1.12.4:2)
at HTMLDocument.<anonymous> (classic.js?ver=7.1.07:68)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4:3)
December 11, 2017 at 2:49 pm #76873usaipcgParticipantI found an issue with a plugin and deactivated the plugin but when I press update it still shows an empty page and it doesnot update. It gives me now this Failed to load resource: the server responded with a status of 500 (Internal Server Error)
December 11, 2017 at 3:06 pm #76874usaipcgParticipantHi I traced it all back in the error log and I see this: ‘[11-Dec-2017 15:41:12 Europe/Amsterdam] PHP Warning: Cannot assign an empty string to a string offset in /home/usaipcg/public_html/baby3dprint.nl/wp-includes/class.wp-scripts.php on line 426
[11-Dec-2017 15:42:35 Europe/Amsterdam] PHP Recoverable fatal error: Object of class WP_Post could not be converted to string in /home/usaipcg/public_html/baby3dprint.nl/wp-includes/formatting.php on line 1045
December 11, 2017 at 3:37 pm #76875wzpModeratorat HTMLDocument.<anonymous> (classic.js?ver=7.1.07:69)
at i (jquery.js?ver=1.12.4:2)
at new a.fn.init (jquery-migrate.min.js?ver=1.4.1:2)
at HTMLDocument.<anonymous> (classic.js?ver=7.1.07:68)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4:3)
Your site seems to have at least 5 different versions of jquery.js installed. Please refer to the following:
Loading multiple copies of the same library not only causes plugin/theme conflict, it also slows your site down since the webpage is loading the same resource twice.
December 11, 2017 at 6:19 pm #76876usaipcgParticipantPHP errors are these
Line 426 $l10n[$key] = html_entity_decode( (string) $value, ENT_QUOTES, ‘UTF-8’);
Line 1045 $is_utf8 = in_array( get_option( ‘blog_charset’ ), array( ‘utf8’, ‘utf-8’, ‘UTF8’, ‘UTF-8’ ) );
December 11, 2017 at 11:55 pm #76877adminKeymasterWhat is the actual error message? What PHP version is your server using?
-
AuthorPosts
- You must be logged in to reply to this topic.