TinyPortal

Development => International => Spanish => Topic started by: anicolac on August 30, 2011, 07:27:20 PM

Title: Error en artículos del perfil
Post by: anicolac on August 30, 2011, 07:27:20 PM
Hola a todos ;)
Me aparece un error, he buscado la información y he encontrado algo, pero no me queda muy claro, así que la planteo aquí, por si alguien me puede ayudar.

En cada perfil de cada usuario, cuando quiero ver los artículos, me aparece el siguiente error.
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fwww.asistenciaexperta.com%2Fimages%2Ftportal.gif&hash=0c624ef7a27b6a41dbe40b391ec45c77eb09d8ee)

..../index.php?action=profile;area=tparticles;u=2
8: Undefined variable: smcFunc
Archivo: /homepages...../Sources/TPmodules.php
Línea: 1120


   1119: // get all articles written by member
==>1120: $request =  $smcFunc['db_query']('', '
   1121: SELECT COUNT(*) FROM {db_prefix}tp_articles
   1122: WHERE author_id = {int:auth}',
   1123: array('auth' => $memID)
   1124: );
   1125: $result = $smcFunc['db_fetch_row']($request);
   1126: $max = $result[0];
   1127: $smcFunc['db_free_result']($request);
Title: Re: Error en artículos del perfil
Post by: IchBin on August 30, 2011, 08:00:04 PM
http://www.tinyportal.net/index.php?topic=34090
Title: Re: Error en artículos del perfil
Post by: anicolac on August 31, 2011, 05:17:46 AM
Gracias ichBin.

Solucionado.