Code: Select all
Open: includes/functions_display.php
Find
Tip: This may be a partial find and not the whole line.
page_footer();
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.
include($phpbb_root_path . 'includes/last_post.'.$phpEx);
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 10: Constant IN_PHPBB already defined
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Undefined variable: user
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 23: Trying to get property of non-object
[phpBB Debug] PHP Notice: in file /includes/last_post.php on line 91: Undefined variable: topic_mark
Well, I don't like to deactivate debug modeTimeZone wrote:You must to deactivate de debug mode! Can be the error! I have phpBB gold also and don't have this error! Iqually I search the error debug in my code and will correct it! I'm test all in a forum tester in my machine!
Thank for your help to do great this mod(I'm so bad in english, jeje)
TimeZone