errore SEO

Questo forum è dedicato alle discussioni riguardanti le contribution per osCommerce

Moderatore: mod Generali

Rispondi
negozioidea
membro Junior
membro Junior
Messaggi: 33
Iscritto il: 18/06/2009, 14:09

errore SEO

Messaggio da negozioidea »

errore visualizzato alla fine delle pagine del sito:

Fatal error: Call to undefined method SEO_URL::db_disconnect() in /web/htdocs/www.negozioidea.com/home/includes/appli ... bottom.php on line 33

e qui di seguito il file:

<?php
/*
$Id: application_bottom.php 1739 2007-12-20 00:52:16Z hpdl $

osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com

Copyright (c) 2003 osCommerce

Released under the GNU General Public License
*/

// close session (store variables)
tep_session_close();

if (STORE_PAGE_PARSE_TIME == 'true') {
$time_start = explode(' ', PAGE_PARSE_START_TIME);
$time_end = explode(' ', microtime());
$parse_time = number_format(($time_end[1] + $time_end[0] - ($time_start[1] + $time_start[0])), 3);
error_log(strftime(STORE_PARSE_DATE_TIME_FORMAT) . ' - ' . getenv('REQUEST_URI') . ' (' . $parse_time . 's)' . "\n", 3, STORE_PAGE_PARSE_TIME_LOG);

if (DISPLAY_PAGE_PARSE_TIME == 'true') {
echo '<span class="smallText">Parse Time: ' . $parse_time . 's</span>';
}
}

if ( (GZIP_COMPRESSION == 'true') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) {
if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) {
tep_gzip_output(GZIP_LEVEL);
}
}
if ( is_object($seo_urls) ){
$seo_urls->db_disconnect();
}

?>
Rispondi