bnourse
Forum Replies Created
-
It appears to be some sort of conflict with the “WP e-commerce” plugin. (their site w/download: http://getshopped.org/)
I initially discounted it, as I still can’t find any evidence it’s making changes to the generated settings page, but when it’s disabled I am able to add/remove/edit/save forms and components without issue. Enabling it causes the functionality to disappear again. (generating the same errors as above that you indicated were occurring because scripts.js wasn’t loading) Possibly a naming conflict in init functions or with scripts.js itself?
It looks like userscripts.js is loaded:
<script type='text/javascript' src='http://www.mysite.com/wp-includes/js/l10n.js?ver=20101110'></script> <script type='text/javascript' src='http://www.mysite.com/wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=7bb5fde83e0949a753f31e184d1c6ac7'></script> <script type='text/javascript' src='http://mysite.com/wp-content/plugins/the-events-calendar/resources/events.js?ver=3.1.3'></script> <script type='text/javascript' src='http://mysite.com/wp-content/plugins/wordpress-form-manager/js/userscripts.js?ver=3.1.3'></script>Not sure if it fixed the original issue, but there is a new issue:
When clicking the “Form” menu:
fm_registerSaveValidator is not defined http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1 Line 358And the following when clicking on a specific form:
fm_initEditor is not defined http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1 Line 699 and fm_registerExtraSaveVar is not defined http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1 Line 723The second one happening a total of 4 times trying to register different variables.
On clicking an element type to add:
fm_addItem is not defined http://www.mysite.com/wp-admin/admin.php?page=fm-edit-form&id=1 Line 1I suppose I should add that I removed 1.5.0 by deactivating and then deleting through the plugin panel. Then checking to make sure the files were deleted from the webserver.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Awesome, thanks for the quick response.