Help - I deleted Photoshare - tried to place backedup folder online and......
Help - I deleted Photoshare - tried to place backedup folder online and......
Posted: 22.05.2006, 18:23
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
I was about to upgrade photoshare and backed up the folder onto my computer. By mistake I deleted the photoshare from the sever. I thought i could just replace it but that didint work. When I went to modukes and hit initalize this came up
Could not create database relation: Table 'nuke_photoshare_folders' already existsduringCREATE TABLE nuke_photoshare_folders ( nuke_photoshare_folders.ps_id INT NOT NULL AUTO_INCREMENT, nuke_photoshare_folders.ps_owner INT NOT NULL, nuke_photoshare_folders.ps_createddate DATETIME NOT NULL, nuke_photoshare_folders.ps_modifieddate TIMESTAMP NOT NULL, nuke_photoshare_folders.ps_title VARCHAR(255), nuke_photoshare_folders.ps_description TEXT, nuke_photoshare_folders.ps_topic INT NOT NULL, nuke_photoshare_folders.ps_template VARCHAR(255) NOT NULL DEFAULT 'slideshow', nuke_photoshare_folders.ps_blockfromlist BOOL NOT NULL DEFAULT '0', nuke_photoshare_folders.ps_hidepnframe BOOL NOT NULL DEFAULT '0', nuke_photoshare_folders.ps_parentfolder INT NOT NULL, nuke_photoshare_folders.ps_accesslevel SMALLINT NOT NULL, nuke_photoshare_folders.ps_viewkey VARCHAR(32), nuke_photoshare_folders.ps_mainimage INT DEFAULT NULL, PRIMARY KEY(ps_id))