Sep 16th, 2011, 8:17 AM
Hi Ben,
Thanks again for helping me work through these issues.
So, I followed your instructions. Export Manager is now installed correctly. Changed the database structure. Database Integrity Manager now reports NO problems.
However....
The View Submissions issue is still unresolved. Cleared cache, cookies, temp files, etc. Tried with Firefox and IE. Both fail to show submissions. However, I also found something else wonky that is probably related.
On the Forms page, in IE the links to pages 2, 3 and 4 of our forms will not work. IE is reporting an error on the Forms page itself:
Line: 1
Char: 1
Error: 'ft' is undefined
Code: 0
In Firefox, however, the links to the other pages work just fine!
So I browsed around the admin menu some more. IE is reporting various errors on nearly every page (Settings, Clients, Modules, etc.). The Update button won't even work in IE.
Thanks again for helping me work through these issues.
So, I followed your instructions. Export Manager is now installed correctly. Changed the database structure. Database Integrity Manager now reports NO problems.
However....
The View Submissions issue is still unresolved. Cleared cache, cookies, temp files, etc. Tried with Firefox and IE. Both fail to show submissions. However, I also found something else wonky that is probably related.
On the Forms page, in IE the links to pages 2, 3 and 4 of our forms will not work. IE is reporting an error on the Forms page itself:
Line: 1
Char: 1
Error: 'ft' is undefined
Code: 0
In Firefox, however, the links to the other pages work just fine!
So I browsed around the admin menu some more. IE is reporting various errors on nearly every page (Settings, Clients, Modules, etc.). The Update button won't even work in IE.
(Sep 15th, 2011, 8:43 PM)Ben Wrote: Hi Dogen,
hah, I responded to your previous post too soon too. :-)
For the javascript error, empty your browser's cache. Most probably, it's just cached an old version of one of the JS files which is causing the error you're spotting. Or, possibly, it's related to the Export Manager module problem.
For the Export Manager problem, have you made any customizations to the module? If not, simply uninstall then re-install it. That will recreate the module database tables.
Lastly, for the Core problem, that's a worry... still, it's easy to fix. Do you have access to phpMyAdmin? If so, edit the table column and change the type from an ENUM field to a VARCHAR field of size 100. It's very simple to do through the phpMyAdmin interface.
Let me know how it goes!
- Ben