In the management screen I use PACK and lost everything, I can no longer even manage the server to reload the pages. I thought reloading Data.bbb would restore the functions, but it didn't. Any ideas? I'm working on a remote host. Thanks. --Aaron
Aaron Rubin wrote:
In the management screen I use PACK and lost everything, I can no longer even manage the server to reload the pages. I thought reloading Data.bbb would restore the functions, but it didn't. Any ideas? I'm working on a remote host. Thanks.
What version of Zope are you using? Did you get any error messages? When you say you can no longer manage the server, what do you mean? What error messages did you get? Do you have a Data.bbb.old file? You should be able to use it. Try getting rid of your Data.bbb.index. How did you reload the Data.bbb file? Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
Hi, This should not have happened. Are you using Zope A4 in Zodb3 mode? If not, try using this. To fix a dead Database (if you don't care about the content) just delete /var/data.fs and the database will be regenerated. Cheers, Anthony Pfrunder
Anthony Pfrunder wrote:
Hi,
This should not have happened. Are you using Zope A4 in Zodb3 mode? If not, try using this.
To fix a dead Database (if you don't care about the content) just delete /var/data.fs and the database will be regenerated.
Remember though, that it will be regenerated, from *scratch*. Meaning all changes you made will be gone. Just a warning for the new, I know you know this Anthony. ;) -Michel
Cheers,
Anthony Pfrunder
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Aaron Rubin -
Anthony Pfrunder -
Jim Fulton -
Michel Pelletier