aarbee Posted January 3, 2013 Report Share Posted January 3, 2013 I have installed a second phpvms system for another VA. There I see something odd on the show pirep page. Instead of a map, I see this text at the bottom: one two three four five When I look inside the code I read this: <body> <div id="image1"> <img src="1.jpg" border="0" alt="one" /> </div> <div id="image2" style="display:none"> <img src="2.jpg" border="0" alt="two" /> </div> <div id="image3" style="display:none"> <img src="3.jpg" border="0" alt="three" /> </div> <div id="image4" style="display:none"> <img src="4.jpg" border="0" alt="four" /> </div> <div id="image5" style="display:none"> <img src="5.jpg" border="0" alt="five" /> </div> <br><br> <a id="one" href="#" onclick="changeIt('image1');">one</a> <a id="two" href="#" onclick="changeIt('image2');">two</a> <a id="three" href="#" onclick="changeIt('image3');">three</a> <a id="four" href="#" onclick="changeIt('image4');">four</a> <a id="five" href="#" onclick="changeIt('image5');">five</a> </body> It is odd that I see a second <body> in the code and wonder where it comes from. And why it does not show the map. As far as I know, I have not changed anything in this part. Quote Link to comment Share on other sites More sharing options...
aarbee Posted January 3, 2013 Author Report Share Posted January 3, 2013 And now I have this issue on the Citylink site as well. Quote Link to comment Share on other sites More sharing options...
WelkaT Posted January 3, 2013 Report Share Posted January 3, 2013 I had this issue once .. Its something with the server config i would see if your host reconfigured something recently . I dont remember which exact setting it is . Quote Link to comment Share on other sites More sharing options...
aarbee Posted January 4, 2013 Author Report Share Posted January 4, 2013 Solved. Somehow a copy or the route.tpl was copied into the skin directory. That also gave the double <html code> Quote Link to comment Share on other sites More sharing options...
WelkaT Posted January 4, 2013 Report Share Posted January 4, 2013 That can do it to . Glad you found the issue . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.