Fatal error

Right, i host my dolphin script with vodahost, and i installed it into html_public/mysite/community as i had a enter page as my index page which then took you to the community page (dolphin script) but now i dont want a enter page as my index i want to use the script homepage as my index so i removed the enter page and renamed the community to index and i get the following error

Warning: require_once(/home/****/public_html/mysite/community/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/b****/public_html/mysite/index.php/inc/header.inc.php on line 173

Fatal error: require_once() [function.require]: Failed opening required '/home/****/public_html/mmysite/community/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/mysite/index.php/inc/header.inc.php on line 173

can i fix this or would i need to re-install?

Thanks Ash

Quote · 30 Mar 2009

 

Right, i host my dolphin script with vodahost, and i installed it into html_public/mysite/community as i had a enter page as my index page which then took you to the community page (dolphin script) but now i dont want a enter page as my index i want to use the script homepage as my index so i removed the enter page and renamed the community to index and i get the following error

 

Warning: require_once(/home/****/public_html/mysite/community/ray/modules/global/inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/b****/public_html/mysite/index.php/inc/header.inc.php on line 173

Fatal error: require_once() [function.require]: Failed opening required '/home/****/public_html/mmysite/community/ray/modules/global/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/mysite/index.php/inc/header.inc.php on line 173

 

can i fix this or would i need to re-install?

 

Thanks Ash

 

 

wrong address???
 
edit inc/header.inc.php
 
check also ray/modules/global/inc/header.inc.php
 
------------------
If your Dolp. files are here: html_public/mysite/community
your addess will be: /home/****/public_html/mysite/community/
 
have you changed folder name community to index, change it back to community again
-----------
 
Edit inc/header.inc.php
$dir['root'] = "/home/****/public_html/mysite/community/";
 
and
 
ray/modules/global/inc/header.inc.php
include("/home/****/public_html/mysite/community/inc/header.inc.php");

 

 

Don't forget to change ****

-----------------------------------------------

Quote · 30 Mar 2009

right so i changed those 2 lines from

public_html/mysite/community

to

public_html/mysite

but is not working same error

Quote · 30 Mar 2009

 

right so i changed those 2 lines from

 

public_html/mysite/community

 

to

 

public_html/mysite

 

but is not working same error

 

 

Of course,

where you have your Dolphin files will be your adresss, do you have your files here: public_html/mysite

 

Quote · 30 Mar 2009

i have put them into html_public/mysite and change the headers files to that location

Quote · 30 Mar 2009

getting a extra error now also showing some site content please view at http://m8b8.com/community

Thanks Ash

Quote · 30 Mar 2009

 

i have put them into html_public/mysite and change the headers files to that location

 

 

All your files and folders from html_public/mysite/community to html_public/mysite?

Quote · 30 Mar 2009

yes took them out of the community folder and placed them in mysite index

Quote · 30 Mar 2009
how made you your enter page, added you some code to a file
Quote · 30 Mar 2009

could you explai,dont get what you mean

Quote · 30 Mar 2009

Open inc/header.inc.php and edit

 

$site['url'] = "http://m8b8.com";

 

to

 

$site['url'] = "http://m8b8.com/";

 

you missed a / at the end...

Quote · 30 Mar 2009

thanks the site is now showing but still have the errors at the top of the page showing?

Quote · 30 Mar 2009

Check file ray/modules/global/inc/header.inc.php shal be

 

include("/home/btkgeexq/public_html/mysite/inc/header.inc.php");
Quote · 30 Mar 2009

You need also to edit this files:

  • 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

 

( Your [path_to] is /home/btkgeexq/public_html/mysite/ )

 

 

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

 

 

Read here: Transfer my site to another folder/server

Quote · 30 Mar 2009

Thanks for your help the errors have been removed where can i find cupid.php, notifies.php, cmd.php, periodic

files to edit?

Quote · 30 Mar 2009

 periodic/cupid.php

 periodic/notifies.php

 periodic/cmd.php

 

 

You also need to change the paths for each cron running for the above files, use cPanel to do it.

 

 

 

Quote · 30 Mar 2009

Thank you so much

Quote · 30 Mar 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.