Jump to content
xt:Commerce Community Forum

Template I24-redtech Probleme


karabey

Recommended Posts

Hallo

Hab gerade i24-redtech installiert und bei admin bereich aktiviert. Jedoch wenn ich auf mein Shop ?ffne kommt diese Meldung

"Fatal error: Call to undefined function: xtc_href_link_admin() in /home/www/web194/html/shop/templates/redtech/source/boxes/admin.php on line 29"

Habe ich was falsch gemacht!! Bis jetzt haben alle Temps funktioniert.

Link to comment
Share on other sites

Guest HHGAG

Guck mal in die folgende Datei:

/inc/xtc_href_link.inc.php

ob im mittleren Bereich folgende Funktion enthalten ist:

xtc_href_link_admin

Wenn nicht SP's nachinstallieren :)

Link to comment
Share on other sites

So gut ich weis habe ich keine Probleme mit meine Augen aber ich sehe nichts!!

Hier das ganze Code

<?php

/* -----------------------------------------------------------------------------------------

  $Id: xtc_href_link.inc.php,v 1.4 2004/03/16 15:01:16 fanta2k Exp $  


  XT-Commerce - community made shopping

  http://www.xt-commerce.com


  Copyright (c) 2003 XT-Commerce

  -----------------------------------------------------------------------------------------

  based on: 

  (c) 2000-2001 The Exchange Project (earlier name of osCommerce)

  (c) 2002-2003 osCommerce(html_output.php,v 1.52 2003/03/19); [url]www.oscommerce.com[/url] 

  (c) 2003 nextcommerce (xtc_href_link.inc.php,v 1.3 2003/08/13); [url]www.nextcommerce.org[/url]


  Released under the GNU General Public License 

  ---------------------------------------------------------------------------------------*/


// The HTML href link wrapper function

 function xtc_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true) {

  global $request_type, $session_started, $http_domain, $https_domain;


  if (!xtc_not_null($page)) {

   die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>');

  }


  if ($connection == 'NONSSL') {

   $link = HTTP_SERVER . DIR_WS_CATALOG;

  } elseif ($connection == 'SSL') {

   if (ENABLE_SSL == true) {

    $link = HTTPS_SERVER . DIR_WS_CATALOG;

   } else {

    $link = HTTP_SERVER . DIR_WS_CATALOG;

   }

  } else {

   die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL</b><br><br>');

  }


  if (xtc_not_null($parameters)) {

   $link .= $page . '?' . $parameters;

   $separator = '&';

  } else {

   $link .= $page;

   $separator = '?';

  }


  while ( (substr($link, -1) == '&') || (substr($link, -1) == '?') ) $link = substr($link, 0, -1);


// Add the session ID when moving from different HTTP and HTTPS servers, or when SID is defined

  if ( ($add_session_id == true) && ($session_started == true) && (SESSION_FORCE_COOKIE_USE == 'False') ) {

   if (defined('SID') && xtc_not_null(SID)) {

    $sid = SID;

   } elseif ( ( ($request_type == 'NONSSL') && ($connection == 'SSL') && (ENABLE_SSL == true) ) || ( ($request_type == 'SSL') && ($connection == 'NONSSL') ) ) {

    if ($http_domain != $https_domain) {

     $sid = session_name() . '=' . session_id();

    }

   }    

  }


  if (xtc_check_agent()==1) {


  $sid=NULL;


  }

  if (isset($sid)) {

   $link .= $separator . $sid;

  }


  if ( (SEARCH_ENGINE_FRIENDLY_URLS == 'true') && ($search_engine_safe == true) ) {

   while (strstr($link, '&&')) $link = str_replace('&&', '&', $link);


   $link = str_replace('?', '/', $link);

   $link = str_replace('&', '/', $link);

   $link = str_replace('=', '/', $link);

   $separator = '?';

  }


  return $link;

 }


 ?>

Link to comment
Share on other sites

Guest HHGAG

Lade Dir am besten die 2 Service Packs runter und mache ein Update, oder direkt den neuen RC1.2

Aber welche Du installiert hast kann ich Dir nicht sagen, dass musst Du schon selber wissen.

Glaskugel au?erbetrieb (wiedermal) :)

Link to comment
Share on other sites

wollte keinen extra thread aufmachen darum poste ich mal mein prob hier !

Warning: Smarty error: unable to read resource: "xt-bridge/module/product_listing/product_listing_v1.html" in /www/htdocs/********/includes/classes/smarty_2.6.2/Smarty.class.php on line 1102

template xt-bridge

xt version 2 rc1.2

woran kann das liegen . mit dem "standart" layout funtionierte alles

Link to comment
Share on other sites

ok ok ok ...

ich glaube mario hatte mal in etwa folgendes geschrieben :

Fehlermelung lesen

Fehlermeldung nochmal lesen

Fehlermeldung richtig lesen

nachdenken

Fehlermeldung analysieren

betreffende daten anschauen

und fehler beheben oder wenn nicht m?glich suchfunktion benutzten

kein erfolg ... frage posten

h?tte ich mich mal drann gehalten h?tte ich das problem innerhalb von 2min selber l?sen k?nnen . :wall:

beim Hochladen der template daten war ein fehler aufgetreten und die produkt_* dateien wurden nicht mit hochgeladen .

habe die fehlenden daten einfach nachtr?glich hochgeschoben und nun l?uft wieder alles wie vorher .

trozdem vielen dank f?r eure tips

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...