anoniem Geplaatst: 31 augustus 2004 Delen Geplaatst: 31 augustus 2004 Goedendag, ik heb een probleem. Ik heb mijn site verhuist van de ene host naar de andere omdat bij mijn eerste host bijna de hostruimte vol was. Ik dacht gewoon ff de hele site kopieren maar helaas dat werkte dus niet. Op de nieuwe host werkt mijn site niet goed terwijl ik er niets aan veranderd had. Bij mijn nieuwe host krijg ik deze melding ( http://www.sportfotoservice.nl/<br%20/><b>Notice</b>:%20%20Undefined%20variable:%20%20rootdir%20in%20<b>C:/Domains/sportfotoservice.nl/wwwroot/menu.php</b>%20on%20line%20<b>52</b><br%20/>2004/html/juli/tdf15a/index.php ) als ik op een link in het menu klik. Het commando <?php echo $rootdir ?> schijnt hij niet te kennen. Ik heb dit al aan mijn host gemeld maar die zeggen dat het aan mijn script ligt. Ik vraag me nu af hoe ik mijn site weer goed krijg. Is er een andere code die hetzelfde doet als <?php echo $rootdir ?>? Ik heb de code van top.php en menu.php bijgevoegd. code top.php [code:1:d1a297926b] <html> <head> <title>Sportfotoservice.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="Sportfotoservice voor sportfoto's, speciaal wielrennen en voetballen"/> <meta name="keywords" content="Sportfotoservice, voetbal, wielrennen, cycling, soccer, foto "/> <LINK HREF="<?php echo $rootdir ?>p.css" REL="stylesheet" TYPE="text/css"> <STYLE TYPE="text/css"> <!-- .menuheader { BORDER-COLOR : #000000 ; cursor : hand ; Border-Left : #000000 ; Border-Top : #000000 ; Padding-Left : 1px ; Padding-Top : 1px ; Background-Color : #80FFFF ; } .menu { Background-Color : white ; } .home { cursor : hand ; } .menulinks { text-decoration:none; } //--> </STYLE> </head> <body background="<?php echo $rootdir ?>../images/background.gif" width="100" height="100" alt="" border="0" align=""> <table width="750" align="center"> <tr> <td colspan="2" class="top"><div align="center"><a href="<?php echo $rootdir ?>index.php"><img src="<?php echo $rootdir ?>../images/home.png" width="115" height="26" alt="" border="0" ></a> <a href="<?php echo $rootdir ?>2004/index.php"><img src="<?php echo $rootdir ?>../images/2004.png" width="115" height="26" alt="" border="0" ></a> <a href="<?php echo $rootdir ?>2005/index.php"><img src="<?php echo $rootdir ?>../images/2005.png" width="115" height="26" alt="" border="0" ></a> <a href="<?php echo $rootdir ?>archief/index.php"><img src="<?php echo $rootdir ?>../images/archief.png" width="115" height="26" alt="" border="0" ></a> <a href="<?php echo $rootdir ?>contact/index.php"><img src="<?php echo $rootdir ?>../images/contact.png" width="115" height="26" alt="" border="0" ></a> </div></td> </tr> <tr> <td class="left" width="175" height="374"> [/code:1:d1a297926b] code menu.php [code:1:d1a297926b] <table width="150" border="0" align="center" cellpadding="2" cellspacing="1"> <tr> <td class="menu"><div align="center" ><h3><center>Updates</center></h3></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf20/index.php">- Tour de France <br> etappe 20</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdf19/index.php">- Tour de France <br> etappe 19</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf17/index.php">- Tour de France <br> etappe 17</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdf16/index.php">- Tour de France <br> etappe 16</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf15a/index.php">- Tour de France <br> etappe 15 (1)</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf15b/index.php">- Tour de France <br> etappe 15 (2)</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdf4/index.php">- Tour de France <br> etappe 4</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf3/index.php">- Tour de France <br> etappe 3</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdf2/index.php">- Tour de France <br> etappe 2</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdf1/index.php">- Tour de France <br> etappe 1</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdfpro1/index.php">- Tour de France <br> proloog (1)</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdfpro2/index.php">- Tour de France <br> proloog (2)</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdfpro3/index.php">- Tour de France <br> proloog (3)</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/tdfpro4/index.php">- Tour de France <br> proloog (4)</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/tdfpres/index.php">- Tour de France <br> presentatie</a></div> </td> </tr> <tr> <td class="menu"><div align="left"><a href="<?php echo $rootdir ?>2004/html/juli/rabopres2/index.php">- Rabobank<br> tourploegpresentatie<br> (2)</a></div> </td> </tr> <tr> <td class="menu"><div align="left" ><a href="<?php echo $rootdir ?>2004/html/juli/rabopres1/index.php">- Rabobank<br> tourploegpresentatie<br> (1)</a></div> </td> </tr> </table> </td> <td class="main" width="575"> [/code:1:d1a297926b] Ook werkt het stylesheet niet meer op mijn nieuwe host. Ik hoop dat iemand me hierbij kan en wil helpen Alvast bedankt Alexander Kuiper www.sportfotoservice.com (oude host) www.sportfotoservice.nl (nieuwe host) Quote Link naar reactie
anoniem Geplaatst: 31 augustus 2004 Auteur Delen Geplaatst: 31 augustus 2004 Volgens mij werkt ie gewoon. ik zie op beide sites wat. Alleen de neiwue site mist de foto's. Maar ikz ie dat je PHp gebruik en je nieuwe host in volgende mijeen windows-machine. Gaat dat wel goed samen? Of was je oude host een unix? Quote Link naar reactie
anoniem Geplaatst: 31 augustus 2004 Auteur Delen Geplaatst: 31 augustus 2004 ik heb inmiddels het antwoord gevonden daarom werken beide sites nu volgens mij zijn alle foto's te zien bij mij tenminste wel de site is nog niet af daarom zijn er etappes waar nog geen foto's te zien zijn en werken wel de links maar zijn de paginas erachter niet klaar het antwoord was trouwens dat ik in de index.php de regel $rootdir = ""; heb toegevoegd dat was bij mijn oude host niet nodig Quote Link naar reactie
anoniem Geplaatst: 5 mei 2005 Auteur Delen Geplaatst: 5 mei 2005 Ik denk dat ik hetzelfde probleem heb. Dit is mijn index.php [code:1:f013123236] <?php $rootdir = "../"; include("../header.inc.php"); ?> <?php $rootdir="../"; include("../menu.inc.php"); ?> <?php include("main.inc.php"); ?> <?php $rootdir="../"; include("../footer.inc.php"); ?>[/code:1:f013123236] waar moet ik dan volgens jou de rootdir code veranderen? Quote Link naar reactie
Aanbevolen berichten
Om een reactie te plaatsen, moet je eerst inloggen