PEAK XOOPS - misalighned URL in englishin japanese

misalighned URL

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 | Posted on 2005/9/24 8:32
tdickson  ÆóÅùʼ   Posts: 1
For some reason my pical is pulling a different URL then the rest of my modules and I can't figure out where it is.


When calling forms (as in submitting an event or jumping to a date) it errors out because it is calling
http://members.domain.com/members/modules/pical....
instead of
http://members.domain.com/modules/pical.....


but this is only in pical? is this a global issue or am I missing something in the pical configuration.

__________________________

I found some more info.... but am still having trouble.

In my mainfile.php I have it defined as follows when it does not work:

define('XOOPS_ROOT_PATH', '/members');
define('XOOPS_URL', 'http://members.domain.com');

If I change it to this it works... but then login is wacked because they login to members.domain.com but then need to relogin when the domain switches to www.domain.com/members. HELP!!!

define('XOOPS_ROOT_PATH', '/members');
define('XOOPS_URL', 'http://www.domain.com/members');
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2006/1/6 5:23
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Though this is not a help desk for novices...

Quote:
define('XOOPS_ROOT_PATH', '/members');
define('XOOPS_URL', 'http://www.domain.com/members');

XOOPS_URL looks OK.
But XOOPS_ROOT_PATH must be wrong.

eg)
define('XOOPS_ROOT_PATH', '/home/yourname/public_html/members');
define('XOOPS_ROOT_PATH', '/var/www/html/members');
etc...

You should know the absolute path of your document root.
Votes:20 Average:6.50

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!