1
jpco_122122
Error on XOOPS!

I've been using XOOPS as intranet and I found another error, when I insert a picture in the news it didn't show up when it was browse from another computer but locally it is fine, I had changed already the mainfile.php

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'c:/mysql/data/xoops/html');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://192.168.0.21/xoops');


Same thing also in the Marquee module when I insert a picture it didn't show up but all the text we're ok.

What can I do to fix this?

2
Mithrandir
Re: Error on XOOPS!

This is not as much a XOOPS thing as a network configuration thing.

The virtual path is the one to look at - I'm sure someone else can give you some pointers on how to accomplish this, but if you can do something to give the webserver a DNS name and not just an IP... bleh... I don't know how to describe it. I'm a programmer, not a network specialist.

Someone please fill in the fancy words

3
jpco_122122
Re: Error on XOOPS!

yeah I had already give a name to the dns namserver it was:

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'c:/mysql/data/xoops/html');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://muntinlupa/xoops');

but it still won't work out.

Is there anything XOOPS can do to fix this issue?

4
Herko
Re: Error on XOOPS!
  • 2004/12/21 8:20

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Did you click 'update' on the mdoules administration page? Because some cached pages may still include the old XOOPS URL, and not the new one. You can also try emptying the templates_c/ folder.

Herko

5
brash
Re: Error on XOOPS!
  • 2004/12/21 8:44

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


muntinlupa is not a DNS name, it is your computers NetBIOS name. Should serve the same function though, as all you need it a human friendly name to resolve to the correct IP address.

One thing to note though is that you are using the name of muntinlupa/xoops . This means that your webservers root directory is mounted one directory above your XOOPS root directory. If you computer name is muntinlupa, then I don't see this being a name resolution issue, I probably see it being more along the lines of being a webserver issue.

What happens if you goto a command prompt and type in;

ping muntinlupa

Do you get a reply back? What webserver are you using?

6
jpco_122122
Re: Error on XOOPS!

Yes, I had tried both update ther module and clear the templates_c folder, but it didn't work for me. I this probably a bug on XOOPS?

7
Herko
Re: Error on XOOPS!
  • 2004/12/21 8:58

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


No, it's probably a bug in your server configuration, not in XOOPS.

Herko

8
brash
Re: Error on XOOPS!
  • 2004/12/21 9:01

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Quote:

jpco_122122 wrote:
Yes, I had tried both update ther module and clear the templates_c folder, but it didn't work for me. I this probably a bug on XOOPS?


No. This will be a mainfile and/or webserver issue.

9
jpco_122122
Re: Error on XOOPS!

No, I'm just using XOOPS as an Intranet, our DNS Suffix is AMELLAR.GW while the NETBios is JPORPILLA.

My mistake in muntinlupa/xoops it is 192.168.0.21/xoops or jporpilla/xoops for the website.

I've been using Apache for the intranet.

What configuration must I checked?

10
brash
Re: Error on XOOPS!
  • 2004/12/21 9:08

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


so doing an nslookup of jporpilla.amellar.gw returns 192.168.0.21 as the IP address?

Login

Who's Online

72 user(s) are online (39 user(s) are browsing Support Forums)


Members: 0


Guests: 72


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