1
Here's the basics (my last post was rejected because I went beyond the acceptable timeout), I'll explain more later, if needed.
* Multiple sites, XOOPS 2.0.13.2 and 2.0.14.
* Formulize 2.1 on all sites.
* Can't save views on some of them.
* class/xoopsform/formselect.php has been patched appropriately
* Mirrors are maintained on my test server (subfolders on the same root, same MySQL and configuration, same PHP and configuration, same database - just different table prefixes)
* One site on my test server works the other doesn't
* Compared files/folders with WinMerge - no differences, other than site specifics
* Copied module's tables from good site to bad site - didn't fix
* Pointed bad site at good DB tables (changed prefix in mainfile.php) - this fixed it!
*Can't find what in the DB is causing the problem - it doesn't appear to be the module's tables (remember I dropped and copied from good site)
Anybody have a little magic I can whip on the DB to find what's going on? I hate to have to drop an entire production site, reinstall XOOPS and restore DB only to find the problem still exists.
P.S. - I have also cleared /cache, /templates_c, the session table, cookies and browser cache. I've gone to default theme and template. Restarted my server, too.
One of the post variables appears to be involved in all of this - on the bad sites it passes as 0 instead of blank (normal) or the actual value (when saving). But, since I am using the same files, just different tables, how can this be happening? Other values that only get set when the first is the appropriate value are being set and passed properly.