11
Anonymous
Re: Once again I am trying.....
  • 2004/6/17 16:20

  • Anonymous

  • Posts: 0

  • Since:


Yes. problacks.com is my main site...oh yes, I have an outside Host...

eq


12
tl
Re: Once again I am trying.....
  • 2004/6/17 16:27

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


I am asking you AGAIN,
WHAT IS THE PHYSICAL PATH of www.problacks.com?

/var/www/yoursite is an incorrect physical path for your subdomain.

13
Anonymous
Re: Once again I am trying.....
  • 2004/6/17 16:30

  • Anonymous

  • Posts: 0

  • Since:


ooooh, bare with me, its been a long 2 days...7 hours of total sleep, im lagging *smile*

let me check on that..brb

14
Anonymous
Re: Once again I am trying.....
  • 2004/6/17 16:39

  • Anonymous

  • Posts: 0

  • Since:


here we go...

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', '/var/www/html');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://www.problacks.com');



---


eq

15
tl
Re: Once again I am trying.....
  • 2004/6/17 16:47

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


try subdomain physical path

define('XOOPS_ROOT_PATH', '/var/www/html/yoursite');

16
Anonymous
Re: Once again I am trying.....
  • 2004/6/17 17:02

  • Anonymous

  • Posts: 0

  • Since:


well, we now have..


"check path & URL
There is a conflict between the detected physical path (/var/www/yoursite) and the one you input.
Physical path must be a directory.
Virtual path is a valid URL.


The server path to your XOOPS root directory: /var/www/html/yoursite
URL to your XOOPS root directory:http://yoursite.problacks.com"



17
tl
Re: Once again I am trying.....
  • 2004/6/17 17:14

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


I don't know how ensim handles the subdomains. It would be helpful if you could provide the directory structure for you domain and subdomains

/var/www/html - your mainsite
/var/www/yoursite - your subdomain site?


18
Anonymous
Re: Once again I am trying.....
  • 2004/6/17 17:17

  • Anonymous

  • Posts: 0

  • Since:


I will Pm them, now, i appreciate the help...


eq

19
tl
Re: Once again I am trying.....
  • 2004/6/18 1:15

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


If anyone follows this thread, please note that if you are installing into a subdirectory, you have to upload all XOOPS files into the subdirectory.

You can share the domain name but not the XOOPS files. The subdomain and your main site are two totally separate sites.

20
Bassman
Re: Once again I am trying.....
  • 2004/6/18 1:26

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


I read this trick somewhere here to find out your root path:

Make a new file, call it rootpath.php or something like that. Your file should contain the following:

Quote:

// Use this script to get the physical root path of your server
// Just upload this file to the main directory and point your browser to it
//<ahref=\"http://your_xoops_directory/rootpath.php\"target=\"_blank\">http://your_xoops_directory/rootpath.php</a>
<?php
echo "Your root path is<b>".str_replace("\\","/",getcwd())."</b><br/>";echo "without string replace:<b>".str_replace("\\","/",getcwd())."</b>";
?>


Just upload this to your XOOPS installation directory - ie where your install.php file is - then point your browser to the file: www.yoursite.com/yoursubdirectory/rootpath.php
replacing the above with your actual URL of course.
That should give you your actual rootpath.

Login

Who's Online

144 user(s) are online (81 user(s) are browsing Support Forums)


Members: 0


Guests: 144


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits