Forum Replies Created

Viewing 1 replies (of 1 total)
  • I’m encountering an error that just looks wrong but I’m not a coder so I’m struggling to figure out what is happening. This is the DB info (modified for some privacy) used in the script:

    $hostname = "cobalt.ipowermysql.com";
        $username = "cobalt";
        $password = "mypass";
    
        $sourcedb = "cobalt_pn"; // your postnuke database
        $sourcetable = "nuke_stories"; // your postnuke stories table
        $sourcecat = "nuke_topics"; // your postnuke topics table
    
        $destdb = "wpress"; // your wordpress database
        $desttable_prefix = "wp_"; // you word press table prefix

    With this I get the following error but notice it looks like the missing table is a concatenation of my PN DB and WP tables. Any idea what is happening?

    Updating Comment Counts
    SID Comment count
    Fatal Error: Table ‘cobalt_pn.wp_posts’ doesn’t exist

Viewing 1 replies (of 1 total)