Hi, I'm attempting to save myself several hours of work by bulk loading a legacy site into my new Zope instance. However I can't seem to get the right syntax or something with the load_site utility. When I attempt to upload the "About" directory with this command:
python utilities/load_site.py -u <username>:<password> http://localhost:8080/abfnet/about /users/hofo/sites/abfnet/About
I get this error:
Traceback (most recent call last): File "utilities/load_site.py", line 374, in ? if __name__=='__main__': main() File "utilities/load_site.py", line 174, in main for f in files: upload_file(object, f) File "utilities/load_site.py", line 184, in upload_file if os.path.isdir(f): return upload_dir(object, f) File "utilities/load_site.py", line 201, in upload_dir call(object.manage_addFolder, id=name) File "utilities/load_site.py", line 178, in call try: apply(f,args, kw) File "/Applications/Zope/lib/python/ZPublisher/Client.py", line 226, in __call__ self.handleError(query, ec, em, headers, response) File "/Applications/Zope/lib/python/ZPublisher/Client.py", line 241, in handleError raise t, RemoteException(t,v,f,l,self.url,query,ec,em,response) bci.NotFound: bobo exception (File: /Applications/Zope/lib/python/ZPublisher/HTTPResponse.py Line: 540) 404 Not Found for http://localhost:8080/abfnet/about/manage_addFolder
Any ideas? I've also tried uploading via FTP and WebDAV and can't do that either. The FTP seems to work if the file already exists, but I can't create new files/folders. WebDAV seems to have the same problem from Goliath (a WebDAV client). And I can't seem to get Dreamweaver Ultradev to see either FTP or WebDAV. I've looked at the ZipFolder extension but can't figure out what to do with it for installation/configuration. Any ideas or solutions would be extremely helpful. Thanks. -- Howard Fore, me.nospam@hofo.com