Hallo zusammen.
Ich eröffne einen neuen Thread, weil der andere aus einem anderen Prob. geöffnet wurde.
Mein Problem geht leider weiter.
Auf meiner HP http://server12.cyon.ch/~formel1w/joomla/
können sich User registrieren. Diese glauben jedoch, die Registration klappt nicht. Man kann die Registrationsdaten angeben etc, klickt auf Absenden... und danach kommt nichts. Die Daten werden gelöscht.
Eine E-Mail kommt, dass man sich erfolgreich angemeldet hat. Jedoch dem User wird auf der Homepage nichts gesagt, dass er sich angemeldet hat, und in Kürze eine E-Mail erhalten soll.
Somit meint jeder, die Registration klappe nicht.
Ich habe mein Template geändert, und seit da geht es nicht mehr.
Ich poste mal die Index.php des Template:
Ich wär für jede Hilfe sehr sehr Dankbar! Danke im Voraus!Code:<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php mosShowHead(); ?> <meta **********="Content-Type" content="text/html;><?php echo _ISO; ?>" /> <?php if ( $my->id ) { initEditor(); } ?> <?php include($GLOBALS['mosConfig_absolute_path']."/templates/$GLOBALS[cur_template]/splitmenu.php"); ?> <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?> <?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?> </head> <body background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/bg.gif" style="background-repeat:repeat-x;"> <div id="masthead"> <h1 id="siteName" class="title"><?php echo $mosConfig_sitename; ?></h1> <div id="utility"><?php echo mosCurrentDate(); ?></div> <div id="globalNav"> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/gblnav_left.jpg" height="32" width="7" id="gnl2" /> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/glbnav_right.jpg" height="32" width="7" id="gnr2" /> <div id="globalLink"><?php echo $mycssPSPLITmenu_content; ?></div> <?php if (mosCountModules('user4')) { ?><div id="search"> <?php mosLoadModules ( 'user4' ); ?> </div><?php } ?> </div> <div class="subbox"><?php echo $mycssSSPLITmenu_content; ?></div> <br /> <div id="globalHead"> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/gblnav_left_2.jpg" height="140" width="7" id="gnl3" /> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/glbnav_right_2.jpg" height="140" width="7" id="gnr3" /> <div id="yourImage"> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/head.jpg"/></div> </div> <div id="globalInfo"> <img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/spacer.gif" alt="" name="gnl4" width="7" height="20" id="gnl4" /> <img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/spacer.gif" alt="" name="gnr4" width="7" height="20" id="gnr4" /> <div id="globalPath"><?php mosPathWay(); ?></div> <div id="globalDate"><?php echo mosCurrentDate(); ?></div> </div> </div> </div> <div id="pagecell1"> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/tl_curve_white.gif" height="6" width="6" id="tl" /> <img alt="" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/tr_curve_white.gif" height="6" width="6" id="tr" /> <div id="pageTop"> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="padding-left: 0px; padding-right: 0px;"> <tr> <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top" style="border-right: 1px solid #EEEEEE;"><?php if (mosCountModules('left')) { ?> <table width="180" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="padding:5px;"><?php mosLoadModules ( 'left' ); ?></td> </tr> </table> <?php } ?></td> <td style="padding-left: 5px; padding-right: 5px; padding-top:5px; border-left: 1px solid #FFF; border-right: 1px solid #FFF;" width="100%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <?php if (mosCountModules('top')) { ?> <td colspan="3"><div> <?php mosLoadModules ( 'top' ); ?> </div></td> <?php } ?> </tr> <tr> <?php if (mosCountModules('user1')) { ?> <td valign="top"><div style="padding-bottom: 5px;"> <?php mosLoadModules ( 'user1' ); ?> </div></td> <td width="2" valign="top"><?php } ?> <?php if (mosCountModules('user2')) { ?> </td> <td valign="top"><div style="padding-bottom: 5px;"> <?php mosLoadModules ( 'user2' ); ?> </div></td> <?php } ?> </tr> <tr> <td height="4" colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/space.gif" width="100" height="4" /></td> </tr> </table></td> </tr> <tr align="left" valign="top"> <td colspan="3"><?php mosMainBody(); ?></td> </tr> <tr> <td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/space.gif" width="100" height="4" /></td> </tr> </table></td> </tr> <tr valign="top"> <?php if (mosCountModules('bottom')) { ?> <td colspan="3"><div> <?php mosLoadModules ( 'bottom' ); ?> </div></td> <?php } ?> </tr> </table></td> <td valign="top" style="border-left: 1px solid #EEEEEE;"><?php if (mosCountModules('right')) { ?> <table width="180" border="0" cellpadding="0" cellspacing="0"> <tr> <td style="padding: 5px;"><?php mosLoadModules ( 'right' ); ?></td> </tr> </table> <?php } ?></td> </tr> </table></td> </tr> </table> </div> <div id="siteInfo"><?php include_once('includes/footer.php'); ?> </div> <div class="f-links"><a href="http://www.webmedie.dk">WebMedie</a> <a href="http://www.webmedie.dk/hjemmeside.html">Hjemmeside</a> <a href="http://www.webmedie.dk/webdesign.html">Webdesign</a></div> </div> </body> </html>
Gruss


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen