| Author |
Post |
|
|
#1 Wed Jan 23, 2008 7:14 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Hello, I am going to have the forum at the root folder of the server. But the links doesnt work properly when you have it on root folder.. I tried to reinstall and use the IP instead of domain. if you want to test: www.webdev-forum.comclick "announcements" click first thread click my name "Jontish" everything fine so far, but when you click "Search members posts" Link in IE: http://www.webdev-forum.com//search.php?act=resultsLink in Firefox: http://www.webdev-forum.com\/search.php?act=resultsthis is making FF users unavailable to view some links so, one "/" shouldnt be.. this appear only on some links. « Last edit by Dietrich on Sat Jan 26, 2008 1:33 pm. »
|
|
|
#2 Wed Jan 23, 2008 8:38 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
What is board_url set to in config.php?
|
|
|
#3 Wed Jan 23, 2008 8:59 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Blank (nothing) I tried to set webdev-forum.com, www.webdev-forum.com & http://webdev-forum.com but none of them worked
|
|
|
#4 Thu Jan 24, 2008 1:13 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
I really need help fast.. :S
|
|
|
#5 Thu Jan 24, 2008 2:53 pm
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
Not sure if its resolved or not, I followed your example and I am not seeing it, using latest version of Firefox. Add, login comes up. « Last edit by William on Thu Jan 24, 2008 2:55 pm. »
|
|
|
#6 Thu Jan 24, 2008 3:13 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Yea I took it to /forums now, thats why its working but when I put it on root ( www.webdev-forum.com), it wont work -.- but trust me, something is wrong.
|
|
|
#7 Thu Jan 24, 2008 4:23 pm
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
The added \ for FF would be wierd, just might be a server misconfiguration, only thing that I can come up with.
|
|
|
#8 Thu Jan 24, 2008 4:54 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Yes, you are soo right becouse I remember I tested this on one of my other dedicated servers and it didn't appear there. Do you have ANY clue what this could be? I am using XAMPP.. (Apache).
|
|
|
#9 Thu Jan 24, 2008 5:24 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
This has nothing to do with the browser you use... The Location header somehow contains a backslash. I don't have the time to find out right now, but it is certainly NOT a common issue since many people are using UseBB in the root folder.
|
|
|
#10 Thu Jan 24, 2008 5:26 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Actually it does becouse with IE I can view the link, with FF I cant. Tested on 3 computers.
I think this is a misconfiguration in the server as William said, any clues?
|
|
|
#11 Thu Jan 24, 2008 9:27 pm
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
Something comes to mind, have you added any mods, if so, its possible a slip of the keyboard added extra / or \ accidently.
|
|
|
#12 Fri Jan 25, 2008 11:28 am
|
|
Member
Registered: Dec 2007
Posts: 62
|
No it has something to do with server configuration becouse I tried to reinstall and it was the same prob. I just dont get it why only some links doesnt work :S
|
|
|
#13 Fri Jan 25, 2008 3:25 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
Could you post the output of... <?php var_dump(pathinfo($_SERVER['SCRIPT_NAME'])); ...in a file placed in the root folder?
|
|
|
#14 Fri Jan 25, 2008 6:17 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
Dietrich wrote Could you post the output of... <?php var_dump(pathinfo($_SERVER['SCRIPT_NAME'])); ...in a file placed in the root folder?
Sorry, I didnt get you there. Post the "output"? What's that? Also I don't understand what you mean with "a file". Thx for helping tho..its urgent
|
|
|
#15 Fri Jan 25, 2008 7:46 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
Copy the contens of the quote block to a .php file, upload it to the root folder, navigate to it and copy the contents you see here.
|
|
|
#16 Fri Jan 25, 2008 10:08 pm
|
|
Member
Registered: Dec 2007
Posts: 62
|
array(4) { ["dirname"]=> string(1) "\" ["basename"]=> string(9) "index.php" ["extension"]=> string(3) "php" ["filename"]=> string(5) "index" }
|
|
|
#17 Fri Jan 25, 2008 11:26 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
Well, it's obviously the dirname that's containing the backslash. Haven't seen this before, but will apply a fix to the source code tomorrow.  Moving to bug reports.
|
|
|
#18 Sat Jan 26, 2008 12:53 am
|
|
Member
Registered: Dec 2007
Posts: 62
|
Ah okey cool. Thanks for your help.
Source code = version 2, right? Will it be released within a month?
|
|
|
#19 Sat Jan 26, 2008 8:35 am
|
|
Member
Registered: May 2005
Posts: 296
Location: 98671
|
Jontish wrote Source code = version 2, right? Will it be released within a month?
Possibly UseBB 1.0.9
|
|
|
#20 Sat Jan 26, 2008 1:34 pm
|
|
Developer
Registered: Apr 2004
Posts: 2216
Location: Belgium
|
|