Home arrow Forum How to un-install bridge?
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 23, 2008, 11:30:34 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  How to un-install bridge?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] 3 Go Down Print
Author Topic: How to un-install bridge?  (Read 4954 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: How to un-install bridge?
« Reply #15 on: November 17, 2006, 09:10:33 AM »

IIS continually has a problem with producing fatal errors when it should not.  That is why I ask. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #16 on: November 17, 2006, 10:57:04 AM »

What should I do?


And yes Jedi, it is the 20/750, how did you know?   
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: How to un-install bridge?
« Reply #17 on: November 17, 2006, 11:21:56 AM »

answer my question is a start, is this a windows server?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: How to un-install bridge?
« Reply #18 on: November 17, 2006, 11:24:04 AM »

you know what, it will save us time if you do this.  Create a file named _info.php.  Put this code in it:

<?php
phpinfo();
?>

Upload to your server the root directory.  Post the link so we can access it. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #19 on: November 17, 2006, 12:05:27 PM »

I'll call Netfirms tonight when I get home and ask what type of server it is.
Also, I'll have that info.php ready and up before 8pm EST tonight as well.

Thanks  Smiley
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: How to un-install bridge?
« Reply #20 on: November 17, 2006, 12:56:44 PM »

the phpinfo will tell me if it is windows or apache, so no need to call
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
p9939068
Joomla Expert
****

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: How to un-install bridge?
« Reply #21 on: November 17, 2006, 01:28:46 PM »

I think i may have found your problem, Tom. Make sure your Joomla config's live site is set to http://www.gamerztheatre.com (ensure that it starts with "www"). To check, go to your admin backend > Site > Global Configuration > Server. If it's not the full path, you will have to manually edit your configuration.php file.

The same thing applies to your SMF settings. Go to your SMF admin backend and go to Server Settings (on the left panel under Configuration). Make sure "Forum URL" is set to http://www.gamerztheatre.com/forum.

Lastly, your users must access your site through www.gamerztheatre.com. You can force this by adding the following lines in your .htaccess file:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^gamerztheatre\.com
RewriteRule (.*) http://www.gamerztheatre.com/$1 [R=301,L]

This, however, requires your host to be on an apache server.

Rgds, Mike

ps: your users make some pretty impressive movies Smiley
« Last Edit: November 17, 2006, 01:30:50 PM by p9939068 » Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
p9939068
Joomla Expert
****

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: How to un-install bridge?
« Reply #22 on: November 17, 2006, 01:38:12 PM »

And Tom, check your PM. I just sent you something critical.

Rgds, Mike
Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #23 on: November 17, 2006, 05:32:26 PM »

I have no PM from, did you the PM I sent you last night?

I'll check the stuff you just mentioned in  acouple hours when I get home.
Logged
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #24 on: November 17, 2006, 07:16:30 PM »

you know what, it will save us time if you do this.  Create a file named _info.php.  Put this code in it:

<?php
phpinfo();
?>

Upload to your server the root directory.  Post the link so we can access it. 


Here it is.
http://www.gamerztheatre.com/gt _info.php

Right now I can't access my joomla admin because I can't connect to the site host (Netfirms), this happens a few times an hour, sometime it lasts 10 seconds, sometimes 2 hours. A real pain. I can access the the netfirms control panel where my database is.
« Last Edit: November 17, 2006, 07:23:47 PM by Tom » Logged
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #25 on: November 17, 2006, 08:05:26 PM »

I think i may have found your problem, Tom. Make sure your Joomla config's live site is set to http://www.gamerztheatre.com (ensure that it starts with "www"). To check, go to your admin backend > Site > Global Configuration > Server. If it's not the full path, you will have to manually edit your configuration.php file.

The same thing applies to your SMF settings. Go to your SMF admin backend and go to Server Settings (on the left panel under Configuration). Make sure "Forum URL" is set to http://www.gamerztheatre.com/forum.

Lastly, your users must access your site through www.gamerztheatre.com. You can force this by adding the following lines in your .htaccess file:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^gamerztheatre\.com
RewriteRule (.*) http://www.gamerztheatre.com/$1 [R=301,L]

This, however, requires your host to be on an apache server.

Rgds, Mike

ps: your users make some pretty impressive movies Smiley

Ok, I have done all that. The SMF server settings were correct.
The code for the .htacess I added at the bottom of the htaccess file. I wasn't sure where to put it. 

But now my site has gone down again, so I need to wait. At least SMF gives me a message "Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later."
« Last Edit: November 17, 2006, 08:34:16 PM by Tom » Logged
Tom
Joomla Pro
**

Karma: +1/-10
Offline Offline

Posts: 80



View Profile WWW
Re: How to un-install bridge?
« Reply #26 on: November 17, 2006, 09:12:32 PM »

Site is back up, but I still get the error message.
Logged
p9939068
Joomla Expert
****

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: How to un-install bridge?
« Reply #27 on: November 17, 2006, 11:18:31 PM »

Strange... I've sent you 3 more PM's so far Huh If you could, please leave the IRC server/channel you go to and i'll see you there Smiley

The codes you added into your .htaccess arent working. Make sure you have a ".htaccess" file, not "htaccess.txt" file. You will have to rename the htaccess.txt from joomla to .htaccess. If you hadnt made any changes to your htaccess, attached to this post is an original .htaccess with the necessary changes I just made.

Quote
Right now I can't access my joomla admin because I can't connect to the site host (Netfirms), this happens a few times an hour, sometime it lasts 10 seconds, sometimes 2 hours. A real pain.
You should seriously consider changing your host, or at least give them hell about this issue Tongue
« Last Edit: November 17, 2006, 11:40:28 PM by p9939068 » Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: How to un-install bridge?
« Reply #28 on: November 17, 2006, 11:46:48 PM »

www.site5.com (if you are in the states).  They are quite possible the best host I've ever dealt with.  And Mike deserves a donation after all this work!  Good work Mike! Smiley
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
p9939068
Joomla Expert
****

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: How to un-install bridge?
« Reply #29 on: November 18, 2006, 12:02:53 AM »

www.site5.com (if you are in the states).  They are quite possible the best host I've ever dealt with.  And Mike deserves a donation after all this work!  Good work Mike! Smiley
lol thanks Wink
Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
Pages: 1 [2] 3 Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login