Re: Errores del foro/página
Publicado: 19 Ene 2019, 00:33
Efectivamente, parece que funciona todo, menos el "Me gusta/no me gusta", que te lleva al índice.
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Pues si @AbaddonOrmuz ahí esta el problema.AbaddonOrmuz escribió: 18 Ene 2019, 21:49 Alguna extensión podría ser la causante? La URL correcta es añadida al enlace, pero en lugar de estar presente enhref
, esta endata-original-url
, aunque no sé si deba ser así.
![]()
./
a la url del viewtopic.php
<a class="notification-block" href="./index.php?mark_notification=110297&hash=17b52b1c" data-real-url="viewtopic.php?p=242013#p242013" data-original-title="" title="">
<a class="notification-block" href="./index.php?mark_notification=110297&hash=17b52b1c" data-real-url="./viewtopic.php?p=242013#p242013" data-original-title="" title="">
./foro/viewtopic.php
, porque como esta ahora da un "File not found. "Me suena tu nick...ThE KuKa escribió:Acabo de escribir en el foro de Dave... hay extensiones que no se actualizan desde el 2017.
@ThE KuKa , no le des mas vueltas, falla el "Me gusta", igual tienes que "tocar" algo de algún fichero.wonder escribió:Los "Me Gusta" siguen redirigiéndome al índice.
Pues descartado. Por ahí no viene el fallo. Porque aun estando así, falla.picaron escribió: 19 Ene 2019, 20:41 @ThE KuKa creo que en la ruta falta -- foro
Osea, seria así:./foro/viewtopic.php
, porque como esta ahora da un "File not found. "
./styles/prosilver/template/ajax.js
.Código: Seleccionar todo
/**
* Mark notification popup rows as read.
*
* @param {jQuery} $popup jQuery object(s) to mark read.
* @param {int} unreadCount The new unread notifications count.
*/
phpbb.markNotifications = function($popup, unreadCount) {
// Remove the unread status.
$popup.removeClass('bg2');
$popup.find('a.mark_read').remove();
// Update the notification link to the real URL.
$popup.each(function() {
var link = $(this).find('a');
link.attr('href', link.attr('data-real-url'));
});
// Update the unread count.
$('strong', '#notification_list_button').html(unreadCount);
// Remove the Mark all read link and hide notification count if there are no unread notifications.
if (!unreadCount) {
$('#mark_all_notifications').remove();
$('#notification_list_button > strong').addClass('hidden');
}
// Update page title
var $title = $('title');
var originalTitle = $title.text().replace(/(\((\d+)\))/, '');
$title.text((unreadCount ? '(' + unreadCount + ')' : '') + originalTitle);
};
data-real-url
para las notificaciones de los Me gusta, por lo que evidentemente no sabe que hacer con las urls.Por lo que he visto, ademas del que comenta @canidev , cualquier tema que lleve mensajes con adjuntos provoca el mismo errorcanidev escribió:Por algún motivo, el tema "Cambiar adjunto en mensaje" me arroja "Error 500"
Cambiar adjunto de mensaje