View previous topic :: View next topic |
Author |
Message |
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Thu Apr 15, 2004 5:03 pm Post subject: URL problem - its killing me |
|
|
http://www.lobring.com/nuke/html/
All the links for modules, etc. are working great.
But look at all the links down the center (Administration, etc.) They all have my domain name prefixed to them so they don't work! I can't for the life of me find the setting to change it!
Same thing in the footer and the footer graphic.
Where the heck is that being set?
Thanks! |
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 9:08 am Post subject: |
|
|
I have changed the site URL to every possible value, and the links still are exactly the same.
I looked in the database table, and the links in there are just as they should be.
So WHY the HECK in the link, for example to PHPnuke, which is just a normal, no prefix needed URL showing up as:
http://www.lobring.com/"http://phpnuke.org/"
WHY is my domain being added to the beginning of all those links? Where is it picking that up? Is it something in my PHP.ini file doing it?
So confused. |
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Fri Apr 16, 2004 9:31 am Post subject: |
|
|
Hi what version of phpnuke are you using?
Do you have analyse.php up, if so please post a link so I can take a look. |
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 10:24 am Post subject: |
|
|
IACOJ wrote: |
Hi what version of phpnuke are you using?
Do you have analyse.php up, if so please post a link so I can take a look. |
PHPNuke ver. 7.1
Analyze: http://www.lobring.com/nuke/html/analyze.php
Thanks for the help, man do I appreciate it!
|
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Fri Apr 16, 2004 11:02 am Post subject: |
|
|
Have you tried to modify the code in some way?
Where did you get your copy of Nuke from? |
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Fri Apr 16, 2004 11:07 am Post subject: |
|
|
Sorry I should have mentioned this before. You may want to send your host to the link that is listed in analyzer's warning. You're using an old version of php and it creates security issues for your site. |
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 11:08 am Post subject: |
|
|
IACOJ wrote: |
Have you tried to modify the code in some way?
Where did you get your copy of Nuke from? |
Only file I modified was config.php, to get the database connectivity working.
I got the copy of PHPNuke 7.1 from:
http://www.phpnuke.org/modules.php?name...it&lid=417
I used the same download on my wife's server, and it works great. Another reason I am so confused!
It has to be pulling that info from somewhere.
|
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 11:10 am Post subject: |
|
|
IACOJ wrote: |
Sorry I should have mentioned this before. You may want to send your host to the link that is listed in analyzer's warning. You're using an old version of php and it creates security issues for your site. |
Yeah I have opened a ticket with them asking to upgrade to at least 4.3.2. I added the line to my php.ini to resolve the issue in the meantime:
session.use_trans_sid=0
|
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Fri Apr 16, 2004 11:26 am Post subject: |
|
|
Give me a little bit here, I'll see what I can dig up. |
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 1:25 pm Post subject: |
|
|
IACOJ wrote: |
Give me a little bit here, I'll see what I can dig up. |
Thanks IACOJ, I appreciate the time you are spending to help me out. Let me know if you find anything.
|
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Fri Apr 16, 2004 2:26 pm Post subject: |
|
|
Try disabling magic_quotes_runtime in php.ini and see if that changes anything. It looks to me that it is trying to escape the single quotes with a backslash.
Don't make any changes to either magic_quotes_gpc or magic_quotes_sybase though. |
|
Back to top |
|
|
globring
Cadet
Joined: Apr 15, 2004
Posts: 7
Location: USA
|
Posted: Fri Apr 16, 2004 2:34 pm Post subject: |
|
|
IACOJ wrote: |
Try disabling magic_quotes_runtime in php.ini and see if that changes anything. It looks to me that it is trying to escape the single quotes with a backslash.
Don't make any changes to either magic_quotes_gpc or magic_quotes_sybase though. |
HALLELUJAH!!
Don't know how to thank you enough IACOJ. That fixed it right up. I would have NEVER found that on my own.
Whew.
|
|
Back to top |
|
|
IACOJ
Site Admin
Joined: Oct 15, 2003
Posts: 784
|
Posted: Sat Apr 17, 2004 12:50 pm Post subject: |
|
|
I'm glad it worked out |
|
Back to top |
|
|
|