7
Quote:
adrock wrote:
well....
can you show us what your mainfile is currently showing?
if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);
// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_ROOT_PATH', '/usr/local/psa/home/vhosts/donotenter.co.uk/httpdocs/enter');
define('XOOPS_ROOT_PATH', '/home/donotenter/public_html/enter');
// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
// Example: define('XOOPS_URL', 'http://72.20.8.200/~donotenter/enter');
define('XOOPS_URL', 'http://72.20.8.200/~donotenter/enter');
define('XOOPS_CHECK_PATH', '1');
// Protect against external scripts execution if safe mode is not enabled
if ( XOOPS_CHECK_PATH && !@ini_get('safe_mode') ) {
if ( function_exists('debug_backtrace') ) {
$xoopsScriptPath = debug_backtrace();
if ( !count($xoopsScriptPath) ) {
die("XOOPS path check: this file cannot be requested directly");
}
$xoopsScriptPath = $xoopsScriptPath[0]['file'];
Sorry it has taken so long, I have been really busy recently.
here is the mainfile.php, the parts that you wanted to see!
I changed the path as it is on another one of my sites on the same server, except for the /donotenter/enter part.
Hope you can help because it still isn't working.
Thanks all....