Modules not working

Hello, have a plan to arvixe server that is configured with the domain ktaqui.com.

I installed a dolphin in a folder on this server (ktaqui.com / scien) and was using redirection to send another domain (sciencomm.com.br) for this site. But for some reason the functionality of dolphin not function properly using redirection. Soon to solve this problem I added a domain (sciencomm.com.br) in my account and arvixe I configured the / scien as the root of this domain.

After this modification, changed the file inc / header.php and swapped out the variables

 

$ site ['url'] = "http://sciencomm.com.br/"and

$ dir ['root'] = "";

 

After these changes my site started to enter correctly but when I try to use any module, something is happening and the includes are not working:

 

Error:

 

 

Warning: require_once (inc / security.inc.php) [function.require-once]: failed to open stream: No such file or directory in / home / ktaqui / public_html / scien / inc / header.inc.php on line 172

 

Fatal error: require_once () [function.require]: Failed opening required 'inc / security.inc.php' (include_path ='.:/ usr / lib / php: / usr / local / lib / php ') in / home / ktaqui / public_html / scien / inc / header.inc.php on line 172

 

So how to fix this error so that the site's stay maintained?

 

URL: http://sciencomm.com.br

Dolphin 7.0.6

User account to test: tiago
Pass: 123456

Quote · 23 May 2011

$dir ['root'] = "";

That is not correct. It is suppose to be the full path to the root of your dolphin site. You most likley should not have changed it as the origional setting of that was correct. Only the URL needs to be changed. That path is only changed if you move the site to a different folder.

You need to restore that $dir ['root'] = ""; setting back to normal.

Also i see another problem. In your post here you have a space after the $. There is not suppose to be a space.

$ dir ['root']

Should be

$dir ['root']

URL also. No spaces after the $.




https://www.deanbassett.com
Quote · 23 May 2011
Worked fine! Thanks!
Quote · 23 May 2011
 
 
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.