Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCommerce installing on Plesk 6.02


akamaka

Recommended Posts

Hello,

 

i want to move my osCommerce osCommerce 2.2-MS2 site from Ensim to Plesk, but I have the error:

 

Fatal error: Failed opening required 'includes/configure.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/domain.com/httpdocs/includes/application_top.php on line 29

 

Is here include_dir or open_basedir, or safe_mode problem?

What I need to configure?

 

Thanks

Link to comment
Share on other sites

you need to create a file called vhost.conf [and vhost_ssl.conf] in /home/httpd/vhosts/domain.com/conf

 

and which contains this:

vhost.conf

<Directory /home/httpd/vhosts/domain.com/httpdocs>
php_admin_value safe_mode off
php_admin_value open_basedir "/home/httpd/vhosts/domain.com:/tmp"
</Directory>

 

vhost_ssl.conf

<Directory /home/httpd/vhosts/domain.com/httpsdocs>
php_admin_value safe_mode off
php_admin_value open_basedir "/home/httpd/vhosts/domain.com:/tmp"
</Directory>

Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...