|
|
Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
|
|
Home > FlexCMS Support Forum > User Help > General Support Requests > Link not working
FlexCMS Support Forum
Link not working Started July 25, 2005 @ 1:39pm by kl7or
|
Post Message |
|
|
Link not working | July 25, 2005 @ 1:39pm | I have entered the following url into the link manager:
/files/pscm.pdf
And when I click on it nothing happens. The browser url is:
http://63.134.202.228/index.php?/links/click/2.html |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| July 25, 2005 @ 2:32pm | This is actually a Windows problem more than a FlexCMS problem, because it works fine on other platforms. We're looking into a solution to this problem for the future, but for right now there's a simple change you can make that should fix the problem:
Open inc-lm-idx.php, and line 224 should be:
Code
$LinkPrint = $MainURL.'/links/click/'.$row['RecordNumber'].'.html'; |
|
Remove the .'.html' from the end (leave the semi colon), so that it looks like this:
Code
$LinkPrint = $MainURL.'/links/click/'.$row['RecordNumber']; |
|
If you're still having problems just reply here and we'll be happy to help.
David
FlexCMS v3.2 Has Been Released! |
|
|
|
Last Edit: July 25, 2005 @ 2:32pm by DCSun | |
|
|
|
| |
|
|
Still not working | July 25, 2005 @ 3:25pm | I made the change and uploaded the page, no change. |
|
|
|
|
|
|
| |
DCSun Administrator
Posts: 625 |
|
|
| July 25, 2005 @ 3:45pm | Sorry, it looks like I missed a couple. Make the same change on lines 111 and 147, and you should be all set.
Thanks, David
FlexCMS v3.2 Has Been Released! |
|
|
|
|
|
|
|
|
|
| MEMBERS
|
|
|