Can you link to the solution post. This can be helpfull for others with the same error.spiritdead wrote:FIXED in the forum http://phpbb-es.com
Can you link to the solution post. This can be helpfull for others with the same error.spiritdead wrote:FIXED in the forum http://phpbb-es.com
http://www.phpbb-es.com/foro/soporte-ph ... 35814.html4_seven wrote:Can you link to the solution post. This can be helpfull for others with the same error.spiritdead wrote:FIXED in the forum http://phpbb-es.com
well the little bug respect of the limits load, my errorspiritdead wrote:http://www.phpbb-es.com/foro/soporte-ph ... 35814.html4_seven wrote:Can you link to the solution post. This can be helpfull for others with the same error.spiritdead wrote:FIXED in the forum http://phpbb-es.com
but i have a little bug and is in the limit, well see the last comment
Code: Select all
/**
* fix for bug: http://tracker.phpbb.com/browse/PHPBB3-9842
*/
if (!defined('IN_AOS_N'))
{
define('IN_AOS_N', true);
}
else
{
return;
}
how did you get the permissions error? I want to see if I have it. I upgraded to 3.0.11 before installing this mod. also right now the topics are shown only once for me, but I'm going to see if I get the same as you (showing multiple times)vipaka wrote:This mod was working 100% up until I upgraded to 3.0.11. Now there is a permission error for accessing the notifications page (can be remedied by removing the following line from the hook codes)but even with the permissions problem fixed, it then loops incorrectly. Topics and users following topics are shown multiple times, usually 3 (no attachments in any of the posts).Code: Select all
/** * fix for bug: http://tracker.phpbb.com/browse/PHPBB3-9842 */ if (!defined('IN_AOS_N')) { define('IN_AOS_N', true); } else { return; }
Code: Select all
$phpbb_hook->register(array('template', 'display'), 'aos_notifications');
Refresh styles, clear browser cache, refresh page by pressing Ctrl + F5AbbeyG wrote:Hey!
I love this mod! but I am getting a small error when I install it.
Instead of this showing up in the Breadcrumbs bar, it appears near the footer
Here is a screenshot: http://s6.postimage.org/6cfsri6rl/fdas.png
Any ideas?