Jump to content

'Core' replace bug on core/codon.config.php


Recommended Posts

Posted

Hello again,

We are trying to setup phpVMS on our new website.

Our phpVMS will work at http://vms.corendonva.com/

But the thing is i am getting an error like:

Warning: opendir(/var/www/vhosts/ndonva.com/subdomains/vms/httpdocs//core/modules) [function.opendir]: failed to open dir:

Ive noticted that it says /var/www/vhosts/ndonva.com/s

but my domain is corendonva.com

So i did some search and problem caused by "core/codon.config.php" line 46

it says

define('SITE_ROOT', str_replace('core', '', dirname(__FILE__)));

so it's replaceing "core" word and it's causing the not loading modules.

when i change it to:

define('SITE_ROOT', dirname(__FILE__));

then path is changing to: /var/www/vhosts/corendonva.com/subdomains/vms/httpdocs/core/core/modules

So it causes another problem because core/core/modules is not a valid path.

Please help me on this case.

Thank you.

Posted

Okay my temporary solution is setting path staticly in the file:

define('SITE_ROOT', "/var/www/vhosts/corendonva.com/subdomains/vms/httpdocs/");

Thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...