Results 1 to 4 of 4

Thread: Dolphin 6.03 migration problem.

  1. #1
    Danger
    Guest

    Default Dolphin 6.03 migration problem.

    I am currently in the process of moving a clients site using Dolphin from my shared server to a new dedicated server. I have to say I am having a hell of a time. I started out with a new install of Dolphin, then re uploaded all the files old modified files, changed paths. Then imported the data base...

    Everything looks fine except two issues (1) some odd problem possibly with the htacess if I click on a members profile it doesn't redirect, I get a error page The "requested URL /home/whoseval/public_html/profile.php was not found on this server." did I screw up a path???

    (2) when I try to go into the orca forum I get just a blank page. I'm clueless

    the new site is here http://67.19.25.26/~whoseval/

    and this is the old one "still live" http://whosevalife.com

    Thank you in advance for your help.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    1) is mod_rewrite, and/or the proper .htaccess, available on your new server?

    2) Orca needs php extensions to work correctly. Search modmysite for "orca php", and/or check this thread, to get you started.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Danger
    Guest

    Default

    Quote Originally Posted by Smoge View Post
    Hi,

    1) is mod_rewrite, and/or the proper .htaccess, available on your new server?

    2) Orca needs php extensions to work correctly. Search modmysite for "orca php", and/or check this thread, to get you started.

    Smoge
    1) as far as I know it is, the .htaccess looks fine:
    php_flag register_globals Off
    <IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule .+ - [L]
    RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
    </IfModule>
    2) I will check that out, I am getting a crash course in LAMP working on this. So that is possibly the issue, I only have the default php setting so far so I suppose I will figure it out.

  4. #4
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    1) .htaccess only part of it.. you need mod_rewrite enabled on your server also.

    You can disable use of mod_rewrite in admin panel "friendly permalinks" - turn it OFF.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Data Migration Issues
    By bigal0228 in forum Boonex Dolphin 7
    Replies: 1
    Last Post: 12-30-2009, 01:56 PM
  2. Migration tools
    By skyrider in forum Upgrading
    Replies: 3
    Last Post: 01-06-2008, 09:25 AM
  3. Migration???
    By Yair Czitrom in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 12-27-2007, 05:56 AM
  4. Replies: 2
    Last Post: 12-21-2007, 09:23 PM
  5. Dolphin Problem?
    By Iarwain in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 4
    Last Post: 09-09-2006, 11:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •