EMERGENCY! HELP
8 posts by 2 authors in: Forums > CMS Builder
Last Post: January 6, 2010 (RSS)
By (Deleted User) - January 6, 2010
Re: [cjnovak] EMERGENCY! HELP
By Dave - January 6, 2010
Email your FTP and CMS login details to dave@interactivetools.com and I'll take a look and fix it for you ASAP.
Note: Email, don't post login details to the forum.
Hope that helps!
interactivetools.com
Re: [Dave] EMERGENCY! HELP
By (Deleted User) - January 6, 2010
Re: [cjnovak] EMERGENCY! HELP
By Dave - January 6, 2010
It should be fixed now, let me know if there's any other issues.
Hope that helps!
interactivetools.com
Re: [Dave] EMERGENCY! HELP
By (Deleted User) - January 6, 2010
I can log on now, but every time I try to open a table other than User Accounts, i get the error: "getRecords(accounts): Couldn't load schema for 'accounts'!".
Additionally, it appears that the 84 some user accounts for the realtors a had to upload their listing data that I previously had in the system are now gone?
Hopefully you can help resolve this, thanks.
Re: [cjnovak] EMERGENCY! HELP
By Dave - January 6, 2010
I added this code to admin.php the first time to manually rename the table:
$r = mysql_query_fetch_all_assoc("ALTER TABLE {$TABLE_PREFIX}user_accounts RENAME TO {$TABLE_PREFIX}accounts");
### Login
And then just now renamed the schema file
from /cmsAdmin/data/schema/user_accounts.ini.php
back to /cmsAdmin/data/schema/accounts.ini.php
I think that should fix it. Can you double check and let me know?
Thanks!
interactivetools.com
Re: [Dave] EMERGENCY! HELP
By (Deleted User) - January 6, 2010
It looks like it fixed it, thanks a bunch!
Re: [cjnovak] EMERGENCY! HELP
By Dave - January 6, 2010
I've made a note to add some extra error checking to the next version so the accounts user table can't be accidentally renamed.
interactivetools.com