URGENT!! PLEASE HELP ME!!!

Ok, i have folowing problem now...
I have transfer my dolphin site to another host, i have unziped the folder with site and change the file header.inc.php as you told me. Site i can open normaly, i even transfer my databse, but when i try to open admin...
Here is what say:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request....

Here is the link to my dolphin site:
www.amanebudalibre.com - for users
www.amanebudalibre.com/admin/ - for administration

Quote · 8 Nov 2009

Your server is not finding either the directory and file, or just the file.  Make sure that when you moved your files, that you have an admin directory (or if you renamed it, whatever your admin folder is called),  that the file permissions are set correctly, any htaccess files have ALSO been updated for your new server, and that all of the files which are supposed to be in your admin directory are actually there.

(you should also go back to your header.inc.php file and go over it carefully.  You will see where the directory structure for your dolphin setup in there, look for that admin directory there as well.  You have two things to change.  the URL of your site and the directory structure on your new server.  be sure you've changed BOTH to reflect your new location.

Hope this helps you!

Quote · 8 Nov 2009

You need to edit some more files..

Read it here

Quote · 8 Nov 2009

On my server there is Admin folder witzh all the file in him. Header:inc.php is 100% fixed and point to new serwe and the new localizetion of database. Is there another file to rewriter beside header.inc.php to make it work? My site is working 100% regular but only the admin part is not working, guarante have some file else beside the header.inc.php to rewrite....

Quote · 8 Nov 2009

You need to edit some more files..

Read it here

Which files?

Quote · 8 Nov 2009
  • inc/header.inc.php change the values of the following variables according to your current settings:

$site['url'] and $dir['root']

and all the elements of $db array (it's not usually needed if you just move your site to another folder on the same server)
cupid.php, notifies.php, cmd.php files in periodic folder. All of them have lines as follows:

require_once( '[path_to]/inc/header.inc.php' );

where [path_to] must be changed according to the current path to Dolphin folder

Note: You also need to change the paths for each cron running for the above mentioned files.

  • ray/modules/global/inc/header.inc.php

edit the line

include("[path_to]/inc/header.inc.php");

the same way as described above

Quote · 8 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.