Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
Migration - Should be fairly simple
  • Posted: 28.05.2004, 03:56
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Hello all...

    I"m a PostNuke newbie..so bear with my stupidity!

    I'm trying to migrate a PostNuke installation from one domain to another.

    I got it up and running fine, database is fine, loads the index page just fine.

    However,

    The links on the left and top are all pointing to the old domain.
    while the links pointing to certain articles etc..are looking great and pointing to the new addy

    Does PostNuke keep a config file of sorts that lets you change this "domain name" from the old to the new?
    Is it in the database?


    Let me know where it is! Thanks!

    Mark
  • Posted: 28.05.2004, 04:06
     
    mhalbrook
    rank:
    Legend Legend
    registered:
     December 1969
    Status:
    offline
    last visit:
    01.12.08
    Posts:
    6534
    Nothing in PostNuke itself is hard coded. If the links are hard coded, that would probably mean you linked to, for instance, since the URL is handy for this particular page on PostNuke.com
    http://domain.com/index.php?name=PNphpBB2&file=viewtopic&t=27886&highlight=

    All you needed to do what link to index.php?name=PNphpBB2&file=viewtopic&t=27886&highlight=

    First one will break when you change domains, 2nd one would continue to work.
  • Posted: 28.05.2004, 04:47
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Hi,

    Thanks for the quick response.

    Well..take a look.

    http://67.18.126.157/community/

    The links on the left hand side are pointing directly to the torontodancehall.net domain...where the links inside are pointing to just the base URL as it should be.

    Where are these links? (I didnt make this site, just helping with moving it)
    Are they hardcoded into the files? or hardcoded into the DB?

    If I could just see where one of these are ...I think I can figure out the rest.

    Let me know if you can, and thanks again for the help. Much Appreciated.

    Thanks

    Mark
  • Posted: 28.05.2004, 17:08
     
    Spire2000
    rank:
    Professional Professional
    registered:
     March 2003
    Status:
    offline
    last visit:
    10.11.06
    Posts:
    904
    Well, your link goes to a password protected area, so I can't see the site.

    I suspect however that the links you are referring to are in the main menu, and as such can be changed by going to Administration -> Blocks then click on Edit beside "Main Menu". You'll see a listing of all the menu items and the fields to change.
  • Posted: 28.05.2004, 17:17
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Thanks Spire2000 you da man....I checked ..and thats exactly where I can change things.

    I appreciate it.

    Thanks,

    Mark
  • Posted: 28.05.2004, 17:20
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    One more question actually..

    the links on the header.. .."Home" "Account" "Forum" "topics" "Gallery" "Store" can I change those in the same place as well? (I cant seem to find them)

    Let me know if you can.

    Thanks dude

    Mark
  • Posted: 28.05.2004, 17:58
     
    Spire2000
    rank:
    Professional Professional
    registered:
     March 2003
    Status:
    offline
    last visit:
    10.11.06
    Posts:
    904
    You'd find those in your header files in your theme directory. Different themes have different names for the file, but if you poke around in your theme, you'll find it. It's possible too that the definitions are set in a language file within your theme directory, so make sure you look there too.
  • Posted: 28.05.2004, 19:38
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Ok..I foudn the stuff in the header..all good with that.

    I'm experiencing some weird problems when I try to edit the blocks on the left hand side menu.

    Its using "Content Express" I believe.

    But when I edit the Menu Name's to change the links, in the edit part, it doesnt provide the "Parent Menu" listings that it should. SO the menu listings part only gives you the option for Top Level.
  • Posted: 28.05.2004, 19:51
     
    Spire2000
    rank:
    Professional Professional
    registered:
     March 2003
    Status:
    offline
    last visit:
    10.11.06
    Posts:
    904
    Unfortunately, I am personally unfamiliar with the CE Menu system, having never used it myself. I know there are folks who are familiar with it though, so maybe this will get their attention.
  • Posted: 28.05.2004, 22:05
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Thats cool.

    All I need to find out is which table they get stored in.

    I'm not familiar with the DB layout so I'll have to scram through it.

    If anyone knows which tables these are ..it would be great to know.


    Thanks
  • Posted: 28.05.2004, 22:33
     
    Spire2000
    rank:
    Professional Professional
    registered:
     March 2003
    Status:
    offline
    last visit:
    10.11.06
    Posts:
    904
    Well, if all you need is the table name, that's simple enough :) I checked one of my sites that has CE installed (but not being used) and the name of the table you are looking for is "nuke_me_menuitems" . Note, it's not ce_menuitems. The "me" must stand for MenuExpress.
  • Posted: 28.05.2004, 23:26
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    Thanks for the info..

    yup..I went through and found that table as well.

    Here is the funny thing though..I change the values in that table..but they dont get reflected on the site!!!!!

    Really weird...maybe its cached?

    Who knows.!! i gotto keep pluggin away..almost done!

    Thanks

    Mark
  • Posted: 28.05.2004, 23:28
     
    markthe5th
    rank:
    Freshman Freshman
    registered:
     May 2004
    Status:
    offline
    last visit:
    20.03.05
    Posts:
    12
    jnevermind...
    its all good now!

    Thanks dude...

    Mark
  • Posted: 28.05.2004, 23:36
     
    Spire2000
    rank:
    Professional Professional
    registered:
     March 2003
    Status:
    offline
    last visit:
    10.11.06
    Posts:
    904
    My pleasure. Glad to see you have everything working as it should :)

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula