1
Shelia
Last Resort......
  • 2005/2/4 3:49

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


I've tried posting in the appropiate support forum to no avail. I have been an XOOPS user for some time and have never had anything more than cosmetic problems. I have reccomended XOOPS to several other people who have done nothing by praise the support from this site.

Now, I have a serious problem with my XOOPS site and the site owner is demanding that I fix it or find something that "works".

Here is the problem.
(Xoops 2.0.9.2)
mitchryder.com is redirected to mitchryder.com/mrol(Xoops directory). This site has been up and running for well over a year. I can get to admin. control panel, modules, etc. by accessing the url's. mitchryder.com hangs and times out with a "page not found" error. I've switched to the default theme, gone through all the modules by turning each one off one by one, replaced the index.php, mainfile.php and the index.htm (page with redirection code) as well as optimizing the database. I turned on debugging but because the index page doesn't load I've been unable to view any errors.

Initally, I thought it was my web host but I have another XOOPS site there that isn't experiences any problems. I have done all I can think of to get the site up and running.

Unless someone can offer some advice.........I'll have to leave XOOPS for something else.

Any help would be appreciated.

Shelia

2
m0nty
Re: Last Resort......
  • 2005/2/4 4:02

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


let me get this right?

u have an index.htm file in ur root folder that redirects users to the XOOPS folder?

what info do u have in mainfile.php for virtual path and URL?

3
Shelia
Re: Last Resort......
  • 2005/2/4 4:07

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


Yes, I have an index.htm file in ur root folder that redirects users to the XOOPS folder.

This is what's been in the mainfile.php since I installed Xoops.

// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_ROOT_PATH', '/path/to/xoops/directory');
    
define('XOOPS_ROOT_PATH''/www/X/mitchryder/htdocs/mrol');

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

4
m0nty
Re: Last Resort......
  • 2005/2/4 4:23

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


ok :) so i guess mrol is the folder where the XOOPS mainfile.php file is?

in the index.htm what url is it redirecting to?

if it redirects tohttp://www.mitchryder.com/mrol then you need to change mainfile.php to suit instead ofhttp://mitchryder.com.

but it sounds more like a DNS problem more than a XOOPS problem..

5
Shelia
Re: Last Resort......
  • 2005/2/4 4:42

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


ok :) so i guess mrol is the folder where the XOOPS mainfile.php file is?
Yes

in the index.htm what url is it redirecting to?
mitchryder.com/mrol

if it redirects tohttp://www.mitchryder.com/mrol then you need to change mainfile.php to suit instead ofhttp://mitchryder.com.
I tried that and the page still hangs

but it sounds more like a DNS problem more than a XOOPS problem..
Wouldn't that stop the rest of XOOPS from working too?

6
Montisarts
Re: Last Resort......

Did you move the XOOPS directory from the root to /mrol?

Because every link points to your root directory.

http://mitchryder.com/modules/cdbase/ for instance and not tohttp://mitchryder.com/mrol/modules/cdbase/
So I don't think it is a DNS problem. The XOOPS root seems to be in an other place than it is supposed to be or used to be?

7
Montisarts
Re: Last Resort......

by the way I am noticing something strange (in my eyes, but I'm not an expert)

In your mainfile you have :
define('XOOPS_ROOT_PATH''/www/X/mitchryder/htdocs/mrol');


shouldn't this be:

define('XOOPS_ROOT_PATH''/www/X/htdocs/mitchryder/mrol');


?

Seems logical. (htdocs and mitchryder switched, in case you don't see the difference)

greetz Frank

8
WarDick
Re: Last Resort......
  • 2005/2/4 5:40

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


Hi Shiela,

Look at your apache error log to see the exact address of the file that it is reporting as not found. Then log in with an ftp program locate the file and compare the two. Here lies the problem.

9
tjnemez
Re: Last Resort......
  • 2005/2/4 6:17

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


disregard this post

10
irmtfan
Re: Last Resort......
  • 2005/2/4 6:29

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Shelia,
plz write php,apache,mysql version.
do your server upgrade recently something?
my main guess is somthing about server specific change and cause the probelm

Login

Who's Online

237 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 237


more...

Donat-O-Meter

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

Latest GitHub Commits