Sorry folks. That was a test site which no longer exists. I'll check my profile to remove it, if it's there. If not, forget any links to it from previous posts.
I decided to copy an existing php-Nuke 7.4 production site to test an upgrade to Dragonfly.
Although we've found no major problems, we found a few things that were remedied in a few minutes time.
Quote:
Example:
If you're upgrading a php-Nuke site on an existing database:
(Our problems were from the following modules):
WebLinks
FAQ
(these were our only two we found pertinent to Dragonfly RC1 - no admin control after the database update until performing the following)
We found that after removing/deleting the modules from our /modules tree and removing the tables from our original database (AFTER making a BACKUP of the original table(s))
After logging in as admin, be sure the old modules no longer exist in the modules listing.
Upload those modules again (via FTP), and install them using the CPG install links provided.
After reinstalling them, use phpAdmin and re-insert the data from your original databases, i.e. SQL/Insert/.
BELOW IS EXAMPLE TABLE DATA FYI
# --------------------------------------------------------
# Dumping data for table `cpg_TABLE`
#
INSERT INTO `cpg_TABLE`
INSERT INTO `cpg_TABLENAME` (`attach_id`, `post_id`, `privmsgs_id`, `user_id_1`, `user_id_2`) VALUES (1, 690, 0, 2472, 0);
# --------------------------------------------------------
If I've added steps this process that are unnecessary I hope those in the know will kick me good and correct any omissions or wrongs I've made.